|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<PogamutUDKProperty>
cz.cuni.amis.pogamut.udk.utils.PogamutUDKProperty
public enum PogamutUDKProperty
| Enum Constant Summary | |
|---|---|
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? |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String getKey()
public String toString()
toString in class Enum<PogamutUDKProperty>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||