Uses of Enum
org.biojava.nbio.ws.alignment.qblast.BlastOutputParameterEnum
Packages that use BlastOutputParameterEnum
-
Uses of BlastOutputParameterEnum in org.biojava.nbio.ws.alignment.qblast
Methods in org.biojava.nbio.ws.alignment.qblast that return BlastOutputParameterEnumModifier and TypeMethodDescriptionstatic BlastOutputParameterEnum
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 BlastOutputParameterEnumModifier and TypeMethodDescriptionNCBIQBlastOutputProperties.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