|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConfigurationParameter>
cz.cuni.pogamut.server.requests.ConfigurationParameter
public enum ConfigurationParameter
Configuration parameters that can be set.
Enum Constant Summary | |
---|---|
AUTO_RECONNECT
Used for telling the server to actively reconnect if down. |
|
PING_CONNECTION
Used for telling the server to actively ping the connection. |
|
URI
Request for changing the control connection URI (server) value: URI |
Field Summary | |
---|---|
private java.lang.Class |
validParameterClass
|
Method Summary | |
---|---|
java.lang.Class |
getValidParameterClass()
|
static ConfigurationParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationParameter[] |
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 ConfigurationParameter AUTO_RECONNECT
public static final ConfigurationParameter PING_CONNECTION
public static final ConfigurationParameter URI
Field Detail |
---|
private java.lang.Class validParameterClass
Method Detail |
---|
public static ConfigurationParameter[] values()
for (ConfigurationParameter c : ConfigurationParameter.values()) System.out.println(c);
public static ConfigurationParameter 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.Class getValidParameterClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |