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 BlastOutputParameterEnumBlastOutputParameterEnum. 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 StringNCBIQBlastOutputProperties. getOutputOption(BlastOutputParameterEnum key)Gets the value of specified parameter ornullif it is not setvoidNCBIQBlastOutputProperties. removeOutputOption(BlastOutputParameterEnum key)Removes given parametervoidNCBIQBlastOutputProperties. setOutputOption(BlastOutputParameterEnum key, String value)Sets the value of specified output parameter 
 -