Uses of Class
org.biojava3.core.sequence.DNASequence.DNAType

Packages that use DNASequence.DNAType
org.biojava3.core.sequence   
 

Uses of DNASequence.DNAType in org.biojava3.core.sequence
 

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

Methods in org.biojava3.core.sequence with parameters of type DNASequence.DNAType
 void DNASequence.setDNAType(DNASequence.DNAType dnaType)
           
 



Copyright © 2010 BioJava. All Rights Reserved.