org.beanfabrics.support
Class PropertySupport.MethodDecl

java.lang.Object
  extended by org.beanfabrics.support.PropertySupport.PropertyDeclaration
      extended by org.beanfabrics.support.PropertySupport.MethodDecl
Enclosing class:
PropertySupport

public static class PropertySupport.MethodDecl
extends PropertySupport.PropertyDeclaration


Constructor Summary
PropertySupport.MethodDecl(java.lang.String name, java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.beanfabrics.support.PropertySupport.PropertyDeclaration
getMember, getName, getType, isAbstract
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertySupport.MethodDecl

public PropertySupport.MethodDecl(java.lang.String name,
                                  java.lang.reflect.Method method)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object