IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.script.Property

Packages that use Property
com.rational.test.ft.object.interfaces.siebel   
com.rational.test.ft.script   
 

Uses of Property in com.rational.test.ft.object.interfaces.siebel
 

Methods in com.rational.test.ft.object.interfaces.siebel with parameters of type Property
protected static Anchor SiebTestObject.atChild(Property[] properties)
           
protected static Anchor SiebTestObject.atDescendant(Property[] properties)
           
 

Uses of Property in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return Property
static Property SubitemFactory.atProperty(java.lang.String propertyName, java.lang.Object propertyValue)
          Returns a Property subitem.
 Property[] Anchor.getProperties()
          Gets the properties that should be anchored or not anchored.
 

Methods in com.rational.test.ft.script with parameters of type Property
static Anchor SubitemFactory.atChild(Property[] properties)
          Returns an Anchor subitem.
static Anchor SubitemFactory.atDescendant(Property[] properties)
          Returns an Anchor subitem.
 

Constructors in com.rational.test.ft.script with parameters of type Property
Anchor(boolean anchored, Property[] properties)
          Creates an anchored (or unanchored) Property set.