Class PropertySetConfig

java.lang.Object
com.inductiveautomation.ignition.common.config.PropertySetConfig
All Implemented Interfaces:
Countable, Extendable<PropertySet>, Mergable<PropertySet>, MutablePropertyValueSource, ObservablePropertySet, PropertySet, PropertySetEdit, PropertyValueSource, Serializable, Iterable<PropertyValue>
Direct Known Subclasses:
AlarmDefinitionConfig, BoundPropertySetConfig

public class PropertySetConfig extends Object implements PropertySetEdit, ObservablePropertySet
Like other Config entities, this object houses a source PropertySet and a Diff. Changes are made to the diff, and the diff is consulted first for retrieving values. The source object is consulted with the diff has no information for the property.
See Also: