Class TableOfContentsCustomizer.ReferenceExpression

java.lang.Object
net.sf.dynamicreports.report.base.expression.AbstractSimpleExpression<String>
net.sf.dynamicreports.report.builder.tableofcontents.TableOfContentsCustomizer.ReferenceExpression
All Implemented Interfaces:
Serializable, DRIValue<String>, DRIExpression<String>, DRISimpleExpression<String>
Enclosing class:
TableOfContentsCustomizer

protected class TableOfContentsCustomizer.ReferenceExpression extends AbstractSimpleExpression<String>
See Also:
  • Constructor Details

    • ReferenceExpression

      protected ReferenceExpression()
  • Method Details

    • evaluate

      public String evaluate(ReportParameters reportParameters)
      Description copied from interface: DRISimpleExpression
      Evaluates the expression.
      Parameters:
      reportParameters - access to report fields, variables, parameters, expressions, and other report values
      Returns:
      the result of the expression evaluation