Cytoscape 2.8.0 API

cytoscape.data.ontology.readers
Enum OBOTags

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

public enum OBOTags
extends Enum<OBOTags>

Tags used in OBO file:
OBO

This requirs JavaSE 5

Author:
kono

Enum Constant Summary
ALT_ID
           
BROAD_SYNONYM
           
COMMENT
           
DEF
           
DEF_ORIGIN
           
DISJOINT_FROM
           
DOMAIN
           
EXACT_SYNONYM
           
ID
           
IS_A
           
IS_CYCLIC
           
IS_OBSOLETE
           
IS_SYMMETRIC
           
IS_TRANSITIVE
           
NAME
           
NAMESPACE
           
NARROW_SYNONYM
           
RANGE
           
RELATED_SYNONYM
           
RELATIONSHIP
           
SUBSET
           
SYNONYM
           
USE_TERM
           
XREF
           
XREF_ANALOG
           
XREF_UNKNOWN
           
 
Method Summary
 String getDescription()
          DOCUMENT ME!
static String getPrefix()
          DOCUMENT ME!
 String toString()
          DOCUMENT ME!
static OBOTags valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OBOTags[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ID

public static final OBOTags ID

NAME

public static final OBOTags NAME

ALT_ID

public static final OBOTags ALT_ID

NAMESPACE

public static final OBOTags NAMESPACE

DEF

public static final OBOTags DEF

COMMENT

public static final OBOTags COMMENT

SUBSET

public static final OBOTags SUBSET

SYNONYM

public static final OBOTags SYNONYM

RELATED_SYNONYM

public static final OBOTags RELATED_SYNONYM

EXACT_SYNONYM

public static final OBOTags EXACT_SYNONYM

BROAD_SYNONYM

public static final OBOTags BROAD_SYNONYM

NARROW_SYNONYM

public static final OBOTags NARROW_SYNONYM

XREF

public static final OBOTags XREF

XREF_ANALOG

public static final OBOTags XREF_ANALOG

XREF_UNKNOWN

public static final OBOTags XREF_UNKNOWN

IS_A

public static final OBOTags IS_A

RELATIONSHIP

public static final OBOTags RELATIONSHIP

IS_OBSOLETE

public static final OBOTags IS_OBSOLETE

USE_TERM

public static final OBOTags USE_TERM

DOMAIN

public static final OBOTags DOMAIN

RANGE

public static final OBOTags RANGE

IS_CYCLIC

public static final OBOTags IS_CYCLIC

IS_TRANSITIVE

public static final OBOTags IS_TRANSITIVE

IS_SYMMETRIC

public static final OBOTags IS_SYMMETRIC

DISJOINT_FROM

public static final OBOTags DISJOINT_FROM

DEF_ORIGIN

public static final OBOTags DEF_ORIGIN
Method Detail

values

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

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

valueOf

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

getDescription

public String getDescription()
DOCUMENT ME!

Returns:
DOCUMENT ME!

toString

public String toString()
DOCUMENT ME!

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

getPrefix

public static String getPrefix()
DOCUMENT ME!

Returns:
DOCUMENT ME!

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.