Uses of Class
org.biojava.nbio.ws.alignment.qblast.BlastOutputAlignmentFormatEnum
-
Packages that use BlastOutputAlignmentFormatEnum Package Description org.biojava.nbio.ws.alignment.qblast -
-
Uses of BlastOutputAlignmentFormatEnum in org.biojava.nbio.ws.alignment.qblast
Methods in org.biojava.nbio.ws.alignment.qblast that return BlastOutputAlignmentFormatEnum Modifier and Type Method Description static BlastOutputAlignmentFormatEnumBlastOutputAlignmentFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BlastOutputAlignmentFormatEnum[]BlastOutputAlignmentFormatEnum. 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 BlastOutputAlignmentFormatEnum Modifier and Type Method Description voidNCBIQBlastOutputProperties. setAlignmentOutputFormat(BlastOutputAlignmentFormatEnum alignmentFormat)Sets the alignment output format to get from the QBlast service
-