public enum DeviceType extends java.lang.Enum<DeviceType> implements IEnumType
Enum Constant and Description |
---|
ASR250G |
AT188 |
AT188N |
AT188NP |
AT288 |
AT288N |
AT288NS |
AT311 |
AT312 |
AT388 |
AT511 |
AT870A |
AT911 |
AT911_HILTI_EU |
AT911_HILTI_US |
AT911N |
AT911N_HILTI_EU |
AT911N_HILTI_US |
ATD100 |
ATS100 |
ATS200 |
RFBlaster |
RFPrisma |
Unknown |
XCRF1003 |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
toString() |
static DeviceType |
valueOf(int code) |
static DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceType Unknown
public static final DeviceType AT911
public static final DeviceType AT911N
public static final DeviceType AT511
public static final DeviceType AT311
public static final DeviceType AT312
public static final DeviceType AT911_HILTI_US
public static final DeviceType AT911_HILTI_EU
public static final DeviceType XCRF1003
public static final DeviceType AT911N_HILTI_US
public static final DeviceType AT911N_HILTI_EU
public static final DeviceType AT870A
public static final DeviceType AT288
public static final DeviceType AT188
public static final DeviceType RFBlaster
public static final DeviceType RFPrisma
public static final DeviceType AT288N
public static final DeviceType AT188N
public static final DeviceType AT388
public static final DeviceType ATS100
public static final DeviceType ASR250G
public static final DeviceType ATD100
public static final DeviceType AT288NS
public static final DeviceType ATS200
public static final DeviceType AT188NP
public static DeviceType[] values()
for (DeviceType c : DeviceType.values()) System.out.println(c);
public static 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 toString()
toString
in interface IEnumType
toString
in class java.lang.Enum<DeviceType>
public static DeviceType valueOf(int code)