TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.common.event
Interface IEventConstants

All Known Implementing Classes:
ExecutionEvent

public interface IEventConstants

Common place for constants used across all event types


Field Summary
static int CONFLICT_IGNORE
          If an event with IDs exist, then ignore this event
static int CONFLICT_NONE
          Just insert this event in the execution history - No Conflict determination needed
static int CONFLICT_OVERWRITE
          If this event already exists, just overwrite it with the current event
static int CONFLICT_OVERWRITE_IF_EARLIEST
          Overwrite an existing event if this event is an earlier one
static int CONFLICT_OVERWRITE_IF_LATEST
          Overwrite an existing event if this event is the later one
static int NOT_INITIALIZED_VALUE
           
static java.lang.String ROOT_PARENT
           
 

Field Detail

NOT_INITIALIZED_VALUE

public static final int NOT_INITIALIZED_VALUE
See Also:
Constant Field Values

ROOT_PARENT

public static final java.lang.String ROOT_PARENT
See Also:
Constant Field Values

CONFLICT_NONE

public static final int CONFLICT_NONE
Just insert this event in the execution history - No Conflict determination needed

See Also:
Constant Field Values

CONFLICT_IGNORE

public static final int CONFLICT_IGNORE
If an event with IDs exist, then ignore this event

See Also:
Constant Field Values

CONFLICT_OVERWRITE

public static final int CONFLICT_OVERWRITE
If this event already exists, just overwrite it with the current event

See Also:
Constant Field Values

CONFLICT_OVERWRITE_IF_EARLIEST

public static final int CONFLICT_OVERWRITE_IF_EARLIEST
Overwrite an existing event if this event is an earlier one

See Also:
Constant Field Values

CONFLICT_OVERWRITE_IF_LATEST

public static final int CONFLICT_OVERWRITE_IF_LATEST
Overwrite an existing event if this event is the later one

See Also:
Constant Field Values

TPTP 4.3.0 Testing Tools Project
Public API Specification