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 Summary
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier 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.PropertySetDiff
compactChanges, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
extend, getExtension, isExtended, isInherited, newDefaultInstance, newExtensionMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
-
Constructor Details
-
AlarmDefinitionDiff
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceAlarmDefinition
-
setName
- Specified by:
setNamein interfaceAlarmDefinition
-
isNameChanged
public boolean isNameChanged() -
getOriginalName
-
isPropertyBound
- Specified by:
isPropertyBoundin interfaceAlarmDefinition
-
setBoundProperty
- Specified by:
setBoundPropertyin interfaceAlarmDefinition
-
getBoundProperty
- Specified by:
getBoundPropertyin interfaceAlarmDefinition
-
get
Description copied from interface:PropertyValueSourceRetrieves the value of the property, or null if this set doesn't contain that property.- Specified by:
getin interfacePropertyValueSource- Overrides:
getin classPropertySetDiff
-