IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

com.rational.test.ft.vp
Interface ITestDataTree

All Superinterfaces:
ITestData

public interface ITestDataTree
extends ITestData

The base-level tree verification-point interface. This interface represents a property set and entry points to the tree nodes.

Since:
RFT1.0

Method Summary
 ITestDataTreeNodes getTreeNodes()
          Returns the nodes of a tree structure.
 void setTreeNodes(ITestDataTreeNodes treeNodes)
          Sets the nodes of a tree structure.
 
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

getTreeNodes

public ITestDataTreeNodes getTreeNodes()
Returns the nodes of a tree structure.

Since:
RFT1.0

setTreeNodes

public void setTreeNodes(ITestDataTreeNodes treeNodes)
Sets the nodes of a tree structure.

Since:
RFT1.0