public static enum EnumDefineSet.DeviceClass extends java.lang.Enum<EnumDefineSet.DeviceClass>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EnumDefineSet.DeviceClass |
valueOf(int accessStatus) |
static EnumDefineSet.DeviceClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDefineSet.DeviceClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDefineSet.DeviceClass UNKNOWN
public static final EnumDefineSet.DeviceClass USB2
public static final EnumDefineSet.DeviceClass GEV
public static final EnumDefineSet.DeviceClass U3V
public static final EnumDefineSet.DeviceClass SMART
public static EnumDefineSet.DeviceClass[] values()
for (EnumDefineSet.DeviceClass c : EnumDefineSet.DeviceClass.values()) System.out.println(c);
public static EnumDefineSet.DeviceClass 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 int getValue()
public static EnumDefineSet.DeviceClass valueOf(int accessStatus)