Class StaticExpressionRuntimeData

java.lang.Object
org.jfree.report.data.StaticExpressionRuntimeData

public class StaticExpressionRuntimeData extends Object
This class holds all expression-runtime information, which are known when the expression gets added to the datarow. Once added, they won't change anymore.
Author:
Thomas Morgner
  • Constructor Details

    • StaticExpressionRuntimeData

      public StaticExpressionRuntimeData()
  • Method Details

    • getCurrentRow

      public int getCurrentRow()
    • setCurrentRow

      public void setCurrentRow(int currentRow)
    • getData

      public ReportData getData()
    • setData

      public void setData(ReportData data)
    • getResourceBundleFactory

      public ResourceBundleFactory getResourceBundleFactory()
    • setDeclaringParent

      public void setDeclaringParent(Object declaringParent)
    • setConfiguration

      public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration)
    • getDeclaringParent

      public Object getDeclaringParent()
    • getConfiguration

      public org.pentaho.reporting.libraries.base.config.Configuration getConfiguration()
    • getReportContext

      public ReportContext getReportContext()
    • setReportContext

      public void setReportContext(ReportContext reportContext)