java.io.Serializable
NCBIQBlastOutputProperties
public interface RemotePairwiseAlignmentOutputProperties
extends java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
static long |
serialVersionUID |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getOutputOption(java.lang.String key) |
Method that returns the value associated with the key given in parameter.
|
java.util.Set<java.lang.String> |
getOutputOptions() |
Method to get all keys to the information stored in this object.
|
void |
setOutputOption(java.lang.String key,
java.lang.String val) |
Method to set the value for a specific output parameter using a key to store in a map.
|
static final long serialVersionUID
java.lang.String getOutputOption(java.lang.String key) throws java.lang.Exception
key
- :a String with the required key for this map.java.lang.Exception
- if key is not in the map of output options.void setOutputOption(java.lang.String key, java.lang.String val)
key
- :the key use to designate the value to be storedval
- :the actual value matched to keyjava.util.Set<java.lang.String> getOutputOptions()
Set
with all keys held in this instance of the object