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