public interface ColumnSupplement
Modifier and Type | Method and Description |
---|---|
SupplementData |
createSupplementData(RowData rdata)
Returns a new accessor for the values in the columns defined by
this object.
|
Object |
getCell(long irow,
int icol)
Random access read of a cell defined by this object.
|
int |
getColumnCount()
Returns the number of columns defined by this object.
|
ColumnInfo |
getColumnInfo(int icol)
Returns the column metadata object for a given column.
|
Object[] |
getRow(long irow)
Random access read of a row defined by this object.
|
int getColumnCount()
ColumnInfo getColumnInfo(int icol)
icol
- column index within this objectObject getCell(long irow, int icol) throws IOException
irow
- row indexicol
- column indexIOException
Object[] getRow(long irow) throws IOException
irow
- row indexIOException
SupplementData createSupplementData(RowData rdata) throws IOException
rdata
- row accessor providing data from the host tableIOException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.