|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.script.Subitem
com.rational.test.ft.script.Index
Adds definition to a simple
int
value. Index
values are zero-based indices that
are significant, relative to a particular component.
Field Summary | |
protected int |
index
|
Constructor Summary | |
Index(int index)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Overrides the default Object.equals functionality with class-specific support. |
int |
getIndex()
Accesses 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, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int index
Constructor Detail |
public Index(int index)
Method Detail |
public int getIndex()
public java.lang.String toString()
toString
to the value that this class represents.
public boolean equals(java.lang.Object obj)
Object.equals
functionality with class-specific support.
obj
- The object to compare against
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |