org.apache.geronimo.blueprint.utils
Class ReflectionUtils.PropertyDescriptor
java.lang.Object
org.apache.geronimo.blueprint.utils.ReflectionUtils.PropertyDescriptor
- Enclosing class:
- ReflectionUtils
public static class ReflectionUtils.PropertyDescriptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtils.PropertyDescriptor
public ReflectionUtils.PropertyDescriptor(String name,
Class type,
Method getter,
Method setter)
getName
public String getName()
getGetter
public Method getGetter()
getSetter
public Method getSetter()
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.