Class AlarmModeProperties<T>
java.lang.Object
com.inductiveautomation.ignition.common.alarming.config.WellKnownAlarmProperties<T>
com.inductiveautomation.ignition.common.alarming.config.AlarmModeProperties<T>
- All Implemented Interfaces:
- AlarmProperty<T>,- DescriptiveProperty<T>,- Property<T>,- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final AlarmModeProperties<Boolean>static final AlarmModeProperties<Boolean>static final AlarmModeProperties<Boolean>static final AlarmModeProperties<Integer>static final AlarmModeProperties<Boolean>static final AlarmModeProperties<Boolean>static final AlarmModeProperties<AlarmMode>All of the settings that only apply to a particular modestatic final AlarmModeProperties<Boolean>This is a special api setting that can be used with anychange to mean "go into alarm each evaluation", as in, each time a value is set.static final AlarmModeProperties<Double>static final AlarmModeProperties<Double>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.alarming.config.WellKnownAlarmPropertiesequals, getDefaultValue, getType, hashCode, isAdvanced, isBindable, name, toString, values
- 
Field Details- 
SetpointA
- 
SetpointB
- 
InclusiveA
- 
InclusiveB
- 
BitOnZero
- 
BitPosition
- 
ActiveCondition
- 
AnyChange
- 
OnEachEvaluationThis is a special api setting that can be used with anychange to mean "go into alarm each evaluation", as in, each time a value is set.
- 
Mode
- 
MODE_PROPERTIESAll of the settings that only apply to a particular mode
 
- 
- 
Constructor Details- 
AlarmModeProperties
- 
AlarmModeProperties
- 
AlarmModeProperties
 
- 
- 
Method Details- 
getNameDescription copied from interface:PropertyThe "name" of this property. Should be descriptive, but also unique. To this end, it is encouraged to make your keys fully qualified by prefixing them with your module id. For example: "mymod.MyProperty". Properties defined by the system start with "sys."
- 
getDisplayNameDescription copied from interface:DescriptivePropertyA friendly display name for the property. If not set, will return a raw LocalizedString that contains the property name.
- 
getCategoryDescription copied from interface:DescriptivePropertyThe category under which this property will be placed when editing.
- 
getDescriptionDescription copied from interface:DescriptivePropertyOptional description/documentation for the property. May return null if no information is available.
- 
values
 
-