Class BasicAlarmDefinition
java.lang.Object
com.inductiveautomation.ignition.common.config.BasicPropertySet
com.inductiveautomation.ignition.common.alarming.config.BasicAlarmDefinition
- All Implemented Interfaces:
- AlarmDefinition,- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- ObservablePropertySet,- PropertySet,- PropertyValueSource,- Serializable,- Iterable<PropertyValue>
- 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 TypeMethodDescriptionbooleangetBoundProperty(Property<?> property) getName()Collection<Property<?>>protected ObjectbooleanisPropertyBound(Property<?> prop) voidmerge(PropertySet other, boolean localOnly) Merges the values from other collection into this one.void<T> voidvoidset(PropertyValue propValue) voidsetBoundProperties(Map<Property<?>, BoundAlarmProperty> boundProperties) voidsetBoundProperty(Property<?> property, BoundAlarmProperty value) voidtoString()Methods inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySetaddPropertyChangeListener, addPropertyChangeListener, change, coerceValue, contains, firePropertyChange, get, getCount, getExtension, getOrDefault, getOrElse, getRawValueMap, getValues, isExtended, isInherited, iterator, of, removePropertyChangeListener, removePropertyChangeListener, setDirect, setImpl, setRawValueMapMethods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetextend, getExtension, isExtended, isInherited, newDefaultInstance, newExtensionMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getValues
- 
Constructor Details- 
BasicAlarmDefinitionpublic BasicAlarmDefinition()
- 
BasicAlarmDefinition
 
- 
- 
Method Details- 
getBoundProperties
- 
setBoundProperties
- 
getName- Specified by:
- getNamein interface- AlarmDefinition
 
- 
setName- Specified by:
- setNamein interface- AlarmDefinition
 
- 
getRaw- Overrides:
- getRawin class- BasicPropertySet
 
- 
isPropertyBound- Specified by:
- isPropertyBoundin interface- AlarmDefinition
 
- 
set- Specified by:
- setin interface- MutablePropertyValueSource
- Overrides:
- setin class- BasicPropertySet
 
- 
set- Specified by:
- setin interface- MutablePropertyValueSource
- Overrides:
- setin class- BasicPropertySet
 
- 
setBoundProperty- Specified by:
- setBoundPropertyin interface- AlarmDefinition
 
- 
getBoundProperty- Specified by:
- getBoundPropertyin interface- AlarmDefinition
 
- 
remove- Specified by:
- removein interface- MutablePropertyValueSource
- Overrides:
- removein class- BasicPropertySet
 
- 
getProperties- Specified by:
- getPropertiesin interface- PropertyValueSource
- Overrides:
- getPropertiesin class- BasicPropertySet
 
- 
toString- Overrides:
- toStringin class- BasicPropertySet
 
- 
equals- Overrides:
- equalsin class- BasicPropertySet
 
- 
mergeDescription copied from interface:MergableMerges the values from other collection into this one. Replaces any currently existing value with those from the other set.- Specified by:
- mergein interface- Mergable<PropertySet>
- Specified by:
- mergein interface- MutablePropertyValueSource
 
 
-