|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.script.Subitem com.rational.test.ft.script.Property
public class 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()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |