Interface ExpressionReturnValue

All Superinterfaces:
Cloneable, CommonReturnValue, JRCloneable
All Known Implementing Classes:
BaseExpressionReturnValue, DesignExpressionReturnValue, JRFillExpressionReturnValue

public interface ExpressionReturnValue extends CommonReturnValue
A value copied from an expression into a variable of the parent report.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • getExpression

      JRExpression getExpression()
      The expression producing the value to return.