Uses of Enum Class
org.forester.msa.Msa.MSA_FORMAT
Packages that use Msa.MSA_FORMAT
-
Uses of Msa.MSA_FORMAT in org.forester.msa
Methods in org.forester.msa that return Msa.MSA_FORMATModifier and TypeMethodDescriptionstatic Msa.MSA_FORMATReturns the enum constant of this class with the specified name.static Msa.MSA_FORMAT[]Msa.MSA_FORMAT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.msa with parameters of type Msa.MSA_FORMATModifier and TypeMethodDescriptionvoidBasicMsa.write(Writer w, Msa.MSA_FORMAT format) voidMsa.write(Writer w, Msa.MSA_FORMAT format) -
Uses of Msa.MSA_FORMAT in org.forester.msa_compactor
Methods in org.forester.msa_compactor with parameters of type Msa.MSA_FORMATModifier and TypeMethodDescriptionfinal voidMsaCompactor.setOutputFormat(Msa.MSA_FORMAT output_format)