public interface PropertyInvoker
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 checkCopyright © 2003-2019 Virginia Tech. All Rights Reserved.