public class HistoricalEventType
extends org.eclipse.stardust.common.IntKey
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
static HistoricalEventType |
get(int value)
Factory method to get the HistoricalEventType object corresponding to the numerical code.
|
public static final int NOTE
public static final int EXCEPTION
public static final int STATE_CHANGE
public static final int DATA_CHANGE
public static final int DELEGATION
public static final int EVENT_EXECUTION
public static final HistoricalEventType Note
public static final HistoricalEventType Exception
public static final HistoricalEventType StateChange
public static final HistoricalEventType Delegation
public static final HistoricalEventType EventExecution
public static final HistoricalEventType DataChange
public static HistoricalEventType get(int value)
value - the numeric code of the HistoricalEventType.Copyright © 2016 Eclipse Stardust. All Rights Reserved.