org.gcube.dataanalysis.ecoengine.datatypes.enumtypes
Enum TableTemplates
java.lang.Object
java.lang.Enum<TableTemplates>
org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates
- All Implemented Interfaces:
- Serializable, Comparable<TableTemplates>
public enum TableTemplates
- extends Enum<TableTemplates>
Method Summary |
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. |
HSPEN
public static final TableTemplates HSPEN
HCAF
public static final TableTemplates HCAF
HSPEC
public static final TableTemplates HSPEC
OCCURRENCE_AQUAMAPS
public static final TableTemplates OCCURRENCE_AQUAMAPS
MINMAXLAT
public static final TableTemplates MINMAXLAT
TRAININGSET
public static final TableTemplates TRAININGSET
TESTSET
public static final TableTemplates TESTSET
GENERIC
public static final TableTemplates GENERIC
CLUSTER
public static final TableTemplates CLUSTER
OCCURRENCE_SPECIES
public static final TableTemplates OCCURRENCE_SPECIES
TIMESERIES
public static final TableTemplates TIMESERIES
values
public static TableTemplates[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TableTemplates c : TableTemplates.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TableTemplates valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012. All Rights Reserved.