public static enum ConfigLoader.LoaderType extends java.lang.Enum<ConfigLoader.LoaderType>
Types of requestable actions
Enum Constant and Description |
---|
AGENT_KILL |
APPLICATION |
CONFIG |
DATABASE |
DATABASECREATE |
DESIGN |
DESIGNREMOVE |
EMAIL |
FOLDERREFERENCE |
PERSON |
SERVER |
Modifier and Type | Method and Description |
---|---|
static ConfigLoader.LoaderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigLoader.LoaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigLoader.LoaderType AGENT_KILL
public static final ConfigLoader.LoaderType APPLICATION
public static final ConfigLoader.LoaderType CONFIG
public static final ConfigLoader.LoaderType DATABASE
public static final ConfigLoader.LoaderType DATABASECREATE
public static final ConfigLoader.LoaderType DESIGN
public static final ConfigLoader.LoaderType DESIGNREMOVE
public static final ConfigLoader.LoaderType EMAIL
public static final ConfigLoader.LoaderType PERSON
public static final ConfigLoader.LoaderType SERVER
public static final ConfigLoader.LoaderType FOLDERREFERENCE
public static ConfigLoader.LoaderType[] values()
for (ConfigLoader.LoaderType c : ConfigLoader.LoaderType.values()) System.out.println(c);
public static ConfigLoader.LoaderType 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 null