|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.script.Subitem
com.rational.test.ft.script.Property
Provides access to name/value property pairs.
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 |
public Property(java.lang.String propertyName, java.lang.Object propertyValue)
propertyName
- the canonical property namepropertyValue
- the property valueMethod Detail |
public java.lang.String getPropertyName()
public java.lang.Object getPropertyValue()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |