|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DynamicProperty
A Dynamic class property getter interface
| Method Summary | |
|---|---|
Object |
get(Object object)
Call the getter on the given object |
String |
getPropertyName()
|
boolean |
isPropertyMatch(String propertyName)
Whether the target class contains the specified property |
void |
set(Object object,
Object newValue)
Call the setter on the given object |
| Method Detail |
|---|
boolean isPropertyMatch(String propertyName)
propertyName - The name of the property
Object get(Object object)
object - The target object
void set(Object object,
Object newValue)
object - The target objectnewValue - The new value of the propertyString getPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||