|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.condition.OpenCondition.Parameter
This class describes an open condition parameter. A parameter consists of a name, value and an optional list of parameters.
Constructor Summary | |
OpenCondition.Parameter(java.lang.String name,
java.lang.String value)
This constructor takes the name and value of the parameter. |
Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
getName()
Get the name of this parameter. |
OpenCondition.Parameter[] |
getSubParameters()
Gets the array of subparameters for this parameter. |
java.lang.String |
getValue()
Gets the value for this parameter. |
void |
setName(java.lang.String name)
Sets the name of this parameter. |
void |
setSubParameters(OpenCondition.Parameter[] subParameters)
Sets the subparameters for this parameter. |
void |
setValue(java.lang.String value)
Sets the value of this parameter. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenCondition.Parameter(java.lang.String name, java.lang.String value)
name
- The name of the parameter.value
- The value of this parameter.Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String getName()
public OpenCondition.Parameter[] getSubParameters()
public java.lang.String getValue()
public void setName(java.lang.String name)
name
- The Name of this parameter.public void setSubParameters(OpenCondition.Parameter[] subParameters)
subParameters
- The subparameters for this parameter.public void setValue(java.lang.String value)
value
- The value of the parameter.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |