|
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.Objectjava.lang.Number
com.rational.test.ft.value.RecognitionIndex
public class 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.
toString in class java.lang.Objectpublic int hashCode()
Object.hashcode with class-specific code.
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object index)
Object.equals with a class-specific comparison.
equals in class java.lang.Objectindex - the right side of the comparisonpublic int intValue()
Number.intValue with a class-specific definition.
intValue in class java.lang.Numberpublic long longValue()
Number.longValue with a class-specific definition.
longValue in class java.lang.Numberpublic short shortValue()
Number.shortValue with a class-specific definition.
shortValue in class java.lang.Numberpublic byte byteValue()
Number.byteValue with a class-specific definition.
byteValue in class java.lang.Numberpublic double doubleValue()
Number.doubleValue with a class-specific definition.
doubleValue in class java.lang.Numberpublic float floatValue()
Number.floatValue with a class-specific definition.
floatValue in class java.lang.Number
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||