org.jfree.report.data

Class ImportedVariablesDataRow

public class ImportedVariablesDataRow extends StaticDataRow

Creation-Date: 06.03.2006, 18:15:06

Author: Thomas Morgner

Constructor Summary
ImportedVariablesDataRow(GlobalMasterRow innerRow)
ImportedVariablesDataRow(GlobalMasterRow innerRow, ParameterMapping[] parameterMappings)
Maps the inner-row into the outer data row.
protected ImportedVariablesDataRow(ImportedVariablesDataRow dataRow)
Method Summary
ImportedVariablesDataRowadvance(GlobalMasterRow innerRow)

Constructor Detail

ImportedVariablesDataRow

public ImportedVariablesDataRow(GlobalMasterRow innerRow)

ImportedVariablesDataRow

public ImportedVariablesDataRow(GlobalMasterRow innerRow, ParameterMapping[] parameterMappings)
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

protected ImportedVariablesDataRow(ImportedVariablesDataRow dataRow)

Method Detail

advance

public ImportedVariablesDataRow advance(GlobalMasterRow innerRow)