public enum StorageStatusReportType extends Enum<StorageStatusReportType>
| Enum Constant and Description |
|---|
STORAGE_STATUS_ENTITIES_COUNT |
STORAGE_STATUS_VOLUME |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static StorageStatusReportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageStatusReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageStatusReportType STORAGE_STATUS_VOLUME
public static final StorageStatusReportType STORAGE_STATUS_ENTITIES_COUNT
public static StorageStatusReportType[] values()
for (StorageStatusReportType c : StorageStatusReportType.values()) System.out.println(c);
public static StorageStatusReportType 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 String toString()
toString in class Enum<StorageStatusReportType>Copyright © 2015. All Rights Reserved.