public class SPCParamValue
extends java.lang.Object
Constructor and Description |
---|
SPCParamValue(SPCParamName name)
Create an instance of the SPCParamValue class.
|
SPCParamValue(SPCParamName name,
java.lang.Object value)
Create an instance of the SPCParamValue class.
|
SPCParamValue(SPCParamName name,
java.lang.Object value,
ResponseType response)
Create an instance of the SPCParamValue class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(SPCParamName name)
Compare the type of parameter on the SPCParamValue instance.
|
SPCParamName |
getName()
Returns the type of parameter stored in the SPCParamValue instance.
|
ResponseType |
getResponse()
Returns the result of parameter stored in the SPCParamValue instance.
|
java.lang.Object |
getValue()
Returns the value of parameter stored in the SPCParamValue instance.
|
void |
setResponse(ResponseType value)
Set the result of parameter on the SPCParamValue instance.
|
void |
setValue(java.lang.Object value)
Set the parameter value on the SPCParamValue instance.
|
public SPCParamValue(SPCParamName name)
public SPCParamValue(SPCParamName name, java.lang.Object value)
public SPCParamValue(SPCParamName name, java.lang.Object value, ResponseType response)
public SPCParamName getName()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
params
- A value that specifies the parameter value of the SPCParamValue instance.public ResponseType getResponse()
public void setResponse(ResponseType value)
params
- A value that specifies the parameter result value of the SPCParamValue instance.public boolean equals(SPCParamName name)