org.gcube.dataanalysis.ecoengine.datatypes.enumtypes
Enum TableTemplates

java.lang.Object
  extended by java.lang.Enum<TableTemplates>
      extended by org.gcube.dataanalysis.ecoengine.datatypes.enumtypes.TableTemplates
All Implemented Interfaces:
Serializable, Comparable<TableTemplates>

public enum TableTemplates
extends Enum<TableTemplates>


Enum Constant Summary
CLUSTER
           
GENERIC
           
HCAF
           
HSPEC
           
HSPEN
           
MINMAXLAT
           
OCCURRENCE_AQUAMAPS
           
OCCURRENCE_SPECIES
           
TESTSET
           
TIMESERIES
           
TRAININGSET
           
 
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2013. All Rights Reserved.