|
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.Index com.rational.test.ft.script.TextPosition
public class TextPosition
Adds definition to a simple String
value. Text
values are significant relative to a particular component.
Field Summary |
---|
Fields inherited from class com.rational.test.ft.script.Index |
---|
index |
Constructor Summary | |
---|---|
TextPosition(int textPosition)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object textPosition)
Compares text position values. |
int |
getTextPosition()
Accesses the text value. |
java.lang.String |
toString()
Sets toString to the value that this class represents. |
Methods inherited from class com.rational.test.ft.script.Index |
---|
getIndex |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextPosition(int textPosition)
Method Detail |
---|
public int getTextPosition()
public boolean equals(java.lang.Object textPosition)
equals
in class Index
textPosition
- The object to compare againstpublic java.lang.String toString()
toString
to the value that this class represents.
toString
in class Index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |