org.pentaho.reporting.engine.classic.core.states.datarow
Class ImportedVariablesDataRow

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.StaticDataRow
      extended by org.pentaho.reporting.engine.classic.core.states.datarow.StaticDataRow
          extended by org.pentaho.reporting.engine.classic.core.states.datarow.ImportedVariablesDataRow
All Implemented Interfaces:
DataRow

public class ImportedVariablesDataRow
extends StaticDataRow

Creation-Date: 06.03.2006, 18:15:06

Author:
Thomas Morgner

Constructor Summary
ImportedVariablesDataRow(MasterDataRow innerRow)
           
ImportedVariablesDataRow(MasterDataRow innerRow, ParameterMapping[] parameterMappings)
          Maps the inner-row into the outer data row.
 
Method Summary
 DataAttributes getAttributes(String name)
           
 ImportedVariablesDataRow refresh(DataRow globalView, DataSchema dataSchema)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.StaticDataRow
equals, get, getColumnNames, hashCode, isChanged
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportedVariablesDataRow

public ImportedVariablesDataRow(MasterDataRow innerRow)

ImportedVariablesDataRow

public ImportedVariablesDataRow(MasterDataRow 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 -
Method Detail

refresh

public ImportedVariablesDataRow refresh(DataRow globalView,
                                        DataSchema dataSchema)

getAttributes

public DataAttributes getAttributes(String name)