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