Class StaticExpressionRuntimeData


  • public class StaticExpressionRuntimeData
    extends java.lang.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 Detail

      • StaticExpressionRuntimeData

        public StaticExpressionRuntimeData()
    • Method Detail

      • getCurrentRow

        public int getCurrentRow()
      • setCurrentRow

        public void setCurrentRow​(int currentRow)
      • setData

        public void setData​(ReportData data)
      • setDeclaringParent

        public void setDeclaringParent​(java.lang.Object declaringParent)
      • setConfiguration

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

        public java.lang.Object getDeclaringParent()
      • getConfiguration

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

        public void setReportContext​(ReportContext reportContext)