|
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.Value
public class Value
Acts as a common base class for several other Subitem
-based
classes. This common heritage allows the framework to interact with these subitem types in the same way.
Field Summary | |
---|---|
protected static com.rational.test.ft.util.FtDebug |
debug
|
protected java.lang.Object |
value
|
Constructor Summary | |
---|---|
Value(java.lang.Object value)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object value)
Overrides Object.equals with class-specific comparison. |
java.lang.Object |
getValue()
Accesses the text value. |
java.lang.String |
toString()
Sets toString to the value that this class represents. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object value
protected static com.rational.test.ft.util.FtDebug debug
Constructor Detail |
---|
public Value(java.lang.Object value)
Method Detail |
---|
public java.lang.Object getValue()
public boolean equals(java.lang.Object value)
Object.equals
with class-specific comparison.
equals
in class java.lang.Object
value
- the right side of the comparisonpublic java.lang.String toString()
toString
to the value that this class represents.
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |