Class IsEndOfDataExpression

java.lang.Object
org.jfree.report.expressions.AbstractExpression
org.jfree.report.expressions.sys.IsEndOfDataExpression
All Implemented Interfaces:
Serializable, Cloneable, Expression

public class IsEndOfDataExpression extends AbstractExpression
Creation-Date: 19.02.2006, 19:15:45
Author:
Thomas Morgner
See Also:
  • Constructor Details

    • IsEndOfDataExpression

      public IsEndOfDataExpression()
  • Method Details

    • computeValue

      public Object computeValue() throws DataSourceException
      Return the current expression value.

      The value depends (obviously) on the expression implementation.

      Returns:
      the value of the function.
      Throws:
      DataSourceException