| Modifier and Type | Field and Description |
|---|---|
protected static com.rational.test.ft.util.FtDebug |
debug |
protected java.lang.Object |
value |
| Constructor and Description |
|---|
Value(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
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. |
protected java.lang.Object value
protected static com.rational.test.ft.util.FtDebug debug
public java.lang.Object getValue()
public boolean equals(java.lang.Object value)
Object.equals with class-specific comparison.equals in class java.lang.Objectvalue - the right side of the comparisonpublic java.lang.String toString()
toString to the value that this class represents.toString in class java.lang.Object