Package | Description |
---|---|
org.biojava.nbio.ws.alignment.qblast |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
NCBIQBlastOutputProperties.getOutputOption(BlastOutputParameterEnum key)
Gets the value of specified parameter or
null if it is not set |
void |
NCBIQBlastOutputProperties.removeOutputOption(BlastOutputParameterEnum key)
Removes given parameter
|
void |
NCBIQBlastOutputProperties.setOutputOption(BlastOutputParameterEnum key,
String value)
Sets the value of specified output parameter
|
Copyright © 2000–2019 BioJava. All rights reserved.