Class BoundExtendedPropertySet
java.lang.Object
com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySet<BoundPropertySet>
com.inductiveautomation.ignition.common.config.BoundExtendedPropertySet
- All Implemented Interfaces:
- BoundPropertySet,- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- PropertySet,- PropertyValueSource,- Serializable,- Iterable<PropertyValue>
public class BoundExtendedPropertySet
extends AbstractExtendedPropertySet<BoundPropertySet>
implements BoundPropertySet
- See Also:
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySetlocal, parentFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedBoundExtendedPropertySet(BoundPropertySet local, BoundPropertySet parent) 
- 
Method SummaryModifier and TypeMethodDescriptionCollection<Property<?>>getBoundValue(Property<?> prop) protected BoundPropertySetbooleanvoidsetBoundValue(Property<?> prop, BoundValue value) Methods inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySetcontains, get, getCount, getExtension, getImpl, getLocal, getOrCreateLocal, getOrDefault, getOrElse, getParent, getParentProperty, getProperties, isExtended, isInherited, iterator, merge, remove, set, set, setImpl, setLocal, setParent, toStringMethods 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, getValues, newDefaultInstance, newExtensionMethods 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- 
BoundExtendedPropertySet
- 
BoundExtendedPropertySetprotected BoundExtendedPropertySet()
 
- 
- 
Method Details- 
instantiateLocal- Specified by:
- instantiateLocalin class- AbstractExtendedPropertySet<BoundPropertySet>
 
- 
isBound- Specified by:
- isBoundin interface- BoundPropertySet
 
- 
setBoundValue- Specified by:
- setBoundValuein interface- BoundPropertySet
 
- 
getBoundValue- Specified by:
- getBoundValuein interface- BoundPropertySet
 
- 
getBoundProperties- Specified by:
- getBoundPropertiesin interface- BoundPropertySet
 
 
-