|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ConfigurationKey> nl.tudelft.goal.unreal.messages.ConfigurationKey
public enum ConfigurationKey
List of valid parameter keys that can be used to initialize the environment.
Enum Constant Summary | |
---|---|
BOT_CONTROLLER
Class of the bot controller |
|
BOT_SERVER
Address of the server. |
|
BOTS
List of bots |
|
CONTROL_SERVER
Address of the server. |
|
LOGLEVEL
Log level used. |
|
VISUALIZER_SERVER
Address for the visualizer service. |
Method Summary | |
---|---|
String |
getKey()
|
static ConfigurationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationKey[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ConfigurationKey BOTS
public static final ConfigurationKey BOT_SERVER
public static final ConfigurationKey CONTROL_SERVER
public static final ConfigurationKey LOGLEVEL
Level
.
public static final ConfigurationKey VISUALIZER_SERVER
public static final ConfigurationKey BOT_CONTROLLER
Method Detail |
---|
public static ConfigurationKey[] values()
for (ConfigurationKey c : ConfigurationKey.values()) System.out.println(c);
public static ConfigurationKey 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()
getKey
in interface Key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |