public static enum CapabilityWarning.CommandId extends java.lang.Enum<CapabilityWarning.CommandId> implements Capability.CommandId
CapabilityWarning.| Modifier and Type | Method and Description |
|---|---|
static CapabilityWarning.CommandId |
getEnum(int index) |
int |
getInt() |
static CapabilityWarning.CommandId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityWarning.CommandId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityWarning.CommandId START
public static final CapabilityWarning.CommandId STOP
public static CapabilityWarning.CommandId[] values()
for (CapabilityWarning.CommandId c : CapabilityWarning.CommandId.values()) System.out.println(c);
public static CapabilityWarning.CommandId 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 static CapabilityWarning.CommandId getEnum(int index)
public int getInt()
getInt in interface CommandIdInterface