public enum DeviceLevelStatus extends Enum<DeviceLevelStatus>
| Enum Constant and Description |
|---|
FOUR_LEVEL_BARS
Four level bars
|
NOT_PROVIDED
Not provided
|
ONE_LEVEL_BARS
One level bars
|
THREE_LEVEL_BARS
Three level bars
|
TWO_LEVEL_BARS
Two level bars
|
ZERO_LEVEL_BARS
Zero level bars
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceLevelStatus |
valueForString(String value)
Convert String to DeviceLevelStatus
|
static DeviceLevelStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceLevelStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceLevelStatus ZERO_LEVEL_BARS
public static final DeviceLevelStatus ONE_LEVEL_BARS
public static final DeviceLevelStatus TWO_LEVEL_BARS
public static final DeviceLevelStatus THREE_LEVEL_BARS
public static final DeviceLevelStatus FOUR_LEVEL_BARS
public static final DeviceLevelStatus NOT_PROVIDED
public static DeviceLevelStatus[] values()
for (DeviceLevelStatus c : DeviceLevelStatus.values()) System.out.println(c);
public static DeviceLevelStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DeviceLevelStatus valueForString(String value)
value - String