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.AbstractExtendedPropertySet
local, parent 
- 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedExtendedAlarmDefinition(AlarmDefinition local, AlarmDefinition parent) 
- 
Method Summary
All 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.ExtendedPropertySet
extend, instantiateLocal 
- 
Methods inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySet
contains, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
- 
ExtendedAlarmDefinition
protected ExtendedAlarmDefinition(AlarmDefinition local, AlarmDefinition parent)
 
 - 
 
- 
Method Detail
- 
getLocal
public AlarmDefinition getLocal()
- Overrides:
 getLocalin classAbstractExtendedPropertySet<PropertySet>
 
- 
getParent
public AlarmDefinition getParent()
- Overrides:
 getParentin classAbstractExtendedPropertySet<PropertySet>
 
- 
getName
@Nullable 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
 
 - 
 
 -