|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.Parameter
public final class Parameter
Describes a parameter and its value to set the value of a parameter that is used in query table filters and selection criteria. Note that system parameters $USER and $LOCALE are resolved when the query is run. $LOCALE may be set in the filter options and is modified by the query table runtime before the query is executed.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
Parameter()
Default constructor to initialize the parameter options. |
|
Parameter(java.lang.String name,
java.io.Serializable value)
Constructor that builds a parameter option from the passed values. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the parameter. |
java.io.Serializable |
getValue()
Returns the value of the parameter. |
void |
setParameter(java.lang.String name,
java.io.Serializable value)
Sets the parameter. |
java.lang.String |
toString()
Returns a string representation of the Parameter object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public Parameter()
public Parameter(java.lang.String name, java.io.Serializable value)
name
- The name of the parameter.value
- The value of the parameter.Method Detail |
---|
public java.lang.String getName()
public java.io.Serializable getValue()
public void setParameter(java.lang.String name, java.io.Serializable value)
name
- The name of the parameter.value
- The value of the parameter.public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |