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 Summary
Fields inherited from class com.inductiveautomation.ignition.common.config.AbstractExtendedPropertySet
local, parentFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedExtendedAlarmDefinition(AlarmDefinition local, AlarmDefinition parent) -
Method Summary
Modifier and TypeMethodDescriptiongetBoundProperty(Property<?> property) getLocal()getName()booleanisPropertyBound(Property<?> prop) voidsetBoundProperty(Property<?> property, BoundAlarmProperty value) voidMethods inherited from class com.inductiveautomation.ignition.common.config.ExtendedPropertySet
extend, instantiateLocalMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
extend, getExtension, isExtended, isInherited, newDefaultInstance, newExtensionMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
-
Constructor Details
-
ExtendedAlarmDefinition
-
-
Method Details
-
getLocal
- Overrides:
getLocalin classAbstractExtendedPropertySet<PropertySet>
-
getParent
- Overrides:
getParentin classAbstractExtendedPropertySet<PropertySet>
-
getName
- Specified by:
getNamein interfaceAlarmDefinition
-
setName
- Specified by:
setNamein interfaceAlarmDefinition
-
isPropertyBound
- Specified by:
isPropertyBoundin interfaceAlarmDefinition
-
setBoundProperty
- Specified by:
setBoundPropertyin interfaceAlarmDefinition
-
getBoundProperty
- Specified by:
getBoundPropertyin interfaceAlarmDefinition
-