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