|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyInvoker
Interface for property driven object method invocation.
| Method Summary | |
|---|---|
Set<String> |
getProperties()
Returns the property names for this invoker. |
boolean |
hasProperty(String name)
Returns whether a property with the supplied name exists on this invoker. |
void |
setProperty(Object object,
String name,
String value)
Invokes the setter method on the supplied object for the supplied property name and value. |
| Method Detail |
|---|
void setProperty(Object object,
String name,
String value)
object - to invoke property setter onname - of the property to invokevalue - of the property to setboolean hasProperty(String name)
name - of the property to check
Set<String> getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||