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,- java.io.Serializable,- java.lang.Iterable<PropertyValue>
 
 public class BoundExtendedPropertySet extends AbstractExtendedPropertySet<BoundPropertySet> implements BoundPropertySet - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySetlocal, parent
 - 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBoundExtendedPropertySet()BoundExtendedPropertySet(BoundPropertySet local, BoundPropertySet parent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<Property<?>>getBoundProperties()BoundValuegetBoundValue(Property<?> prop)protected BoundPropertySetinstantiateLocal()booleanisBound(Property<?> prop)voidsetBoundValue(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, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.BoundPropertySetextend, getBoundOrDefault, getValues, newDefaultInstance, newExtension
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge, remove, set, set
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetgetExtension, isExtended, isInherited
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties
 
- 
 
- 
- 
- 
Constructor Detail- 
BoundExtendedPropertySetpublic BoundExtendedPropertySet(BoundPropertySet local, BoundPropertySet parent) 
 - 
BoundExtendedPropertySetprotected BoundExtendedPropertySet() 
 
- 
 - 
Method Detail- 
instantiateLocalprotected BoundPropertySet instantiateLocal() - Specified by:
- instantiateLocalin class- AbstractExtendedPropertySet<BoundPropertySet>
 
 - 
isBoundpublic boolean isBound(Property<?> prop) - Specified by:
- isBoundin interface- BoundPropertySet
 
 - 
setBoundValuepublic void setBoundValue(Property<?> prop, BoundValue value) - Specified by:
- setBoundValuein interface- BoundPropertySet
 
 - 
getBoundValuepublic BoundValue getBoundValue(Property<?> prop) - Specified by:
- getBoundValuein interface- BoundPropertySet
 
 - 
getBoundPropertiespublic java.util.Collection<Property<?>> getBoundProperties() - Specified by:
- getBoundPropertiesin interface- BoundPropertySet
 
 
- 
 
-