Class EventFlags
- java.lang.Object
 - 
- com.inductiveautomation.ignition.gateway.alarming.journal.EventFlags
 
 
- 
public class EventFlags extends java.lang.ObjectDefines the flags that are used in the alarm journal to further describe events. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intFROM_ENABLE_CHANGE_FLAGstatic intIS_ACKED_FLAGstatic intIS_CLEAR_FLAGstatic intSHELVED_EVENT_FLAGstatic intSYSTEM_ACK_FLAGstatic intSYSTEM_EVENT_FLAG 
 - 
 
- 
- 
Field Detail
- 
SYSTEM_EVENT_FLAG
public static final int SYSTEM_EVENT_FLAG
- See Also:
 - Constant Field Values
 
 
- 
SHELVED_EVENT_FLAG
public static final int SHELVED_EVENT_FLAG
- See Also:
 - Constant Field Values
 
 
- 
SYSTEM_ACK_FLAG
public static final int SYSTEM_ACK_FLAG
- See Also:
 - Constant Field Values
 
 
- 
IS_ACKED_FLAG
public static final int IS_ACKED_FLAG
- See Also:
 - Constant Field Values
 
 
- 
IS_CLEAR_FLAG
public static final int IS_CLEAR_FLAG
- See Also:
 - Constant Field Values
 
 
- 
FROM_ENABLE_CHANGE_FLAG
public static final int FROM_ENABLE_CHANGE_FLAG
- See Also:
 - Constant Field Values
 
 
 - 
 
 -