public static enum DevInfoIndex.DEVICE_NAME extends java.lang.Enum<DevInfoIndex.DEVICE_NAME>
Enum Constant and Description |
---|
cr4900 |
mutant |
octant |
pm45 |
pm550 |
pm60 |
pm66 |
pm70 |
pm80 |
pm80plus |
sextant |
xg200 |
xm5 |
Modifier and Type | Method and Description |
---|---|
int |
getMajorNumber() |
static DevInfoIndex.DEVICE_NAME |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DevInfoIndex.DEVICE_NAME[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DevInfoIndex.DEVICE_NAME pm60
public static final DevInfoIndex.DEVICE_NAME mutant
public static final DevInfoIndex.DEVICE_NAME xm5
public static final DevInfoIndex.DEVICE_NAME octant
public static final DevInfoIndex.DEVICE_NAME sextant
public static final DevInfoIndex.DEVICE_NAME pm80
public static final DevInfoIndex.DEVICE_NAME cr4900
public static final DevInfoIndex.DEVICE_NAME pm70
public static final DevInfoIndex.DEVICE_NAME pm66
public static final DevInfoIndex.DEVICE_NAME pm80plus
public static final DevInfoIndex.DEVICE_NAME pm550
public static final DevInfoIndex.DEVICE_NAME xg200
public static final DevInfoIndex.DEVICE_NAME pm45
public static DevInfoIndex.DEVICE_NAME[] values()
for (DevInfoIndex.DEVICE_NAME c : DevInfoIndex.DEVICE_NAME.values()) System.out.println(c);
public static DevInfoIndex.DEVICE_NAME 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 getMajorNumber()