|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PogamutUT2004Property>
cz.cuni.amis.pogamut.ut2004.utils.PogamutUT2004Property
public enum PogamutUT2004Property

| Enum Constant Summary | |
|---|---|
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? |
|
POGAMUT_UT2004_BOT_HOST
Where the bot should connect to (hostname of the server running GameBots2004) |
|
POGAMUT_UT2004_BOT_PORT
Where the bot should connect to (bot port of the GameBots2004). |
|
POGAMUT_UT2004_OBSERVER_HOST
Where the observer should connect to (hostname of the server running GameBots2004) |
|
POGAMUT_UT2004_OBSERVER_PORT
Where the observer should connect to (observer port of the GameBots2004) |
|
POGAMUT_UT2004_SERVER_HOST
Where the server should connect to (hostname of the server running GameBots2004) |
|
POGAMUT_UT2004_SERVER_PORT
Where the server should connect to (server port of the GameBots2004) |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
|
java.lang.String |
toString()
|
static PogamutUT2004Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PogamutUT2004Property[] |
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 PogamutUT2004Property POGAMUT_UT2004_BOT_HOST
public static final PogamutUT2004Property POGAMUT_UT2004_BOT_PORT
public static final PogamutUT2004Property POGAMUT_UT2004_SERVER_HOST
public static final PogamutUT2004Property POGAMUT_UT2004_SERVER_PORT
public static final PogamutUT2004Property POGAMUT_UT2004_OBSERVER_HOST
public static final PogamutUT2004Property POGAMUT_UT2004_OBSERVER_PORT
public static final PogamutUT2004Property POGAMUT_UNREAL_HOME
public static final PogamutUT2004Property POGAMUT_UNREAL_TEST_EXT_SERVER
| Method Detail |
|---|
public static PogamutUT2004Property[] values()
for (PogamutUT2004Property c : PogamutUT2004Property.values()) System.out.println(c);
public static PogamutUT2004Property valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
public java.lang.String toString()
toString in class java.lang.Enum<PogamutUT2004Property>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||