org.pentaho.reporting.libraries.formula.typing

Class StaticArrayCallback

public class StaticArrayCallback extends Object implements ArrayCallback

An array call-back that copies all contents of the source into a private buffer.

Author: Thomas Morgner

Constructor Summary
StaticArrayCallback(ArrayCallback source)
Method Summary
intgetColumnCount()
LValuegetRaw(int row, int column)
intgetRowCount()
TypegetType(int row, int column)
ObjectgetValue(int row, int column)

Constructor Detail

StaticArrayCallback

public StaticArrayCallback(ArrayCallback source)

Method Detail

getColumnCount

public int getColumnCount()

getRaw

public LValue getRaw(int row, int column)

getRowCount

public int getRowCount()

getType

public Type getType(int row, int column)

getValue

public Object getValue(int row, int column)