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