org.gcube.dataanalysis.ecoengine.configuration
Enum ALG_PROPS

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

public enum ALG_PROPS
extends Enum<ALG_PROPS>


Enum Constant Summary
PARALLEL_SPECIES_VS_CSQUARE_FROM_DATABASE
           
PHENOMENON_VS_GEOINFO
           
PHENOMENON_VS_PARALLEL_PHENOMENON
           
SPECIES_ENVELOPES
           
SPECIES_MODEL
           
SPECIES_VS_CSQUARE
           
SPECIES_VS_CSQUARE_FROM_DATABASE
           
SPECIES_VS_CSQUARE_REMOTE_FROM_DATABASE
           
 
Method Summary
static ALG_PROPS valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ALG_PROPS[] 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

PARALLEL_SPECIES_VS_CSQUARE_FROM_DATABASE

public static final ALG_PROPS PARALLEL_SPECIES_VS_CSQUARE_FROM_DATABASE

SPECIES_VS_CSQUARE_FROM_DATABASE

public static final ALG_PROPS SPECIES_VS_CSQUARE_FROM_DATABASE

SPECIES_VS_CSQUARE_REMOTE_FROM_DATABASE

public static final ALG_PROPS SPECIES_VS_CSQUARE_REMOTE_FROM_DATABASE

SPECIES_VS_CSQUARE

public static final ALG_PROPS SPECIES_VS_CSQUARE

PHENOMENON_VS_GEOINFO

public static final ALG_PROPS PHENOMENON_VS_GEOINFO

SPECIES_ENVELOPES

public static final ALG_PROPS SPECIES_ENVELOPES

SPECIES_MODEL

public static final ALG_PROPS SPECIES_MODEL

PHENOMENON_VS_PARALLEL_PHENOMENON

public static final ALG_PROPS PHENOMENON_VS_PARALLEL_PHENOMENON
Method Detail

values

public static ALG_PROPS[] 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 (ALG_PROPS c : ALG_PROPS.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ALG_PROPS 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.