public static enum SpeciesController.TaxonQuery.FIELD extends Enum<SpeciesController.TaxonQuery.FIELD>
| Enum Constant and Description |
|---|
CODE |
FAMILY_CODE |
FAMILY_SCIENTIFIC_NAME |
SCIENTIFIC_NAME |
VERNACULAR_NAME |
| Modifier and Type | Method and Description |
|---|---|
static SpeciesController.TaxonQuery.FIELD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeciesController.TaxonQuery.FIELD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeciesController.TaxonQuery.FIELD FAMILY_CODE
public static final SpeciesController.TaxonQuery.FIELD FAMILY_SCIENTIFIC_NAME
public static final SpeciesController.TaxonQuery.FIELD CODE
public static final SpeciesController.TaxonQuery.FIELD SCIENTIFIC_NAME
public static final SpeciesController.TaxonQuery.FIELD VERNACULAR_NAME
public static SpeciesController.TaxonQuery.FIELD[] values()
for (SpeciesController.TaxonQuery.FIELD c : SpeciesController.TaxonQuery.FIELD.values()) System.out.println(c);
public static SpeciesController.TaxonQuery.FIELD 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 nullCopyright © 2020 Open Foris. All rights reserved.