org.eclipse.stardust.engine.api.runtime
Class HistoricalEventType

java.lang.Object
  extended by org.eclipse.stardust.common.IntKey
      extended by org.eclipse.stardust.engine.api.runtime.HistoricalEventType
All Implemented Interfaces:
Serializable, Comparable

public class HistoricalEventType
extends org.eclipse.stardust.common.IntKey

Wrapper class for the historical event types. It provides human readable names for the historical event type codes.

Author:
Stephan.Born
See Also:
Serialized Form

Field Summary
static int DATA_CHANGE
          The HistoricalEvent describes a data change
static HistoricalEventType DataChange
           
static HistoricalEventType Delegation
           
static int DELEGATION
          The HistoricalEvent describes a delegation event.
static int EVENT_EXECUTION
          The HistoricalEvent describes an event execution event.
static HistoricalEventType EventExecution
           
static HistoricalEventType Exception
           
static int EXCEPTION
          The HistoricalEvent describes an exception event.
static HistoricalEventType Note
           
static int NOTE
          The HistoricalEvent describes a note event.
static int STATE_CHANGE
          The HistoricalEvent describes a state change event.
static HistoricalEventType StateChange
           
 
Method Summary
static HistoricalEventType get(int value)
          Factory method to get the HistoricalEventType object corresponding to the numerical code.
 
Methods inherited from class org.eclipse.stardust.common.IntKey
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOTE

public static final int NOTE
The HistoricalEvent describes a note event.

See Also:
Constant Field Values

EXCEPTION

public static final int EXCEPTION
The HistoricalEvent describes an exception event.

See Also:
Constant Field Values

STATE_CHANGE

public static final int STATE_CHANGE
The HistoricalEvent describes a state change event.

See Also:
Constant Field Values

DATA_CHANGE

public static final int DATA_CHANGE
The HistoricalEvent describes a data change

See Also:
Constant Field Values

DELEGATION

public static final int DELEGATION
The HistoricalEvent describes a delegation event.

See Also:
Constant Field Values

EVENT_EXECUTION

public static final int EVENT_EXECUTION
The HistoricalEvent describes an event execution event.

See Also:
Constant Field Values

Note

public static final HistoricalEventType Note

Exception

public static final HistoricalEventType Exception

StateChange

public static final HistoricalEventType StateChange

Delegation

public static final HistoricalEventType Delegation

EventExecution

public static final HistoricalEventType EventExecution

DataChange

public static final HistoricalEventType DataChange
Method Detail

get

public static HistoricalEventType get(int value)
Factory method to get the HistoricalEventType object corresponding to the numerical code.

Parameters:
value - the numeric code of the HistoricalEventType.
Returns:
the HistoricalEventType object.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.