public static enum DevicePropDesc.FormFlag extends java.lang.Enum<DevicePropDesc.FormFlag>
Enum Constant and Description |
---|
ENUM_FORM |
NONE |
RANGE_FORM |
Modifier and Type | Method and Description |
---|---|
static DevicePropDesc.FormFlag |
valueOf(byte value) |
static DevicePropDesc.FormFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DevicePropDesc.FormFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DevicePropDesc.FormFlag NONE
public static final DevicePropDesc.FormFlag RANGE_FORM
public static final DevicePropDesc.FormFlag ENUM_FORM
public static DevicePropDesc.FormFlag[] values()
for (DevicePropDesc.FormFlag c : DevicePropDesc.FormFlag.values()) System.out.println(c);
public static DevicePropDesc.FormFlag 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 static DevicePropDesc.FormFlag valueOf(byte value)