public static enum SDI.TaxonomyComparisonBase extends java.lang.Enum<SDI.TaxonomyComparisonBase>
| Enum Constant and Description |
|---|
CODE |
ID |
SCIENTIFIC_NAME |
| Modifier and Type | Method and Description |
|---|---|
static SDI.TaxonomyComparisonBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SDI.TaxonomyComparisonBase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SDI.TaxonomyComparisonBase ID
public static final SDI.TaxonomyComparisonBase CODE
public static final SDI.TaxonomyComparisonBase SCIENTIFIC_NAME
public static SDI.TaxonomyComparisonBase[] values()
for (SDI.TaxonomyComparisonBase c : SDI.TaxonomyComparisonBase.values()) System.out.println(c);
public static SDI.TaxonomyComparisonBase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null