Class AlarmEvalState
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.Flags
- 
- com.inductiveautomation.ignition.gateway.alarming.evaluation.AlarmEvalState
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class AlarmEvalState extends Flags - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intBOUND_PROP_EXEC_ERRORSstatic intCOMPILE_ERRORS
 - 
Constructor SummaryConstructors Constructor Description AlarmEvalState()AlarmEvalState(int raw)
 
- 
- 
- 
Field Detail- 
COMPILE_ERRORSpublic static final int COMPILE_ERRORS - See Also:
- Constant Field Values
 
 - 
BOUND_PROP_EXEC_ERRORSpublic static final int BOUND_PROP_EXEC_ERRORS - See Also:
- Constant Field Values
 
 
- 
 
-