Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
uk.ac.roslin.ensembl.config
Class EnsemblCoordSystemType
java.lang.Object
uk.ac.roslin.ensembl.config.EnsemblType
uk.ac.roslin.ensembl.config.EnsemblCoordSystemType
- All Implemented Interfaces:
- Serializable, CoordSystemType, CoreObjectType, ObjectType
public class EnsemblCoordSystemType
- extends EnsemblType
- implements CoreObjectType, CoordSystemType
- Author:
- paterson
- See Also:
- Serialized Form
contig
public static EnsemblCoordSystemType contig
supercontig
public static EnsemblCoordSystemType supercontig
clone
public static EnsemblCoordSystemType clone
chromosome
public static EnsemblCoordSystemType chromosome
scaffold
public static EnsemblCoordSystemType scaffold
plasmid
public static EnsemblCoordSystemType plasmid
plastid
public static EnsemblCoordSystemType plastid
unknown
public static EnsemblCoordSystemType unknown
lrg
public static EnsemblCoordSystemType lrg
sequenceLevel
public static String sequenceLevel
defaultVersion
public static String defaultVersion
getType
public static EnsemblCoordSystemType getType(String name)
toString
public String toString()
- Description copied from class:
EnsemblType
- We often use the constants in a String context, so this routine allows
us to do that easily
- Overrides:
toString
in class EnsemblType
- Returns:
- The string 'label' of this object
Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3