Package com.macrofocus.molap.table
Class AbstractTable
- java.lang.Object
-
- com.macrofocus.molap.table.AbstractTable
-
- All Implemented Interfaces:
Table
- Direct Known Subclasses:
AbstractIndexedTable
,ColumnsTable
,UnpivotTable
public abstract class AbstractTable extends java.lang.Object implements Table
-
-
Constructor Summary
Constructors Constructor Description AbstractTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableColumn
findColumn(java.lang.String name)
TableColumn
getColumn(int column)
Row
getRow(int row)
void
print(java.io.PrintStream out, java.lang.String caption, boolean html)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.molap.table.Table
getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt
-
-
-
-
Method Detail
-
getColumn
public TableColumn getColumn(int column)
-
findColumn
public TableColumn findColumn(java.lang.String name)
- Specified by:
findColumn
in interfaceTable
-
-