Uses of Class
org.utgenome.gwt.utgb.client.bio.GenomeDB.DBType

Packages that use GenomeDB.DBType
org.utgenome.gwt.utgb.client.bio Biological data objects for Google Web Toolkit RPC (Remote Procedure Call). 
 

Uses of GenomeDB.DBType in org.utgenome.gwt.utgb.client.bio
 

Fields in org.utgenome.gwt.utgb.client.bio declared as GenomeDB.DBType
 GenomeDB.DBType GenomeDB.type
          database type
 

Methods in org.utgenome.gwt.utgb.client.bio that return GenomeDB.DBType
 GenomeDB.DBType GenomeDB.resolveDBType()
           
static GenomeDB.DBType GenomeDB.resolveDBType(GenomeDB db)
          Resolve the db type when the db type is AUTO.
static GenomeDB.DBType GenomeDB.resolveDBType(String path)
           
static GenomeDB.DBType GenomeDB.DBType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenomeDB.DBType[] GenomeDB.DBType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.utgenome.gwt.utgb.client.bio with parameters of type GenomeDB.DBType
GenomeDB(GenomeDB.DBType type, String path, String ref)
           
 



Copyright © 2007-2012 utgenome.org. All Rights Reserved.