org.apache.commons.clazz.reflect.common
Class ReflectedMethodFeatureSupport

java.lang.Object
  extended byorg.apache.commons.clazz.common.ClazzElementSupport
      extended byorg.apache.commons.clazz.common.ClazzFeatureSupport
          extended byorg.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
All Implemented Interfaces:
org.apache.commons.clazz.ClazzElement, org.apache.commons.clazz.ClazzFeature
Direct Known Subclasses:
ReflectedMethodInstanceFactory, ReflectedMethodOperation

public class ReflectedMethodFeatureSupport
extends ClazzFeatureSupport
implements org.apache.commons.clazz.ClazzFeature

A wrapper for a java method.

Version:
$Id: ReflectedMethodFeatureSupport.java,v 1.4 2004/02/19 23:58:39 scolebourne Exp $
Author:
Dmitri Plotnikov

Constructor Summary
ReflectedMethodFeatureSupport(org.apache.commons.clazz.Clazz declaringClazz, Method method)
          Constructor for ReflectedClazzProperty.
 
Method Summary
 Method getMethod()
           
 String getName()
           
 org.apache.commons.clazz.Clazz[] getParameterClazzes()
           
 org.apache.commons.clazz.Clazz getReturnClazz()
           
 String getSignature()
           
 String toString()
           
 
Methods inherited from class org.apache.commons.clazz.common.ClazzFeatureSupport
getDeclaringClazz
 
Methods inherited from class org.apache.commons.clazz.common.ClazzElementSupport
getAttribute, getAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.clazz.ClazzFeature
getDeclaringClazz
 
Methods inherited from interface org.apache.commons.clazz.ClazzElement
getAttribute, getAttributes
 

Constructor Detail

ReflectedMethodFeatureSupport

public ReflectedMethodFeatureSupport(org.apache.commons.clazz.Clazz declaringClazz,
                                     Method method)
Constructor for ReflectedClazzProperty.

Method Detail

getMethod

public Method getMethod()

getName

public String getName()

getSignature

public String getSignature()
See Also:
ClazzOperation.getSignature()

getParameterClazzes

public org.apache.commons.clazz.Clazz[] getParameterClazzes()
See Also:
ClazzOperation.getParameterClazzes()

getReturnClazz

public org.apache.commons.clazz.Clazz getReturnClazz()
See Also:
ClazzOperation.getReturnClazz()

toString

public String toString()


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.