com.crystaldecisions.sdk.occa.report.data
Interface IConstantValue

All Superinterfaces:
IClone, IValue
All Known Implementing Classes:
ConstantValue

public interface IConstantValue
extends IValue

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

getValue

java.lang.Object getValue()

Returns the value for a constant.

Returns:
Object

setValue

void setValue(java.lang.Object value)

Sets the value for a constant.

Parameters:
value - Object