public static enum LucidControlDI4.DeviceType extends java.lang.Enum<LucidControlDI4.DeviceType>
Enum Constant and Description |
---|
DI_10 |
DI_12 |
DI_15 |
DI_20 |
DI_24 |
DI_5 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceTypeName() |
static LucidControlDI4.DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LucidControlDI4.DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LucidControlDI4.DeviceType DI_5
public static final LucidControlDI4.DeviceType DI_10
public static final LucidControlDI4.DeviceType DI_12
public static final LucidControlDI4.DeviceType DI_15
public static final LucidControlDI4.DeviceType DI_20
public static final LucidControlDI4.DeviceType DI_24
public static LucidControlDI4.DeviceType[] values()
for (LucidControlDI4.DeviceType c : LucidControlDI4.DeviceType.values()) System.out.println(c);
public static LucidControlDI4.DeviceType 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 java.lang.String getDeviceTypeName()