|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to get and set a discrete value belonging to a parameter. A discrete value is a value that does not have a range--that is, it is singular. Examples of discrete values are: 1, 56.4, "Jeremy", and so on.
Method Summary | |
java.lang.Object |
getValue()
Returns the discrete value of the parameter. |
void |
setValue(java.lang.Object value)
Sets the discrete value of the parameter. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IParameterFieldValue |
getDescription, setDescription |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IValue |
computeText, displayText |
Method Detail |
public java.lang.Object getValue()
Returns the discrete value of the parameter.
public void setValue(java.lang.Object value)
Sets the discrete value of the parameter.
value
- The value as an object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |