Class BasicVersionedPropertySet
java.lang.Object
com.inductiveautomation.ignition.common.config.DelegatePropertySet
com.inductiveautomation.ignition.common.config.BasicVersionedPropertySet
- All Implemented Interfaces:
- BoundPropertySet,- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- PropertySet,- PropertyValueSource,- VersionedPropertySet,- Serializable,- Iterable<PropertyValue>
- Since:
- 8.0
- See Also:
- 
Field SummaryFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTYFields inherited from interface com.inductiveautomation.ignition.common.config.VersionedPropertySetEMPTY
- 
Constructor SummaryConstructorsConstructorDescriptionIf created with only the base, all properties are reported as modified.BasicVersionedPropertySet(PropertySet base, Collection<Property<?>> modified) If created with a non-null collection, only those properties are reported as modified.
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.config.DelegatePropertySetcontains, get, getBoundProperties, getBoundValue, getCount, getOrDefault, getOrElse, getProperties, getTarget, getValues, hasTarget, isBound, isExtended, isInherited, iterator, merge, remove, set, set, setBoundValue, setDelegateTargetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.config.BoundPropertySetextend, getBoundOrDefault, getBoundProperties, getBoundValue, getValues, isBound, newDefaultInstance, newExtension, setBoundValueMethods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge, remove, set, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetgetExtension, isExtended, isInheritedMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties
- 
Constructor Details- 
BasicVersionedPropertySetIf created with only the base, all properties are reported as modified.
- 
BasicVersionedPropertySetIf created with a non-null collection, only those properties are reported as modified.
 
- 
- 
Method Details- 
isModified- Specified by:
- isModifiedin interface- VersionedPropertySet
 
- 
getModified- Specified by:
- getModifiedin interface- VersionedPropertySet
 
- 
toString
 
-