Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.ontology.readers
Enum OBOHeaderTags

java.lang.Object
  extended by java.lang.Enum<OBOHeaderTags>
      extended by cytoscape.data.ontology.readers.OBOHeaderTags
All Implemented Interfaces:
Serializable, Comparable<OBOHeaderTags>

public enum OBOHeaderTags
extends Enum<OBOHeaderTags>


Enum Constant Summary
AUTO_GENERATED_BY
           
DATE
           
DEFAULT_NAMESPACE
           
FORMAT_VERSION
           
REMARK
           
SAVED_BY
           
SUBSETDEF
           
TYPEREF
           
VERSION
           
 
Method Summary
 String toString()
          DOCUMENT ME!
static OBOHeaderTags valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OBOHeaderTags[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FORMAT_VERSION

public static final OBOHeaderTags FORMAT_VERSION

TYPEREF

public static final OBOHeaderTags TYPEREF

VERSION

public static final OBOHeaderTags VERSION

DATE

public static final OBOHeaderTags DATE

SAVED_BY

public static final OBOHeaderTags SAVED_BY

AUTO_GENERATED_BY

public static final OBOHeaderTags AUTO_GENERATED_BY

DEFAULT_NAMESPACE

public static final OBOHeaderTags DEFAULT_NAMESPACE

REMARK

public static final OBOHeaderTags REMARK

SUBSETDEF

public static final OBOHeaderTags SUBSETDEF
Method Detail

values

public static final OBOHeaderTags[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(OBOHeaderTags c : OBOHeaderTags.values())
        System.out.println(c);

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

valueOf

public static OBOHeaderTags 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

toString

public String toString()
DOCUMENT ME!

Overrides:
toString in class Enum<OBOHeaderTags>
Returns:
DOCUMENT ME!

www.cytoscape.org