Package nom.tam.util
Interface DataTable
- All Known Implementing Classes:
ColumnTable
public interface DataTable
This interface defines the properties that a generic table should have.
-
Method Summary
-
Method Details
-
getColumn
-
getElement
-
getNCols
int getNCols() -
getNRows
int getNRows() -
getRow
-
setColumn
- Throws:
TableException
-
setElement
- Throws:
TableException
-
setRow
- Throws:
TableException
-