org.pentaho.reporting.libraries.formula.lvalues
public interface DataTable extends LValue
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
java.lang.String |
getColumnName(int column) |
int |
getRowCount() |
LValue |
getValueAt(int row,
int column) |
clone, evaluate, getChildValues, getParsePosition, getValueType, initialize, isConstant
int getRowCount()
int getColumnCount()
java.lang.String getColumnName(int column)
LValue getValueAt(int row, int column)