org.jfree.report.data

Class ImportedVariablesDataRow

Implemented Interfaces:
DataRow, DataSet

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.
ImportedVariablesDataRow(ImportedVariablesDataRow dataRow)

Method Summary

ImportedVariablesDataRow
advance(GlobalMasterRow innerRow)

Methods inherited from class org.jfree.report.data.StaticDataRow

get, get, getColumnCount, getColumnName, getFlags, getFlags, setData, updateData

Constructor Details

ImportedVariablesDataRow

public ImportedVariablesDataRow(GlobalMasterRow innerRow)
            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 -

ImportedVariablesDataRow

protected ImportedVariablesDataRow(ImportedVariablesDataRow dataRow)

Method Details

advance

public ImportedVariablesDataRow advance(GlobalMasterRow innerRow)
            throws DataSourceException