Uses of Class
org.biojava.nbio.ws.alignment.qblast.BlastOutputFormatEnum
-
Packages that use BlastOutputFormatEnum Package Description org.biojava.nbio.ws.alignment.qblast -
-
Uses of BlastOutputFormatEnum in org.biojava.nbio.ws.alignment.qblast
Methods in org.biojava.nbio.ws.alignment.qblast that return BlastOutputFormatEnum Modifier and Type Method Description static BlastOutputFormatEnum
BlastOutputFormatEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlastOutputFormatEnum[]
BlastOutputFormatEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.ws.alignment.qblast with parameters of type BlastOutputFormatEnum Modifier and Type Method Description void
NCBIQBlastOutputProperties. setOutputFormat(BlastOutputFormatEnum formatType)
Sets the stream output format to get from the QBlast service
-