|
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.script.Subitem
com.rational.test.ft.script.RowColumnIndex
public class RowColumnIndex
| Constructor Summary | |
|---|---|
RowColumnIndex(int rowIndex,
int colIndex)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares RowColumn values. |
int |
GetColumnIndex()
Accesses the ColumnIndex value. |
int |
GetRowIndex()
Accesses the RowIndex 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, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowColumnIndex(int rowIndex,
int colIndex)
| Method Detail |
|---|
public int GetRowIndex()
RowIndex value.
public int GetColumnIndex()
ColumnIndex value.
public boolean equals(java.lang.Object obj)
RowColumn values.
equals in class java.lang.Objectpublic java.lang.String ToString()
toString to the value that this class represents.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||