|
|||||||||||
| 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(Class theClass,
String propertyName)
Create a "getter" for the named attribute |
Setter |
getSetter(Class theClass,
String propertyName)
Create a "setter" for the named attribute |
| Method Detail |
public Getter getGetter(Class theClass, String propertyName) throws PropertyNotFoundException
PropertyNotFoundExceptionpublic Setter getSetter(Class theClass, String propertyName) throws PropertyNotFoundException
PropertyNotFoundException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||