public static enum SpeciesSearchFormPanel.SEARCHTYPE extends Enum<SpeciesSearchFormPanel.SEARCHTYPE>
Modifier and Type | Method and Description |
---|---|
static SpeciesSearchFormPanel.SEARCHTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpeciesSearchFormPanel.SEARCHTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpeciesSearchFormPanel.SEARCHTYPE SIMPLE
public static final SpeciesSearchFormPanel.SEARCHTYPE FULLTEXT
public static SpeciesSearchFormPanel.SEARCHTYPE[] values()
for (SpeciesSearchFormPanel.SEARCHTYPE c : SpeciesSearchFormPanel.SEARCHTYPE.values()) System.out.println(c);
public static SpeciesSearchFormPanel.SEARCHTYPE 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 © 2016. All Rights Reserved.