| 
 | 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 ITestDataList
Represents the elements in a list-type object for a verification-point operation. The elements in the list are encapsulated in an ordered list.
| Method Summary | |
|---|---|
|  int | getElementCount()Returns the setting of the elementCountproperty. | 
|  ITestDataElementList | getElements()Returns the object that contains the elements in the list. | 
|  boolean | getOrdered()Returns the setting of the Orderedproperty. | 
|  void | setElementCount(int count,                 boolean masked)Sets count of items in the list as an UNmaskedproperty  of the list. | 
|  void | setElements(ITestDataElementList elements)Defines the element set. | 
|  void | setOrdered(boolean ordered)Sets the list to be compared in either an ordered or unordered fashion. | 
| Methods inherited from interface com.rational.test.ft.vp.ITestData | 
|---|
| getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setType | 
| Method Detail | 
|---|
ITestDataElementList getElements()
void setElements(ITestDataElementList elements)
elementCount property as a side effect.
elements - the set of elements that define the listboolean getOrdered()
Ordered property.
void setOrdered(boolean ordered)
true. However, if the order in the  list is not important, call this method with 
 false.
ordered - the setting for the propertyint getElementCount()
elementCount property.
void setElementCount(int count, boolean masked)
UNmasked property  of the list.  This count is used in the comparison of this data  to another data set.
count - the element count used in the data comparison| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||