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,- java.io.Serializable,- java.lang.Iterable<PropertyValue>
 
 public class AlarmDefinitionDiff extends PropertySetDiff implements AlarmDefinition - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
 
- 
 - 
Constructor SummaryConstructors Constructor Description AlarmDefinitionDiff(java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tget(Property<T> prop)Retrieves the value of the property, or null if this set doesn't contain that property.BoundAlarmPropertygetBoundProperty(Property<?> property)java.lang.StringgetName()java.lang.StringgetOriginalName()booleanisNameChanged()booleanisPropertyBound(Property<?> prop)voidsetBoundProperty(Property<?> property, BoundAlarmProperty value)voidsetName(java.lang.String name)- 
Methods 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, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge, remove, set, set
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetextend, getExtension, isExtended, isInherited, newDefaultInstance, newExtension
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
 
- 
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() - Specified by:
- getNamein interface- AlarmDefinition
 
 - 
setNamepublic void setName(java.lang.String name) - Specified by:
- setNamein interface- AlarmDefinition
 
 - 
isNameChangedpublic boolean isNameChanged() 
 - 
getOriginalNamepublic java.lang.String getOriginalName() 
 - 
isPropertyBoundpublic boolean isPropertyBound(Property<?> prop) - Specified by:
- isPropertyBoundin interface- AlarmDefinition
 
 - 
setBoundPropertypublic void setBoundProperty(Property<?> property, BoundAlarmProperty value) - Specified by:
- setBoundPropertyin interface- AlarmDefinition
 
 - 
getBoundPropertypublic BoundAlarmProperty getBoundProperty(Property<?> property) - Specified by:
- getBoundPropertyin interface- AlarmDefinition
 
 - 
getpublic <T> T get(Property<T> prop) Description 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
 
 
- 
 
-