public interface IDatapoolRecord extends IDatapoolRecord
datapool. A datapool
is an ordered collection equivalence classes
which contain an order collection of records. And to complete the
hierarchy, a record is an ordered collection of cells.
Several restrictions exist on records within a datapool:
| Modifier and Type | Method and Description |
|---|---|
void |
setCell(IDatapoolCell cell,
int cellIndex)
Replace a value at the specified zero based cell index.
|
getCell, getCell, getCellCount, getEquivalenceClassvoid setCell(IDatapoolCell cell, int cellIndex)
cell - The value to replace in the specified cell.cellIndex - A zero based cell index.IDatapoolRecord.getCell(int)