public static enum RoverDropDownReceiver.RoverStatusState extends java.lang.Enum<RoverDropDownReceiver.RoverStatusState>
Enum Constant and Description |
---|
DISCONNECTED |
OFF |
ONE_BAR |
THREE_BARS |
TWO_BARS |
ZERO_BARS |
Modifier and Type | Method and Description |
---|---|
static RoverDropDownReceiver.RoverStatusState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoverDropDownReceiver.RoverStatusState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoverDropDownReceiver.RoverStatusState OFF
public static final RoverDropDownReceiver.RoverStatusState DISCONNECTED
public static final RoverDropDownReceiver.RoverStatusState ZERO_BARS
public static final RoverDropDownReceiver.RoverStatusState ONE_BAR
public static final RoverDropDownReceiver.RoverStatusState TWO_BARS
public static final RoverDropDownReceiver.RoverStatusState THREE_BARS
public static RoverDropDownReceiver.RoverStatusState[] values()
for (RoverDropDownReceiver.RoverStatusState c : RoverDropDownReceiver.RoverStatusState.values()) System.out.println(c);
public static RoverDropDownReceiver.RoverStatusState 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