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

Project Version 2.0

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 The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

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
 Property[] Anchor.getProperties()
          Gets the properties that should be anchored or not anchored.
static Property SubitemFactory.atProperty(java.lang.String propertyName, java.lang.Object propertyValue)
          Returns a Property subitem.
 

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.