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