Class AlarmConfigurationConfig
java.lang.Object
com.inductiveautomation.ignition.common.alarming.config.AlarmConfigurationConfig
- All Implemented Interfaces:
- AlarmConfiguration,- Countable,- Extendable<AlarmConfiguration>,- Intersectable<AlarmConfiguration>,- Mergable<AlarmConfiguration>,- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(AlarmDefinition definition) booleanintgetCount()Merges the alarm definitions from the model with the diff.getEdit()This returns an object that represents the value only for the most "local" level.booleanisInherited(AlarmDefinition definition) protected booleanisModified(String name) booleanisOverridden(AlarmDefinition definition) protected booleanvoidprotected AlarmDefinitionwrap(AlarmDefinition model, AlarmDefinition edit) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.alarming.config.AlarmConfigurationextend, intersect, merge, newExtension
- 
Constructor Details- 
AlarmConfigurationConfig
 
- 
- 
Method Details- 
getEdit
- 
getCountpublic int getCount()
- 
getExtensionDescription copied from interface:ExtendableThis returns an object that represents the value only for the most "local" level. That is, this is the difference between the inherited base and the current extension. Complex objects should ensure that trait is true for all aspects of the returned value.- Specified by:
- getExtensionin interface- AlarmConfiguration
- Specified by:
- getExtensionin interface- Extendable<AlarmConfiguration>
 
- 
getDefinitionsMerges the alarm definitions from the model with the diff.- Specified by:
- getDefinitionsin interface- AlarmConfiguration
 
- 
get- Specified by:
- getin interface- AlarmConfiguration
 
- 
add- Specified by:
- addin interface- AlarmConfiguration
 
- 
remove- Specified by:
- removein interface- AlarmConfiguration
 
- 
contains- Specified by:
- containsin interface- AlarmConfiguration
 
- 
isOverridden- Specified by:
- isOverriddenin interface- AlarmConfiguration
 
- 
isInherited- Specified by:
- isInheritedin interface- AlarmConfiguration
 
- 
wrap
- 
isRemoved
- 
isModified
 
-