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,- Serializable,- Iterable<PropertyValue>
Created by colby.clegg on 3/7/2016.
- See Also:
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySetlocal, parentFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedExtendedAlarmDefinition(AlarmDefinition local, AlarmDefinition parent) 
- 
Method SummaryModifier and TypeMethodDescriptiongetBoundProperty(Property<?> property) getLocal()getName()booleanisPropertyBound(Property<?> prop) voidsetBoundProperty(Property<?> property, BoundAlarmProperty value) voidMethods inherited from class com.inductiveautomation.ignition.common.config.ExtendedPropertySetextend, instantiateLocalMethods 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, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge, remove, set, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetextend, getExtension, isExtended, isInherited, newDefaultInstance, newExtensionMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
- 
Constructor Details- 
ExtendedAlarmDefinition
 
- 
- 
Method Details- 
getLocal- Overrides:
- getLocalin class- AbstractExtendedPropertySet<PropertySet>
 
- 
getParent- Overrides:
- getParentin class- AbstractExtendedPropertySet<PropertySet>
 
- 
getName- Specified by:
- getNamein interface- AlarmDefinition
 
- 
setName- Specified by:
- setNamein interface- AlarmDefinition
 
- 
isPropertyBound- Specified by:
- isPropertyBoundin interface- AlarmDefinition
 
- 
setBoundProperty- Specified by:
- setBoundPropertyin interface- AlarmDefinition
 
- 
getBoundProperty- Specified by:
- getBoundPropertyin interface- AlarmDefinition
 
 
-