Uses of Class
org.forester.io.parsers.HmmPfamOutputParser.ReturnType
-
Packages that use HmmPfamOutputParser.ReturnType Package Description org.forester.io.parsers -
-
Uses of HmmPfamOutputParser.ReturnType in org.forester.io.parsers
Methods in org.forester.io.parsers that return HmmPfamOutputParser.ReturnType Modifier and Type Method Description static HmmPfamOutputParser.ReturnTypeHmmPfamOutputParser.ReturnType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HmmPfamOutputParser.ReturnType[]HmmPfamOutputParser.ReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forester.io.parsers with parameters of type HmmPfamOutputParser.ReturnType Modifier and Type Method Description voidHmmPfamOutputParser. setReturnType(HmmPfamOutputParser.ReturnType return_type)
-