IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.value
Class MethodInfo

java.lang.Object   extended by com.rational.test.ft.value.MethodInfo

public class MethodInfo
extends java.lang.Object

Provides information about a specified method.

Since:
RFT1.0

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

MethodInfo

public MethodInfo(java.lang.String declaringClass,                   java.lang.String name,                   java.lang.String signature)
Method Detail

getDeclaringClass

public java.lang.String getDeclaringClass()
Returns the name of the class that declares the method.

Since:
RFT1.0

getName

public java.lang.String getName()
Returns the method name.

Since:
RFT1.0

getSignature

public java.lang.String getSignature()
Returns the method signature.

Since:
RFT1.0

toString

public java.lang.String toString()
Returns a String representation of the object.

Overrides:
toString in class java.lang.Object
Since:
RFT1.0

equals

public boolean equals(java.lang.Object other)
Indicates whether an object is equal to this one.

Overrides:
equals in class java.lang.Object
Since:
RFT1.0

hashCode

public int hashCode()
Overrides the basic implementation in java.lang.Object.

Overrides:
hashCode in class java.lang.Object
Since:
RFT1.0