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