public static enum ConfigurationElement.State extends Enum<ConfigurationElement.State>
Enum Constant and Description |
---|
DISABLED |
FAILED |
FROZEN |
PAUSED |
STARTED |
STARTING |
STOPPED |
STOPPING |
WARN |
Modifier and Type | Method and Description |
---|---|
static ConfigurationElement.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationElement.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationElement.State STOPPED
public static final ConfigurationElement.State STOPPING
public static final ConfigurationElement.State STARTED
public static final ConfigurationElement.State WARN
public static final ConfigurationElement.State FROZEN
public static final ConfigurationElement.State STARTING
public static final ConfigurationElement.State PAUSED
public static final ConfigurationElement.State FAILED
public static final ConfigurationElement.State DISABLED
public static ConfigurationElement.State[] values()
for (ConfigurationElement.State c : ConfigurationElement.State.values()) System.out.println(c);
public static ConfigurationElement.State valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2016 AdroitLogic. All rights reserved.