public enum ComponentVolumeStatus extends Enum<ComponentVolumeStatus>
| Enum Constant and Description |
|---|
ALERT
Alert
|
FAULT
Fault
|
LOW
Low
|
NORMAL
Normal
|
NOT_SUPPORTED
Not supported
|
UNKNOWN
Unknown
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentVolumeStatus |
valueForString(String value)
Convert String to ComponentVolumeStatus
|
static ComponentVolumeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentVolumeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentVolumeStatus UNKNOWN
public static final ComponentVolumeStatus NORMAL
public static final ComponentVolumeStatus LOW
public static final ComponentVolumeStatus FAULT
public static final ComponentVolumeStatus ALERT
public static final ComponentVolumeStatus NOT_SUPPORTED
public static ComponentVolumeStatus[] values()
for (ComponentVolumeStatus c : ComponentVolumeStatus.values()) System.out.println(c);
public static ComponentVolumeStatus 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 ComponentVolumeStatus valueForString(String value)
value - String