public static enum LucidControlAO4.DeviceType extends java.lang.Enum<LucidControlAO4.DeviceType>
Enum Constant and Description |
---|
AO_0_10 |
AO_0_12 |
AO_0_15 |
AO_0_20 |
AO_0_20MA |
AO_0_24 |
AO_0_5 |
AO_10_10 |
AO_12_12 |
AO_15_15 |
AO_20_20 |
AO_24_24 |
AO_4_20MA |
AO_5_5 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceTypeName() |
static LucidControlAO4.DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LucidControlAO4.DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LucidControlAO4.DeviceType AO_0_5
public static final LucidControlAO4.DeviceType AO_0_10
public static final LucidControlAO4.DeviceType AO_0_12
public static final LucidControlAO4.DeviceType AO_0_15
public static final LucidControlAO4.DeviceType AO_0_20
public static final LucidControlAO4.DeviceType AO_0_24
public static final LucidControlAO4.DeviceType AO_5_5
public static final LucidControlAO4.DeviceType AO_10_10
public static final LucidControlAO4.DeviceType AO_12_12
public static final LucidControlAO4.DeviceType AO_15_15
public static final LucidControlAO4.DeviceType AO_20_20
public static final LucidControlAO4.DeviceType AO_24_24
public static final LucidControlAO4.DeviceType AO_0_20MA
public static final LucidControlAO4.DeviceType AO_4_20MA
public static LucidControlAO4.DeviceType[] values()
for (LucidControlAO4.DeviceType c : LucidControlAO4.DeviceType.values()) System.out.println(c);
public static LucidControlAO4.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()