|
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
public class 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.
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
Object.equals
functionality with class-specific support.
equals
in class java.lang.Object
obj
- The object to compare against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |