public static enum ServerController.ApplicationConfig.Option extends java.lang.Enum<ServerController.ApplicationConfig.Option>
| Enum Constant and Description |
|---|
DEBUG_LEVEL |
SQL_PORT |
TIMER_INTERVAL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
string() |
static ServerController.ApplicationConfig.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerController.ApplicationConfig.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerController.ApplicationConfig.Option DEBUG_LEVEL
public static final ServerController.ApplicationConfig.Option TIMER_INTERVAL
public static final ServerController.ApplicationConfig.Option SQL_PORT
public static ServerController.ApplicationConfig.Option[] values()
for (ServerController.ApplicationConfig.Option c : ServerController.ApplicationConfig.Option.values()) System.out.println(c);
public static ServerController.ApplicationConfig.Option 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String string()