|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDatapoolRecord
A logical grouping of values in a 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:
| Method Summary | |
|---|---|
void |
setCell(IDatapoolCell cell,
int cellIndex)
Replace a value at the specified zero based cell index. |
| Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolRecord |
|---|
getCell, getCell, getCellCount, getEquivalenceClass |
| Method Detail |
|---|
void setCell(IDatapoolCell cell,
int cellIndex)
cell - The value to replace in the specified cell.cellIndex - A zero based cell index.IDatapoolRecord.getCell(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||