public class Property extends Object
| Constructor and Description |
|---|
Property(Class klass,
String fieldName)
Constructor to access field with get/set
|
public Property(Class klass, String fieldName)
klass - Class to be manipulatedfieldName - Field to be accessedIllegalArgumentException - if either param is nullPropertyNotFoundException - if property isn't foundCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.