public static enum TxSearch.TAX_NAME_CLASS extends Enum<TxSearch.TAX_NAME_CLASS>
| Enum Constant and Description |
|---|
ALL |
COMMON_NAME |
PREFFERED_COMMON_NAME |
SCIENTIFIC_NAME |
SYNONYM |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TxSearch.TAX_NAME_CLASS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxSearch.TAX_NAME_CLASS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TxSearch.TAX_NAME_CLASS ALL
public static final TxSearch.TAX_NAME_CLASS SCIENTIFIC_NAME
public static final TxSearch.TAX_NAME_CLASS PREFFERED_COMMON_NAME
public static final TxSearch.TAX_NAME_CLASS COMMON_NAME
public static final TxSearch.TAX_NAME_CLASS SYNONYM
public static TxSearch.TAX_NAME_CLASS[] values()
for (TxSearch.TAX_NAME_CLASS c : TxSearch.TAX_NAME_CLASS.values()) System.out.println(c);
public static TxSearch.TAX_NAME_CLASS 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 toString()
toString in class Enum<TxSearch.TAX_NAME_CLASS>Copyright © 2016. All rights reserved.