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