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