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