Uses of Class
net.aavalla.utils.general.FastaUtils.FastaLineType

Packages that use FastaUtils.FastaLineType
net.aavalla.utils.general Often-needed utility functions 
 

Uses of FastaUtils.FastaLineType in net.aavalla.utils.general
 

Methods in net.aavalla.utils.general that return FastaUtils.FastaLineType
static FastaUtils.FastaLineType FastaUtils.getFastaLineType(java.lang.String fastaLine)
          Returns the type of the given line
static FastaUtils.FastaLineType FastaUtils.FastaLineType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FastaUtils.FastaLineType[] FastaUtils.FastaLineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.