org.genepattern.webservice
| |||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
Parameter(java.lang.String name,
double value)
Creates a new Parameter instance. |
|
Parameter(java.lang.String name,
java.io.File value)
Creates a new Parameter instance. |
|
Parameter(java.lang.String name,
int value)
Creates a new Parameter instance. |
|
Parameter(java.lang.String name,
java.lang.String value)
Creates a new Parameter instance. |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name of this parameter. |
java.lang.String |
getValue()
Gets the value of this parameter. |
java.lang.String |
toString()
Returns a string representation of this parameter. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Parameter(java.lang.String name,
java.lang.String value)
name - The parameter name.value - The parameter value, as a string.
public Parameter(java.lang.String name,
double value)
name - The parameter name.value - The parameter value, as a double.
public Parameter(java.lang.String name,
int value)
name - The parameter name.value - The parameter value, as an integer.
public Parameter(java.lang.String name,
java.io.File value)
throws java.io.IOException,
java.lang.SecurityException
name - The parameter name.value - The parameter value, as a file. The argument is converted to a
string representation by invoking getCanonicalPath on the
argument.
java.io.IOException - If an I/O error occurs, which is possible because the
construction of the canonical pathname may require
filesystem queries.
java.lang.SecurityException - If a required system property value cannot be accessed.| Method Detail |
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||