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 Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.alarming.config.WellKnownAlarmProperties
equals, getDefaultValue, getType, hashCode, isAdvanced, isBindable, name, toString, values
-
Field Details
-
SetpointA
-
SetpointB
-
InclusiveA
-
InclusiveB
-
BitOnZero
-
BitPosition
-
ActiveCondition
-
AnyChange
-
OnEachEvaluation
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. -
Mode
-
MODE_PROPERTIES
All of the settings that only apply to a particular mode
-
-
Constructor Details
-
AlarmModeProperties
-
AlarmModeProperties
-
AlarmModeProperties
-
-
Method Details
-
getName
Description copied from interface:Property
The "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." -
getDisplayName
Description copied from interface:DescriptiveProperty
A friendly display name for the property. If not set, will return a raw LocalizedString that contains the property name. -
getCategory
Description copied from interface:DescriptiveProperty
The category under which this property will be placed when editing. -
getDescription
Description copied from interface:DescriptiveProperty
Optional description/documentation for the property. May return null if no information is available. -
values
-