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