|
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 | |
|---|---|
IDatapoolCell |
getCell(int cellIndex)
The value for the cell in the current record and the specified variable is returned. |
IDatapoolCell |
getCell(java.lang.String variableName)
The value for the cell in the current record and the specified variable is returned. |
int |
getCellCount()
The number of cells available in a record. |
IDatapoolEquivalenceClass |
getEquivalenceClass()
Access to the equivalenceClass that is the
parent of this record. |
| Method Detail |
|---|
int getCellCount()
IDatapoolCell getCell(int cellIndex)
DatapoolException is thrown if
the name does not match a variable name in the record.
cellIndex - The zero based cell index.
IDatapoolCell getCell(java.lang.String variableName)
DatapoolException is thrown if the name does not match a variable
name in the record.
variableName - The variable name to identify the cell by.
IDatapoolEquivalenceClass getEquivalenceClass()
equivalenceClass that is the
parent of this record.
equivalenceClass that is the
parent of this record.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||