public static enum ArmingState.STATE extends java.lang.Enum<ArmingState.STATE>
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static ArmingState.STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArmingState.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArmingState.STATE ARMED
public static final ArmingState.STATE DISARMED
public static ArmingState.STATE[] values()
for (ArmingState.STATE c : ArmingState.STATE.values()) System.out.println(c);
public static ArmingState.STATE 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 long value()