Uses of Class
org.biojava.nbio.ws.alignment.qblast.BlastAlignmentParameterEnum
-
Packages that use BlastAlignmentParameterEnum Package Description org.biojava.nbio.ws.alignment.qblast -
-
Uses of BlastAlignmentParameterEnum in org.biojava.nbio.ws.alignment.qblast
Methods in org.biojava.nbio.ws.alignment.qblast that return BlastAlignmentParameterEnum Modifier and Type Method Description static BlastAlignmentParameterEnum
BlastAlignmentParameterEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlastAlignmentParameterEnum[]
BlastAlignmentParameterEnum. 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 BlastAlignmentParameterEnum Modifier and Type Method Description String
NCBIQBlastAlignmentProperties. getAlignmentOption(BlastAlignmentParameterEnum key)
Gets the value of specified parameter ornull
if it is not set.void
NCBIQBlastAlignmentProperties. removeAlignmentOption(BlastAlignmentParameterEnum key)
Removes given parametervoid
NCBIQBlastAlignmentProperties. setAlignmentOption(BlastAlignmentParameterEnum key, String val)
Sets the value of specified parameter
-