org.apache.commons.clazz.reflect.common
Class ReflectedMethodFeatureSupport
java.lang.Object
org.apache.commons.clazz.common.ClazzElementSupport
org.apache.commons.clazz.common.ClazzFeatureSupport
org.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
| Methods inherited from interface org.apache.commons.clazz.ClazzFeature |
getDeclaringClazz |
| Methods inherited from interface org.apache.commons.clazz.ClazzElement |
getAttribute, getAttributes |
ReflectedMethodFeatureSupport
public ReflectedMethodFeatureSupport(org.apache.commons.clazz.Clazz declaringClazz,
Method method)
- Constructor for ReflectedClazzProperty.
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.