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

uk.ac.roslin.ensembl.config
Class FeatureType

java.lang.Object
  extended by uk.ac.roslin.ensembl.config.EnsemblType
      extended by uk.ac.roslin.ensembl.config.FeatureType
All Implemented Interfaces:
Serializable, ObjectType

public class FeatureType
extends EnsemblType

Author:
tpaterso
See Also:
Serialized Form

Field Summary
static FeatureType assembly_exception
           
static FeatureType density_feature
           
static FeatureType ditag_feature
           
static FeatureType dna_align_feature
           
static FeatureType dna_peptide_align_feature
           
static FeatureType exon
           
static FeatureType gene
           
static FeatureType intron
           
static FeatureType karyotype_band
           
static FeatureType marker_feature
           
static FeatureType misc_feature
           
static FeatureType peptide_dna_align_feature
           
static FeatureType prediction_exon
           
static FeatureType prediction_transcript
           
static FeatureType protein_align_feature
           
static FeatureType protein_feature
           
static FeatureType qtl_feature
           
static FeatureType repeat_feature
           
static FeatureType simple_feature
           
static FeatureType splicing_event
           
static FeatureType transcript
           
 
Fields inherited from class uk.ac.roslin.ensembl.config.EnsemblType
label
 
Method Summary
static Collection<FeatureType> getAllTypes()
           
static FeatureType getFeatureType(String value)
           
 
Methods inherited from class uk.ac.roslin.ensembl.config.EnsemblType
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exon

public static FeatureType exon

gene

public static FeatureType gene

repeat_feature

public static FeatureType repeat_feature

simple_feature

public static FeatureType simple_feature

prediction_exon

public static FeatureType prediction_exon

prediction_transcript

public static FeatureType prediction_transcript

transcript

public static FeatureType transcript

dna_align_feature

public static FeatureType dna_align_feature

protein_align_feature

public static FeatureType protein_align_feature

assembly_exception

public static FeatureType assembly_exception

density_feature

public static FeatureType density_feature

ditag_feature

public static FeatureType ditag_feature

intron

public static FeatureType intron

karyotype_band

public static FeatureType karyotype_band

marker_feature

public static FeatureType marker_feature

misc_feature

public static FeatureType misc_feature

qtl_feature

public static FeatureType qtl_feature

splicing_event

public static FeatureType splicing_event

protein_feature

public static FeatureType protein_feature

dna_peptide_align_feature

public static FeatureType dna_peptide_align_feature

peptide_dna_align_feature

public static FeatureType peptide_dna_align_feature
Method Detail

getAllTypes

public static Collection<FeatureType> getAllTypes()

getFeatureType

public static FeatureType getFeatureType(String value)

Ensembl Model
v1.09

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