|
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.value.MethodInfo
public class 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.
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
java.lang.Object
.
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |