Class ExtendedAlarmDefinition
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySet<PropertySet>
- 
- com.inductiveautomation.ignition.common.config.ExtendedPropertySet
- 
- com.inductiveautomation.ignition.common.alarming.config.ExtendedAlarmDefinition
 
 
 
- 
- All Implemented Interfaces:
- AlarmDefinition,- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- PropertySet,- PropertyValueSource,- java.io.Serializable,- java.lang.Iterable<PropertyValue>
 
 public class ExtendedAlarmDefinition extends ExtendedPropertySet implements AlarmDefinition Created by colby.clegg on 3/7/2016.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySetlocal, parent
 - 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedExtendedAlarmDefinition(AlarmDefinition local, AlarmDefinition parent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundAlarmPropertygetBoundProperty(Property<?> property)AlarmDefinitiongetLocal()java.lang.StringgetName()AlarmDefinitiongetParent()booleanisPropertyBound(Property<?> prop)voidsetBoundProperty(Property<?> property, BoundAlarmProperty value)voidsetName(java.lang.String name)- 
Methods inherited from class com.inductiveautomation.ignition.common.config.ExtendedPropertySetextend, instantiateLocal
 - 
Methods inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySetcontains, get, getCount, getExtension, getImpl, getOrCreateLocal, getOrDefault, getOrElse, getParentProperty, getProperties, isExtended, isInherited, iterator, merge, remove, set, set, setImpl, setLocal, setParent, 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, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
 
- 
 
- 
- 
- 
Constructor Detail- 
ExtendedAlarmDefinitionprotected ExtendedAlarmDefinition(AlarmDefinition local, AlarmDefinition parent) 
 
- 
 - 
Method Detail- 
getLocalpublic AlarmDefinition getLocal() - Overrides:
- getLocalin class- AbstractExtendedPropertySet<PropertySet>
 
 - 
getParentpublic AlarmDefinition getParent() - Overrides:
- getParentin class- AbstractExtendedPropertySet<PropertySet>
 
 - 
getName@Nullable public java.lang.String getName() - Specified by:
- getNamein interface- AlarmDefinition
 
 - 
setNamepublic void setName(java.lang.String name) - Specified by:
- setNamein interface- AlarmDefinition
 
 - 
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
 
 
- 
 
-