|
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.Objectcom.rational.test.ft.value.RecognitionString
public class RecognitionString
Adds definition to a simple String value; this is a container class. Index values are zero-based indices that are significant, relative to a particular component.
| Constructor Summary | |
|---|---|
RecognitionString(java.lang.String value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Overrides Object.equals with a class-specific comparison. |
java.lang.String |
getRecognitionString()
Accesses the index value. |
int |
hashCode()
Overrides Object.hashCode with class-specific code. |
void |
setRecognitionString(java.lang.String value)
Updates the index value. |
java.lang.String |
toString()
Sets toString to the value that this class represents. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecognitionString(java.lang.String value)
| Method Detail |
|---|
public java.lang.String getRecognitionString()
public void setRecognitionString(java.lang.String value)
public java.lang.String toString()
toString to the value that this class represents.
toString in class java.lang.Objectpublic int hashCode()
Object.hashCode with class-specific code.
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
Object.equals with a class-specific comparison.
equals in class java.lang.Objectobj - the right side of the comparison
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||