public static enum ConfigurationRotator.ResultType extends Enum<ConfigurationRotator.ResultType>
| Enum Constant and Description |
|---|
COMPATIBLE |
FAILED |
INCOMPATIBLE |
UNDETERMINED |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationRotator.ResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationRotator.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationRotator.ResultType COMPATIBLE
public static final ConfigurationRotator.ResultType INCOMPATIBLE
public static final ConfigurationRotator.ResultType FAILED
public static final ConfigurationRotator.ResultType UNDETERMINED
public static ConfigurationRotator.ResultType[] values()
for (ConfigurationRotator.ResultType c : ConfigurationRotator.ResultType.values()) System.out.println(c);
public static ConfigurationRotator.ResultType 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 © 2004-2014. All Rights Reserved.