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, source
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertySetDiff
boolean
getBoundProperty
(Property<?> property) getEdit()
getName()
boolean
isPropertyBound
(Property<?> prop) void
setBoundProperty
(Property<?> property, BoundAlarmProperty value) void
Methods 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, setImpl
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, set
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
extend, getExtension, isExtended, isInherited, newDefaultInstance, newExtension
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
-
Constructor Details
-
AlarmDefinitionConfig
-
-
Method Details
-
createDiff
- Overrides:
createDiff
in classPropertySetConfig
-
getSource
- Overrides:
getSource
in classPropertySetConfig
-
getEdit
- Overrides:
getEdit
in classPropertySetConfig
-
getName
- Specified by:
getName
in interfaceAlarmDefinition
-
setName
- Specified by:
setName
in interfaceAlarmDefinition
-
isPropertyBound
- Specified by:
isPropertyBound
in interfaceAlarmDefinition
-
setBoundProperty
- Specified by:
setBoundProperty
in interfaceAlarmDefinition
-
getBoundProperty
- Specified by:
getBoundProperty
in interfaceAlarmDefinition
-
equals
-