Class AlarmDefinitionConfig
java.lang.Object
com.inductiveautomation.ignition.common.config.PropertySetConfig
com.inductiveautomation.ignition.common.alarming.config.AlarmDefinitionConfig
- All Implemented Interfaces:
AlarmDefinition,Countable,Extendable<PropertySet>,Mergable<PropertySet>,MutablePropertyValueSource,ObservablePropertySet,PropertySet,PropertySetEdit,PropertyValueSource,Serializable,Iterable<PropertyValue>
- See Also:
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.config.PropertySetConfig
edit, sourceFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertySetDiffbooleangetBoundProperty(Property<?> property) getEdit()getName()booleanisPropertyBound(Property<?> prop) voidsetBoundProperty(Property<?> property, BoundAlarmProperty value) voidMethods inherited from class com.inductiveautomation.ignition.common.config.PropertySetConfig
addPropertyChangeListener, addPropertyChangeListener, change, contains, create, discardChanges, firePropertyChange, get, getCount, getModified, getOrDefault, getOrElse, getProperties, getSuperValue, getValues, goToSuper, isExtended, isInherited, isModified, isRemoved, iterator, mergeDiffToSource, remove, removePropertyChangeListener, removePropertyChangeListener, revert, set, set, setImplMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, 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, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
-
Constructor Details
-
AlarmDefinitionConfig
-
-
Method Details
-
createDiff
- Overrides:
createDiffin classPropertySetConfig
-
getSource
- Overrides:
getSourcein classPropertySetConfig
-
getEdit
- Overrides:
getEditin classPropertySetConfig
-
getName
- Specified by:
getNamein interfaceAlarmDefinition
-
setName
- Specified by:
setNamein interfaceAlarmDefinition
-
isPropertyBound
- Specified by:
isPropertyBoundin interfaceAlarmDefinition
-
setBoundProperty
- Specified by:
setBoundPropertyin interfaceAlarmDefinition
-
getBoundProperty
- Specified by:
getBoundPropertyin interfaceAlarmDefinition
-
equals
-