public static enum LucidControlAI4.DeviceType extends java.lang.Enum<LucidControlAI4.DeviceType>
Device type enumeration
Enum Constant and Description |
---|
AI_0_10 |
AI_0_12 |
AI_0_15 |
AI_0_20 |
AI_0_20MA_500 |
AI_0_24 |
AI_0_5 |
AI_10_10 |
AI_12_12 |
AI_15_15 |
AI_20_20 |
AI_24_24 |
AI_5_5 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceTypeName() |
static LucidControlAI4.DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LucidControlAI4.DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LucidControlAI4.DeviceType AI_0_5
public static final LucidControlAI4.DeviceType AI_0_10
public static final LucidControlAI4.DeviceType AI_0_12
public static final LucidControlAI4.DeviceType AI_0_15
public static final LucidControlAI4.DeviceType AI_0_20
public static final LucidControlAI4.DeviceType AI_0_24
public static final LucidControlAI4.DeviceType AI_5_5
public static final LucidControlAI4.DeviceType AI_10_10
public static final LucidControlAI4.DeviceType AI_12_12
public static final LucidControlAI4.DeviceType AI_15_15
public static final LucidControlAI4.DeviceType AI_20_20
public static final LucidControlAI4.DeviceType AI_24_24
public static final LucidControlAI4.DeviceType AI_0_20MA_500
public static LucidControlAI4.DeviceType[] values()
for (LucidControlAI4.DeviceType c : LucidControlAI4.DeviceType.values()) System.out.println(c);
public static LucidControlAI4.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()