public enum AdministrativeState extends java.lang.Enum<AdministrativeState>
| Enum Constant and Description |
|---|
LOCKED |
OTHER |
SHUTTING_DOWN |
UNKNOWN |
UNLOCKED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperState() |
static AdministrativeState |
getState(int intState) |
static AdministrativeState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdministrativeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdministrativeState UNLOCKED
public static final AdministrativeState SHUTTING_DOWN
public static final AdministrativeState LOCKED
public static final AdministrativeState OTHER
public static final AdministrativeState UNKNOWN
public static AdministrativeState[] values()
for (AdministrativeState c : AdministrativeState.values()) System.out.println(c);
public static AdministrativeState 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 getOperState()
public static AdministrativeState getState(int intState)
intState -