|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExpressionValue
This interface is used to get and set an ExpressionValue
.
Examples of ExpressionValues
are: 2+2, 3*4,
{Customer.Last Year's Sales}.
Literal values, defined as values that do not need to be
evaluated, are stored using the
ConstantValue
object.
The ExpressionValue
object is used by the
FieldRangeFilterItem
object
to store values in primitive expressions of filters.
Method Summary | |
---|---|
java.lang.String |
getExpression()
Returns the value. |
void |
setExpression(java.lang.String expression)
Sets the value. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IValue |
---|
computeText, displayText |
Method Detail |
---|
java.lang.String getExpression()
Returns the value. This is not the evaluated
result but rather, the expression itself.
Examples of ExpressionValues
are: 2+2, 3*4,
{Customer.Last Year's Sales}.
String
.void setExpression(java.lang.String expression)
Sets the value. This is not the evaluated
result but rather, the expression itself.
Examples of ExpressionValues
are: 2+2, 3*4,
{Customer.Last Year's Sales}.
expression
- The unevaluated expression as a String
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |