public class EnsemblDBType extends EnsemblType implements DatabaseType, Comparable<EnsemblDBType>
Modifier and Type | Field and Description |
---|---|
static EnsemblDBType |
ancestral
A concrete instantiation of an DatabaseType object representing the ensembl ancestral database sType
|
static EnsemblDBType |
cdna
A concrete instantiation of an DatabaseType object representing the ensembl species cDNA database sType
|
static EnsemblDBType |
collection_core
A concrete instantiation of an DatabaseType object representing the ensemblgenomes collection core database sType
|
static EnsemblDBType |
collection_funcgen
A concrete instantiation of an DatabaseType object representing the ensemblgenomes collection funcgen database sType
|
static EnsemblDBType |
collection_variation
A concrete instantiation of an DatabaseType object representing the ensemblgenomes collection variation database sType
|
static EnsemblDBType |
compara
A concrete instantiation of an DatabaseType object representing the ensembl compara database sType
|
static EnsemblDBType |
core
A concrete instantiation of an DatabaseType object representing the ensembl species core database sType
|
static EnsemblDBType |
coreexpressionatlas |
static EnsemblDBType |
coreexpressionest
A concrete instantiation of an DatabaseType object representing the ensembl species coreexpressioncdna database sType
|
static EnsemblDBType |
coreexpressiongnf
A concrete instantiation of an DatabaseType object representing the ensembl species coreexpressiongnf database sType
|
static EnsemblDBType |
funcgen
A concrete instantiation of an DatabaseType object representing the ensembl species funcgen database sType
|
static EnsemblDBType |
go
A concrete instantiation of an DatabaseType object representing the ensembl go database sType
|
static EnsemblDBType |
ontology
A concrete instantiation of an DatabaseType object representing the ensembl ontology database sType
|
static EnsemblDBType |
otherfeatures
A concrete instantiation of an DatabaseType object representing the ensembl species otherfeatures database sType
|
static EnsemblDBType |
rnaseq |
static EnsemblDBType |
variation
A concrete instantiation of an DatabaseType object representing the ensembl species variation database sType
|
static EnsemblDBType |
vega
A concrete instantiation of an DatabaseType object representing the ensembl species vega database sType
|
static EnsemblDBType |
website
A concrete instantiation of an DatabaseType object representing the ensembl website database sType
|
label
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EnsemblDBType other) |
boolean |
equals(Object obj)
Overrides the Object method to test for equality
|
static Collection<EnsemblDBType> |
getAllDatabaseTypes() |
static TreeSet<EnsemblDBType> |
getCollectionDatabaseTypes() |
static EnsemblDBType |
getDBTypeForName(String typeName)
Public Method to return the static EnsemblDBType for a typeName.
|
static TreeSet<EnsemblDBType> |
getSingleSpeciesDatabaseTypes() |
static TreeSet<EnsemblDBType> |
getSpeciesComparisonDatabaseTypes() |
int |
hashCode()
Overrides Object method to generate a hashCode
|
String |
toString()
We often use the constants in a String context, so this routine allows
us to do that easily
|
public static EnsemblDBType cdna
public static EnsemblDBType rnaseq
public static EnsemblDBType core
public static EnsemblDBType coreexpressionest
public static EnsemblDBType coreexpressiongnf
public static EnsemblDBType coreexpressionatlas
public static EnsemblDBType funcgen
public static EnsemblDBType otherfeatures
public static EnsemblDBType variation
public static EnsemblDBType vega
public static EnsemblDBType ancestral
public static EnsemblDBType compara
public static EnsemblDBType go
public static EnsemblDBType ontology
public static EnsemblDBType website
public static EnsemblDBType collection_core
public static EnsemblDBType collection_funcgen
public static EnsemblDBType collection_variation
public String toString()
toString
in class EnsemblType
public int hashCode()
public static EnsemblDBType getDBTypeForName(String typeName)
typeName
- Stringpublic static TreeSet<EnsemblDBType> getSpeciesComparisonDatabaseTypes()
public static TreeSet<EnsemblDBType> getSingleSpeciesDatabaseTypes()
public static TreeSet<EnsemblDBType> getCollectionDatabaseTypes()
public static Collection<EnsemblDBType> getAllDatabaseTypes()
public int compareTo(EnsemblDBType other)
compareTo
in interface Comparable<EnsemblDBType>
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3