public enum TableTemplates extends Enum<TableTemplates>
| Enum Constant and Description |
|---|
CLUSTER |
GENERIC |
HCAF |
HSPEC |
HSPEN |
MINMAXLAT |
OCCURRENCE_AQUAMAPS |
OCCURRENCE_SPECIES |
TESTSET |
TIMESERIES |
TRAININGSET |
| Modifier and Type | Method and Description |
|---|---|
static TableTemplates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableTemplates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableTemplates HSPEN
public static final TableTemplates HCAF
public static final TableTemplates HSPEC
public static final TableTemplates OCCURRENCE_AQUAMAPS
public static final TableTemplates MINMAXLAT
public static final TableTemplates TRAININGSET
public static final TableTemplates TESTSET
public static final TableTemplates GENERIC
public static final TableTemplates CLUSTER
public static final TableTemplates OCCURRENCE_SPECIES
public static final TableTemplates TIMESERIES
public static TableTemplates[] values()
for (TableTemplates c : TableTemplates.values()) System.out.println(c);
public static TableTemplates 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 © 2015. All Rights Reserved.