Package net.sf.jasperreports.engine
Interface ExpressionReturnValue
- All Superinterfaces:
Cloneable
,CommonReturnValue
,JRCloneable
- All Known Implementing Classes:
BaseExpressionReturnValue
,DesignExpressionReturnValue
,JRFillExpressionReturnValue
A value copied from an expression into a variable of the parent report.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionThe expression producing the value to return.Methods inherited from interface net.sf.jasperreports.engine.CommonReturnValue
getCalculation, getIncrementerFactoryClassName, getToVariable
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
getExpression
JRExpression getExpression()The expression producing the value to return.
-