Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

uk.ac.roslin.ensembl.config
Class EnsemblType

java.lang.Object
  extended by uk.ac.roslin.ensembl.config.EnsemblType
All Implemented Interfaces:
Serializable, ObjectType
Direct Known Subclasses:
EnsemblComparaDivision, EnsemblCoordSystemType, EnsemblCoreObjectType, EnsemblDBType, FeatureType, RelationshipType

public abstract class EnsemblType
extends Object
implements ObjectType

Author:
paterson
See Also:
Serialized Form

Field Summary
protected  String label
           
 
Constructor Summary
EnsemblType()
           
 
Method Summary
 String toString()
          We often use the constants in a String context, so this routine allows us to do that easily
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

label

protected String label
Constructor Detail

EnsemblType

public EnsemblType()
Method Detail

toString

public String toString()
We often use the constants in a String context, so this routine allows us to do that easily

Overrides:
toString in class Object
Returns:
The string 'label' of this object

Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3