public static enum DevInfoIndex.DEVICE_NAME extends java.lang.Enum<DevInfoIndex.DEVICE_NAME>
| Enum Constant and Description |
|---|
cr4900 |
dtx400 |
octant |
pm45 |
pm500 |
pm550 |
pm66 |
pm70 |
pm80 |
pm80plus |
pm85 |
sextant |
xg200 |
xt200 |
| 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 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 final DevInfoIndex.DEVICE_NAME dtx400
public static final DevInfoIndex.DEVICE_NAME pm85
public static final DevInfoIndex.DEVICE_NAME xt200
public static final DevInfoIndex.DEVICE_NAME pm500
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()