| java.lang.Object org.apache.beehive.controls.api.properties.PropertySetProxy
getPropertyMap | public PropertyMap getPropertyMap()(Code) | | Returns the underlying PropertyMap containing the property values exposed by the
proxy.
|
getPropertySet | public Class<T> getPropertySet()(Code) | | Returns the PropertySet annotation type associated with the proxy
|
getProxy | public static T getProxy(Class<T> propertySet, PropertyMap propertyMap)(Code) | | Creates a new proxy instance implementing the PropertySet interface and backed
by the data from the property map.
Parameters: propertySet - an annotation type that has the PropertySet meta-annotation Parameters: propertyMap - the PropertyMap containing property values backing the proxy proxy that implements the PropertySet interface |
|
|