public class ExtendedAlarmDefinition extends ExtendedPropertySet implements AlarmDefinition
| Modifier | Constructor and Description |
|---|---|
protected |
ExtendedAlarmDefinition(AlarmDefinition local,
AlarmDefinition parent) |
| Modifier and Type | Method and Description |
|---|---|
BoundAlarmProperty |
getBoundProperty(Property<?> property) |
AlarmDefinition |
getLocal() |
java.lang.String |
getName() |
AlarmDefinition |
getParent() |
boolean |
isPropertyBound(Property<?> prop) |
void |
setBoundProperty(Property<?> property,
BoundAlarmProperty value) |
void |
setName(java.lang.String name) |
contains, extend, get, getCount, getOrDefault, getOrElse, getParentProperty, getProperties, getValues, isExtended, isInherited, iterator, merge, remove, set, set, setLocal, setParent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperties, getValuesremove, set, setcontains, get, getOrDefault, getOrElse, isExtended, isInheritedprotected ExtendedAlarmDefinition(AlarmDefinition local, AlarmDefinition parent)
public AlarmDefinition getLocal()
getLocal in class ExtendedPropertySetpublic AlarmDefinition getParent()
getParent in class ExtendedPropertySetpublic java.lang.String getName()
getName in interface AlarmDefinitionpublic void setName(java.lang.String name)
setName in interface AlarmDefinitionpublic boolean isPropertyBound(Property<?> prop)
isPropertyBound in interface AlarmDefinitionpublic void setBoundProperty(Property<?> property, BoundAlarmProperty value)
setBoundProperty in interface AlarmDefinitionpublic BoundAlarmProperty getBoundProperty(Property<?> property)
getBoundProperty in interface AlarmDefinition