Package org.jfree.report.data
Class StaticExpressionRuntimeData
- java.lang.Object
-
- org.jfree.report.data.StaticExpressionRuntimeData
-
public class StaticExpressionRuntimeData extends java.lang.ObjectThis 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 Summary
Constructors Constructor Description StaticExpressionRuntimeData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.reporting.libraries.base.config.ConfigurationgetConfiguration()intgetCurrentRow()ReportDatagetData()java.lang.ObjectgetDeclaringParent()ReportContextgetReportContext()ResourceBundleFactorygetResourceBundleFactory()voidsetConfiguration(org.pentaho.reporting.libraries.base.config.Configuration configuration)voidsetCurrentRow(int currentRow)voidsetData(ReportData data)voidsetDeclaringParent(java.lang.Object declaringParent)voidsetReportContext(ReportContext reportContext)
-
-
-
Method Detail
-
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(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()
-
getReportContext
public ReportContext getReportContext()
-
setReportContext
public void setReportContext(ReportContext reportContext)
-
-