Class BasicBoundPropertySet
java.lang.Object
com.inductiveautomation.ignition.common.config.BasicPropertySet
com.inductiveautomation.ignition.common.config.BasicBoundPropertySet
- All Implemented Interfaces:
- BoundPropertySet,- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- ObservablePropertySet,- PropertySet,- PropertyValueSource,- Serializable,- Iterable<PropertyValue>
- Direct Known Subclasses:
- StorageTagConfiguration
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySetBasicPropertySet.Builder
- 
Field SummaryFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanCollection<Property<?>>protected Map<Property<?>,BoundValue> getBoundValue(Property<?> prop) intgetCount()Collection<Property<?>>protected Objectbooleanvoidvoidset(PropertyValue propValue) voidsetBoundValue(Property<?> prop, BoundValue value) protected voidtoString()Methods inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySetaddPropertyChangeListener, addPropertyChangeListener, change, coerceValue, firePropertyChange, get, getExtension, getOrDefault, getOrElse, getRawValueMap, getValues, isExtended, isInherited, iterator, of, removePropertyChangeListener, removePropertyChangeListener, set, setDirect, setRawValueMapMethods inherited from class java.lang.Objectclone, 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, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetgetExtension, isExtended, isInheritedMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourceget, getNonNull, getNonNull, getOrDefault, getOrElse
- 
Constructor Details- 
BasicBoundPropertySetpublic BasicBoundPropertySet()
- 
BasicBoundPropertySet
- 
BasicBoundPropertySet
 
- 
- 
Method Details- 
getBoundPropMap
- 
getBoundProperties- Specified by:
- getBoundPropertiesin interface- BoundPropertySet
 
- 
isBound- Specified by:
- isBoundin interface- BoundPropertySet
 
- 
setBoundValue- Specified by:
- setBoundValuein interface- BoundPropertySet
 
- 
getBoundValue- Specified by:
- getBoundValuein interface- BoundPropertySet
 
- 
setImpl- Overrides:
- setImplin class- BasicPropertySet
 
- 
remove- Specified by:
- removein interface- MutablePropertyValueSource
- Overrides:
- removein class- BasicPropertySet
 
- 
contains- Specified by:
- containsin interface- PropertyValueSource
- Overrides:
- containsin class- BasicPropertySet
- Returns:
- True if the source contains a value for prop.
 
- 
getProperties- Specified by:
- getPropertiesin interface- PropertyValueSource
- Overrides:
- getPropertiesin class- BasicPropertySet
 
- 
getCountpublic int getCount()- Specified by:
- getCountin interface- Countable
- Overrides:
- getCountin class- BasicPropertySet
 
- 
set- Specified by:
- setin interface- MutablePropertyValueSource
- Overrides:
- setin class- BasicPropertySet
 
- 
getRaw- Overrides:
- getRawin class- BasicPropertySet
 
- 
equals- Overrides:
- equalsin class- BasicPropertySet
 
- 
toString- Overrides:
- toStringin class- BasicPropertySet
 
 
-