public enum DefaultDimensionField extends Enum<DefaultDimensionField> implements DimensionField
| Enum Constant and Description |
|---|
ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description for the dimension field.
|
String |
getName()
The name of the dimension field.
|
String |
toString() |
static DefaultDimensionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultDimensionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultDimensionField ID
public static DefaultDimensionField[] values()
for (DefaultDimensionField c : DefaultDimensionField.values()) System.out.println(c);
public static DefaultDimensionField 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 getName()
DimensionFieldgetName in interface DimensionFieldpublic String getDescription()
DimensionFieldgetDescription in interface DimensionFieldpublic String toString()
toString in class Enum<DefaultDimensionField>Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.