Package org.jfree.report.data
Class ImportedVariablesDataRow
java.lang.Object
org.jfree.report.data.StaticDataRow
org.jfree.report.data.ImportedVariablesDataRow
Creation-Date: 06.03.2006, 18:15:06
- Author:
- Thomas Morgner
-
Constructor Summary
ConstructorsModifierConstructorDescriptionImportedVariablesDataRow
(GlobalMasterRow innerRow) ImportedVariablesDataRow
(GlobalMasterRow innerRow, ParameterMapping[] parameterMappings) Maps the inner-row into the outer data row.protected
-
Method Summary
Methods inherited from class org.jfree.report.data.StaticDataRow
get, get, getColumnCount, getColumnName, getFlags, getFlags, setData, updateData
-
Constructor Details
-
ImportedVariablesDataRow
- Throws:
DataSourceException
-
ImportedVariablesDataRow
public ImportedVariablesDataRow(GlobalMasterRow innerRow, ParameterMapping[] parameterMappings) throws DataSourceException Maps the inner-row into the outer data row. The parameter mapping's name represents the *outer* name and the innernames.- Parameters:
innerRow
-parameterMappings
-- Throws:
DataSourceException
-
ImportedVariablesDataRow
-
-
Method Details
-
advance
- Throws:
DataSourceException
-