public interface PropertyAccessor
Getter getGetter(Class theClass, String propertyName) throws PropertyNotFoundException
theClass - The class on which the property is defined.propertyName - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNameSetter getSetter(Class theClass, String propertyName) throws PropertyNotFoundException
theClass - The class on which the property is defined.propertyName - The name of the property.PropertyNotFoundException - Indicates a problem interpretting the propertyNameCopyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved