Class DesignExpressionReturnValue
java.lang.Object
net.sf.jasperreports.engine.base.BaseCommonReturnValue
net.sf.jasperreports.engine.design.DesignCommonReturnValue
net.sf.jasperreports.engine.design.DesignExpressionReturnValue
- All Implemented Interfaces:
Serializable,Cloneable,CommonReturnValue,JRChangeEventsSupport,ExpressionReturnValue,JRCloneable
public class DesignExpressionReturnValue
extends DesignCommonReturnValue
implements ExpressionReturnValue
Implementation of
ExpressionReturnValue
to be used for report design purposes.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JRExpressionThe expression producing the value to copy.static final StringFields inherited from class net.sf.jasperreports.engine.design.DesignCommonReturnValue
PROPERTY_CALCULATION, PROPERTY_INCREMENTER_FACTORY_CLASS_NAME, PROPERTY_TO_VARIABLEFields inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
calculation, incrementerFactoryClassName, toVariable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the expression whose value should be copied.voidsetExpression(JRExpression expression) Sets the expression.Methods inherited from class net.sf.jasperreports.engine.design.DesignCommonReturnValue
getEventSupport, setCalculation, setIncrementerFactoryClassName, setToVariableMethods inherited from class net.sf.jasperreports.engine.base.BaseCommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariableMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.CommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
-
Field Details
-
PROPERTY_EXPRESSION
- See Also:
-
expression
The expression producing the value to copy.
-
-
Constructor Details
-
DesignExpressionReturnValue
public DesignExpressionReturnValue()
-
-
Method Details
-
getExpression
Returns the expression whose value should be copied.- Specified by:
getExpressionin interfaceExpressionReturnValue- Returns:
- the expression whose value should be copied.
-
setExpression
Sets the expression.- Parameters:
expression- the expression- See Also:
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classDesignCommonReturnValue
-