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

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

Deprecated. Moved into main package, as this class is of general usefulness.

public class StaticDataRow
extends StaticDataRow

This is a static datarow holding a value for each name in the datarow. This datarow does not hold dataflags and thus does not track the changes done to the data inside.

The StaticDataRow is a derived view and is used to provide a safe collection of the values of the previous datarow.

Author:
Thomas Morgner

Constructor Summary
StaticDataRow()
          Deprecated.  
StaticDataRow(DataRow dataRow)
          Deprecated.  
StaticDataRow(String[] names, Object[] values)
          Deprecated.  
 
Method Summary
 
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

StaticDataRow

public StaticDataRow()
Deprecated. 

StaticDataRow

public StaticDataRow(DataRow dataRow)
Deprecated. 

StaticDataRow

public StaticDataRow(String[] names,
                     Object[] values)
Deprecated.