owltools.gaf.godb
Enum GoMySQLDatabaseDumper.GOMySQLTable

java.lang.Object
  extended by java.lang.Enum<GoMySQLDatabaseDumper.GOMySQLTable>
      extended by owltools.gaf.godb.GoMySQLDatabaseDumper.GOMySQLTable
All Implemented Interfaces:
Serializable, Comparable<GoMySQLDatabaseDumper.GOMySQLTable>
Enclosing class:
GoMySQLDatabaseDumper

protected static enum GoMySQLDatabaseDumper.GOMySQLTable
extends Enum<GoMySQLDatabaseDumper.GOMySQLTable>


Enum Constant Summary
assassociation_property
           
association
           
association_qualifier
           
association_species_qualifier
           
db
           
dbxref
           
evidence
           
evidence_dbxref
           
gene_product
           
gene_product_count
           
gene_product_subset
           
gene_product_synonym
           
graph_path
           
species
           
term
           
term_dbxref
           
term_definition
           
term_subset
           
term_synonym
           
term2term
           
term2term_metadata
           
 
Method Summary
static GoMySQLDatabaseDumper.GOMySQLTable valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GoMySQLDatabaseDumper.GOMySQLTable[] 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

db

public static final GoMySQLDatabaseDumper.GOMySQLTable db

dbxref

public static final GoMySQLDatabaseDumper.GOMySQLTable dbxref

term2term_metadata

public static final GoMySQLDatabaseDumper.GOMySQLTable term2term_metadata

term_dbxref

public static final GoMySQLDatabaseDumper.GOMySQLTable term_dbxref

term_definition

public static final GoMySQLDatabaseDumper.GOMySQLTable term_definition

term_subset

public static final GoMySQLDatabaseDumper.GOMySQLTable term_subset

term_synonym

public static final GoMySQLDatabaseDumper.GOMySQLTable term_synonym

term

public static final GoMySQLDatabaseDumper.GOMySQLTable term

term2term

public static final GoMySQLDatabaseDumper.GOMySQLTable term2term

association

public static final GoMySQLDatabaseDumper.GOMySQLTable association

assassociation_property

public static final GoMySQLDatabaseDumper.GOMySQLTable assassociation_property

association_qualifier

public static final GoMySQLDatabaseDumper.GOMySQLTable association_qualifier

association_species_qualifier

public static final GoMySQLDatabaseDumper.GOMySQLTable association_species_qualifier

evidence

public static final GoMySQLDatabaseDumper.GOMySQLTable evidence

evidence_dbxref

public static final GoMySQLDatabaseDumper.GOMySQLTable evidence_dbxref

gene_product

public static final GoMySQLDatabaseDumper.GOMySQLTable gene_product

gene_product_subset

public static final GoMySQLDatabaseDumper.GOMySQLTable gene_product_subset

gene_product_synonym

public static final GoMySQLDatabaseDumper.GOMySQLTable gene_product_synonym

species

public static final GoMySQLDatabaseDumper.GOMySQLTable species

gene_product_count

public static final GoMySQLDatabaseDumper.GOMySQLTable gene_product_count

graph_path

public static final GoMySQLDatabaseDumper.GOMySQLTable graph_path
Method Detail

values

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

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

valueOf

public static GoMySQLDatabaseDumper.GOMySQLTable 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 © 2010-2014. All Rights Reserved.