public enum StoragePoolStatus extends Enum<StoragePoolStatus>
Enum Constant and Description |
---|
Contend |
Maintanance |
NotOperational |
Problematic |
Uninitialized |
Up |
Modifier and Type | Method and Description |
---|---|
static StoragePoolStatus |
forValue(int value) |
int |
getValue() |
static StoragePoolStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoragePoolStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoragePoolStatus Uninitialized
public static final StoragePoolStatus Up
public static final StoragePoolStatus Maintanance
public static final StoragePoolStatus NotOperational
public static final StoragePoolStatus Problematic
public static final StoragePoolStatus Contend
public static StoragePoolStatus[] values()
for (StoragePoolStatus c : StoragePoolStatus.values()) System.out.println(c);
public static StoragePoolStatus 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 int getValue()
public static StoragePoolStatus forValue(int value)
Copyright © 2012. All Rights Reserved.