Class AlarmDefinitionDiff
java.lang.Object
com.inductiveautomation.ignition.common.config.PropertySetDiff
com.inductiveautomation.ignition.common.alarming.config.AlarmDefinitionDiff
- All Implemented Interfaces:
- AlarmDefinition,- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- PropertySet,- PropertySetEdit,- PropertyValueSource,- Serializable,- Iterable<PropertyValue>
- See Also:
- 
Field SummaryFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> TRetrieves the value of the property, or null if this set doesn't contain that property.getBoundProperty(Property<?> property) getName()booleanbooleanisPropertyBound(Property<?> prop) voidsetBoundProperty(Property<?> property, BoundAlarmProperty value) voidMethods inherited from class com.inductiveautomation.ignition.common.config.PropertySetDiffcompactChanges, contains, getCount, getModified, getOrDefault, getOrElse, getProperties, getRaw, getRemoved, getValues, hasChanges, isExtended, isInherited, isModified, isRemoved, iterator, remove, revert, set, set, setRaw, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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.PropertySetextend, getExtension, isExtended, isInherited, newDefaultInstance, newExtensionMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
- 
Constructor Details- 
AlarmDefinitionDiff
 
- 
- 
Method Details- 
getName- Specified by:
- getNamein interface- AlarmDefinition
 
- 
setName- Specified by:
- setNamein interface- AlarmDefinition
 
- 
isNameChangedpublic boolean isNameChanged()
- 
getOriginalName
- 
isPropertyBound- Specified by:
- isPropertyBoundin interface- AlarmDefinition
 
- 
setBoundProperty- Specified by:
- setBoundPropertyin interface- AlarmDefinition
 
- 
getBoundProperty- Specified by:
- getBoundPropertyin interface- AlarmDefinition
 
- 
getDescription copied from interface:PropertyValueSourceRetrieves the value of the property, or null if this set doesn't contain that property.- Specified by:
- getin interface- PropertyValueSource
- Overrides:
- getin class- PropertySetDiff
 
 
-