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

Project Version 2.3

com.rational.test.ft.script
Class Property

java.lang.Object   extended by com.rational.test.ft.script.Subitem
      extended by com.rational.test.ft.script.Property

public class Property
extends Subitem

Provides access to name/value property pairs.

Since:
RFT2.0

Constructor Summary
Property(java.lang.String propertyName, java.lang.Object propertyValue)
          Creates a name/value pair property
 
Method Summary
 java.lang.String getPropertyName()
          Accesses the subitem property name.
 java.lang.Object getPropertyValue()
          Accesses the subitem property value.
 java.lang.String toString()
          Sets the value this class represents to a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property(java.lang.String propertyName,                 java.lang.Object propertyValue)
Creates a name/value pair property

Parameters:
propertyName - the canonical property name
propertyValue - the property value
Since:
RFT2.0
Method Detail

getPropertyName

public java.lang.String getPropertyName()
Accesses the subitem property name.

Returns:
the property name
Since:
RFT2.0

getPropertyValue

public java.lang.Object getPropertyValue()
Accesses the subitem property value.

Returns:
the property value
Since:
RFT2.0

toString

public java.lang.String toString()
Sets the value this class represents to a string.

Overrides:
toString in class java.lang.Object
Since:
RFT2.0