public enum PogamutUDKProperty extends Enum<PogamutUDKProperty>
| Enum Constant and Description |
|---|
POGAMUT_UDK_BOT_HOST
Where the bot should connect to (hostname of the server running
GameBotsUDK)
|
POGAMUT_UDK_BOT_PORT
Where the bot should connect to (bot port of the GameBotsUDK).
|
POGAMUT_UDK_OBSERVER_HOST
Where the observer should connect to (hostname of the server running
GameBotsUDK)
|
POGAMUT_UDK_OBSERVER_PORT
Where the observer should connect to (observer port of the GameBotsUDK)
|
POGAMUT_UDK_SERVER_HOST
Where the server should connect to (hostname of the server running
GameBotsUDK)
|
POGAMUT_UDK_SERVER_PORT
Where the server should connect to (server port of the GameBotsUDK)
|
POGAMUT_UNREAL_HOME
Path to the Unreal home dir.
|
POGAMUT_UNREAL_TEST_EXT_SERVER
Should tests use external UCC instance or they will run internal one?
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
toString() |
static PogamutUDKProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PogamutUDKProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PogamutUDKProperty POGAMUT_UDK_BOT_HOST
public static final PogamutUDKProperty POGAMUT_UDK_BOT_PORT
public static final PogamutUDKProperty POGAMUT_UDK_SERVER_HOST
public static final PogamutUDKProperty POGAMUT_UDK_SERVER_PORT
public static final PogamutUDKProperty POGAMUT_UDK_OBSERVER_HOST
public static final PogamutUDKProperty POGAMUT_UDK_OBSERVER_PORT
public static final PogamutUDKProperty POGAMUT_UNREAL_HOME
public static final PogamutUDKProperty POGAMUT_UNREAL_TEST_EXT_SERVER
public static PogamutUDKProperty[] values()
for (PogamutUDKProperty c : PogamutUDKProperty.values()) System.out.println(c);
public static PogamutUDKProperty valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getKey()
public String toString()
toString in class Enum<PogamutUDKProperty>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.