public class DesignExpressionReturnValue extends DesignCommonReturnValue implements ExpressionReturnValue
ExpressionReturnValue
to be used for report design purposes.| Modifier and Type | Field and Description |
|---|---|
protected JRExpression |
expression
The expression producing the value to copy.
|
static String |
PROPERTY_EXPRESSION |
PROPERTY_CALCULATION, PROPERTY_INCREMENTER_FACTORY_CLASS_NAME, PROPERTY_TO_VARIABLEcalculation, incrementerFactoryClassName, toVariable| Constructor and Description |
|---|
DesignExpressionReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
JRExpression |
getExpression()
Returns the expression whose value should be copied.
|
void |
setExpression(JRExpression expression)
Sets the expression.
|
getEventSupport, setCalculation, setIncrementerFactoryClassName, setToVariablegetCalculation, getIncrementerFactoryClassName, getToVariableequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCalculation, getIncrementerFactoryClassName, getToVariablepublic static final String PROPERTY_EXPRESSION
protected JRExpression expression
public JRExpression getExpression()
getExpression in interface ExpressionReturnValuepublic void setExpression(JRExpression expression)
expression - the expressionExpressionReturnValue.getExpression()public Object clone()
clone in interface JRCloneableclone in class DesignCommonReturnValueCopyright © 2017. All rights reserved.