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