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