Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.data.StaticDataRow
org.jfree.report.data.ImportedVariablesDataRow
public class ImportedVariablesDataRow
extends StaticDataRow
Constructor Summary | |
| |
| |
Method Summary | |
ImportedVariablesDataRow |
|
Methods inherited from class org.jfree.report.data.StaticDataRow | |
get , get , getColumnCount , getColumnName , getFlags , getFlags , setData , updateData |
public ImportedVariablesDataRow(GlobalMasterRow innerRow) throws DataSourceException
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
-