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,java.io.Serializable,java.lang.Iterable<PropertyValue>
public class AlarmDefinitionConfig extends PropertySetConfig implements AlarmDefinition
- See Also:
 - Serialized Form
 
 
- 
- 
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 Constructor Description AlarmDefinitionConfig(AlarmDefinition source, AlarmDefinitionDiff diff) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertySetDiffcreateDiff()booleanequals(java.lang.Object obj)BoundAlarmPropertygetBoundProperty(Property<?> property)AlarmDefinitionDiffgetEdit()java.lang.StringgetName()AlarmDefinitiongetSource()booleanisPropertyBound(Property<?> prop)voidsetBoundProperty(Property<?> property, BoundAlarmProperty value)voidsetName(java.lang.String name)- 
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 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 Detail
- 
AlarmDefinitionConfig
public AlarmDefinitionConfig(AlarmDefinition source, AlarmDefinitionDiff diff)
 
 - 
 
- 
Method Detail
- 
createDiff
protected PropertySetDiff createDiff()
- Overrides:
 createDiffin classPropertySetConfig
 
- 
getSource
public AlarmDefinition getSource()
- Overrides:
 getSourcein classPropertySetConfig
 
- 
getEdit
public AlarmDefinitionDiff getEdit()
- Overrides:
 getEditin classPropertySetConfig
 
- 
getName
public java.lang.String getName()
- Specified by:
 getNamein interfaceAlarmDefinition
 
- 
setName
public void setName(java.lang.String name)
- Specified by:
 setNamein interfaceAlarmDefinition
 
- 
isPropertyBound
public boolean isPropertyBound(Property<?> prop)
- Specified by:
 isPropertyBoundin interfaceAlarmDefinition
 
- 
setBoundProperty
public void setBoundProperty(Property<?> property, BoundAlarmProperty value)
- Specified by:
 setBoundPropertyin interfaceAlarmDefinition
 
- 
getBoundProperty
public BoundAlarmProperty getBoundProperty(Property<?> property)
- Specified by:
 getBoundPropertyin interfaceAlarmDefinition
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
 - 
 
 -