org.pentaho.reporting.libraries.formula.typing

Interface ArrayCallback

public interface ArrayCallback

Author: Cedric Pronzato

Method Summary
intgetColumnCount()
LValuegetRaw(int row, int column)
intgetRowCount()
TypegetType(int row, int column)
ObjectgetValue(int row, int column)

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)