|
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.Objectjava.lang.Number
com.rational.test.ft.value.RecognitionIndex
Adds definition to a simple
int
value; this is a container class. Index
values are zero-based indices that
are significant, relative to a particular component.
Constructor Summary | |
RecognitionIndex(int index)
|
Method Summary | |
byte |
byteValue()
Implements Number.byteValue with a class-specific definition. |
double |
doubleValue()
Implements Number.doubleValue with a class-specific definition. |
boolean |
equals(java.lang.Object index)
Overrides Object.equals with a class-specific comparison. |
float |
floatValue()
Implements Number.floatValue with a class-specific definition. |
int |
getRecognitionIndex()
Accesses the index value. |
int |
hashCode()
Overrides Object.hashcode with class-specific code. |
int |
intValue()
Implements Number.intValue with a class-specific definition. |
long |
longValue()
Implements Number.longValue with a class-specific definition. |
void |
setRecognitionIndex(int index)
Accesses the index value. |
short |
shortValue()
Implements Number.shortValue with a class-specific definition. |
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 RecognitionIndex(int index)
Method Detail |
public int getRecognitionIndex()
public void setRecognitionIndex(int index)
public java.lang.String toString()
toString
to the value that this class represents.
public int hashCode()
Object.hashcode
with class-specific code.
public boolean equals(java.lang.Object index)
Object.equals
with a class-specific comparison.
index
- the right side of the comparisonpublic int intValue()
Number.intValue
with a class-specific definition.
public long longValue()
Number.longValue
with a class-specific definition.
public short shortValue()
Number.shortValue
with a class-specific definition.
public byte byteValue()
Number.byteValue
with a class-specific definition.
public double doubleValue()
Number.doubleValue
with a class-specific definition.
public float floatValue()
Number.floatValue
with a class-specific definition.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |