public enum SpeciesCapability extends Enum<SpeciesCapability>
Enum Constant and Description |
---|
FROMDATE |
LOWERBOUND |
NAMESMAPPING |
OCCURRENCESPOINTS |
RESULTITEM |
SYNONYMS |
TAXONOMYITEM |
TODATE |
UNFOLD |
UNKNOWN |
UPPERBOUND |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
static SpeciesCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeciesCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeciesCapability FROMDATE
public static final SpeciesCapability TODATE
public static final SpeciesCapability LOWERBOUND
public static final SpeciesCapability UPPERBOUND
public static final SpeciesCapability RESULTITEM
public static final SpeciesCapability TAXONOMYITEM
public static final SpeciesCapability OCCURRENCESPOINTS
public static final SpeciesCapability SYNONYMS
public static final SpeciesCapability UNFOLD
public static final SpeciesCapability NAMESMAPPING
public static final SpeciesCapability UNKNOWN
public static SpeciesCapability[] values()
for (SpeciesCapability c : SpeciesCapability.values()) System.out.println(c);
public static SpeciesCapability 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 getId()
public String getName()
Copyright © 2016. All Rights Reserved.