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.AbstractExtendedPropertySet
local, parent 
- 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedBoundExtendedPropertySet()BoundExtendedPropertySet(BoundPropertySet local, BoundPropertySet parent) 
- 
Method Summary
All 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.AbstractExtendedPropertySet
contains, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.BoundPropertySet
extend, getBoundOrDefault, getValues, newDefaultInstance, newExtension 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, set 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
getExtension, isExtended, isInherited 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BoundExtendedPropertySet
public BoundExtendedPropertySet(BoundPropertySet local, BoundPropertySet parent)
 
- 
BoundExtendedPropertySet
protected BoundExtendedPropertySet()
 
 - 
 
- 
Method Detail
- 
instantiateLocal
protected BoundPropertySet instantiateLocal()
- Specified by:
 instantiateLocalin classAbstractExtendedPropertySet<BoundPropertySet>
 
- 
isBound
public boolean isBound(Property<?> prop)
- Specified by:
 isBoundin interfaceBoundPropertySet
 
- 
setBoundValue
public void setBoundValue(Property<?> prop, BoundValue value)
- Specified by:
 setBoundValuein interfaceBoundPropertySet
 
- 
getBoundValue
public BoundValue getBoundValue(Property<?> prop)
- Specified by:
 getBoundValuein interfaceBoundPropertySet
 
- 
getBoundProperties
public java.util.Collection<Property<?>> getBoundProperties()
- Specified by:
 getBoundPropertiesin interfaceBoundPropertySet
 
 - 
 
 -