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.Value

Packages that use Value
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

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

Subclasses of Value in com.rational.test.ft.script
 class Area
          Clarifies to the user which area in the image map the HTML area tags are found in.
 class ColumnHeader
          Clarifies which column header is in the table.
 class Header
          Clarifies which header is in the table.
 class Href
          A simple container class for an HTML URL attribute associated with a subitem value.
 class Name
          Adds definition to a programmatic name associated with a subitem value.
 class RowHeader
          Clarifies which row header is in the table.
 class Text
          Adds definition to a simple String value.
 class ToolTipText
          Adds definition to a simple String value.
 

Methods in com.rational.test.ft.script that return Value
static Value SubitemFactory.atValue(java.lang.Object value)
          Returns a Value subitem.