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