public enum SpeciesDetailsFields extends Enum<SpeciesDetailsFields> implements GridField
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
boolean |
isSortable() |
static SpeciesDetailsFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeciesDetailsFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeciesDetailsFields NAME
public static final SpeciesDetailsFields VALUE
public static final SpeciesDetailsFields GROUP
public static SpeciesDetailsFields[] values()
for (SpeciesDetailsFields c : SpeciesDetailsFields.values()) System.out.println(c);
public static SpeciesDetailsFields 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 boolean isSortable()
isSortable in interface GridFieldCopyright © 2013. All Rights Reserved.