org.apache.geronimo.blueprint.utils
Class ReflectionUtils.PropertyDescriptor

java.lang.Object
  extended by org.apache.geronimo.blueprint.utils.ReflectionUtils.PropertyDescriptor
Enclosing class:
ReflectionUtils

public static class ReflectionUtils.PropertyDescriptor
extends Object


Constructor Summary
ReflectionUtils.PropertyDescriptor(String name, Class type, Method getter, Method setter)
           
 
Method Summary
 Method getGetter()
           
 String getName()
           
 Method getSetter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtils.PropertyDescriptor

public ReflectionUtils.PropertyDescriptor(String name,
                                          Class type,
                                          Method getter,
                                          Method setter)
Method Detail

getName

public String getName()

getGetter

public Method getGetter()

getSetter

public Method getSetter()


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.