|
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.value.MethodInfo
Provides information about a specified method.
| Constructor Summary | |
MethodInfo(java.lang.String declaringClass,
java.lang.String name,
java.lang.String signature)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Indicates whether an object is equal to this one. |
java.lang.String |
getDeclaringClass()
Returns the name of the class that declares the method. |
java.lang.String |
getName()
Returns the method name. |
java.lang.String |
getSignature()
Returns the method signature. |
int |
hashCode()
Overrides the basic implementation in java.lang.Object. |
java.lang.String |
toString()
Returns a String representation of the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MethodInfo(java.lang.String declaringClass,
java.lang.String name,
java.lang.String signature)
| Method Detail |
public java.lang.String getDeclaringClass()
public java.lang.String getName()
public java.lang.String getSignature()
public java.lang.String toString()
String representation of the object.
public boolean equals(java.lang.Object other)
public int hashCode()
java.lang.Object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||