Uses of Class
org.biojava3.core.sequence.template.AbstractSequence.AnnotationType

Packages that use AbstractSequence.AnnotationType
org.biojava3.core.sequence.template   
 

Uses of AbstractSequence.AnnotationType in org.biojava3.core.sequence.template
 

Methods in org.biojava3.core.sequence.template that return AbstractSequence.AnnotationType
 AbstractSequence.AnnotationType AbstractSequence.getAnnotationType()
           
static AbstractSequence.AnnotationType AbstractSequence.AnnotationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractSequence.AnnotationType[] AbstractSequence.AnnotationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.biojava3.core.sequence.template with parameters of type AbstractSequence.AnnotationType
 void AbstractSequence.setAnnotationType(AbstractSequence.AnnotationType annotationType)
           
 



Copyright © 2010 BioJava. All Rights Reserved.