Ensembl Datasource Aware Module v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Datasource Aware Module
v1.09

uk.ac.roslin.ensembl.datasourceaware.core
Enum DAFeature.Status

java.lang.Object
  extended by java.lang.Enum<DAFeature.Status>
      extended by uk.ac.roslin.ensembl.datasourceaware.core.DAFeature.Status
All Implemented Interfaces:
Serializable, Comparable<DAFeature.Status>
Enclosing class:
DAFeature

public static enum DAFeature.Status
extends Enum<DAFeature.Status>


Enum Constant Summary
KNOWN
           
KNOWN_BY_PROJECTION
           
NOVEL
           
PREDICTED
           
PUTATIVE
           
UNKNOWN
           
 
Method Summary
static DAFeature.Status valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DAFeature.Status[] 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

KNOWN

public static final DAFeature.Status KNOWN

NOVEL

public static final DAFeature.Status NOVEL

PUTATIVE

public static final DAFeature.Status PUTATIVE

PREDICTED

public static final DAFeature.Status PREDICTED

KNOWN_BY_PROJECTION

public static final DAFeature.Status KNOWN_BY_PROJECTION

UNKNOWN

public static final DAFeature.Status UNKNOWN
Method Detail

values

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

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

valueOf

public static DAFeature.Status 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

Ensembl Datasource Aware Module
v1.09

Ensembl Datasource Aware Module v1.09
© Roslin Institute 2010. GNU General Public License, version3