|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Abstracts the notion of a "property". Defines a strategy for accessing the value of an attribute.
Method Summary | |
Getter |
getGetter(java.lang.Class theClass,
java.lang.String propertyName)
Create a "getter" for the named attribute |
Setter |
getSetter(java.lang.Class theClass,
java.lang.String propertyName)
Create a "setter" for the named attribute |
Method Detail |
public Getter getGetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyNotFoundException
public Setter getSetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |