|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.IntKey
org.eclipse.stardust.engine.api.runtime.HistoricalEventType
public class HistoricalEventType
Wrapper class for the historical event types. It provides human readable names for the historical event type codes.
| 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 |
|---|
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
| Method Detail |
|---|
public static HistoricalEventType get(int value)
value - the numeric code of the HistoricalEventType.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||