public static enum TerabeeSdk.DeviceType extends java.lang.Enum<TerabeeSdk.DeviceType>
Enum Constant and Description |
---|
AUTO_DETECT
Automatically detecting of sensor type
|
EVO_3M
TeraRanger Evo 3M sensor
|
EVO_60M
TeraRanger Evo 60M sensor
|
EVO_64PX
TeraRanger Evo 64px sensor
|
MULTI_FLEX
TeraRanger Multiflex sensor
|
Modifier and Type | Method and Description |
---|---|
static TerabeeSdk.DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerabeeSdk.DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerabeeSdk.DeviceType AUTO_DETECT
public static final TerabeeSdk.DeviceType EVO_64PX
public static final TerabeeSdk.DeviceType EVO_60M
public static final TerabeeSdk.DeviceType EVO_3M
public static final TerabeeSdk.DeviceType MULTI_FLEX
public static TerabeeSdk.DeviceType[] values()
for (TerabeeSdk.DeviceType c : TerabeeSdk.DeviceType.values()) System.out.println(c);
public static TerabeeSdk.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 null