Class DelegatePropertySet

java.lang.Object
com.inductiveautomation.ignition.common.config.DelegatePropertySet
All Implemented Interfaces:
BoundPropertySet, Countable, Extendable<PropertySet>, Mergable<PropertySet>, MutablePropertyValueSource, PropertySet, PropertyValueSource, Serializable, Iterable<PropertyValue>
Direct Known Subclasses:
BasicVersionedPropertySet

public class DelegatePropertySet extends Object implements BoundPropertySet
This implementation of PropertySet simply delegates to a different one. Useful in cases where the target must be updated, but the referencing object cannot update that target (in other words, a class holds a propertyset, but some other entity must update the target).
See Also: