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