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_VARIABLE
calculation, 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, setToVariable
getCalculation, getIncrementerFactoryClassName, getToVariable
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCalculation, getIncrementerFactoryClassName, getToVariable
public static final String PROPERTY_EXPRESSION
protected JRExpression expression
public JRExpression getExpression()
getExpression
in interface ExpressionReturnValue
public void setExpression(JRExpression expression)
expression
- the expressionExpressionReturnValue.getExpression()
public Object clone()
clone
in interface JRCloneable
clone
in class DesignCommonReturnValue
Copyright © 2017. All rights reserved.