|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstantValue
This interface represents a literal value that needs no evaluation.
Examples of ConstantValues are: 2, "some string", and so on.
Expression values, those that need to be evaluated, are stored
using the ExpressionValue
object. The ConstantValue
object is used
by the FieldRangeFilterItem
object to store values in primitive
expressions of filters.
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the value for a constant. |
void |
setValue(java.lang.Object value)
Sets the value for a constant. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IValue |
---|
computeText, displayText |
Method Detail |
---|
java.lang.Object getValue()
Returns the value for a constant.
void setValue(java.lang.Object value)
Sets the value for a constant.
value
- Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |