Fuego Process API

fuego.papi
Class EventType

java.lang.Object
  extended byfuego.papi.EventType
All Implemented Interfaces:
fuego.lang.EnumType

public class EventType
extends Object
implements fuego.lang.EnumType


Field Summary
static int ACTIVITY_COMPLETED
           
static int ACTIVITY_IN
           
static int ACTIVITY_OUT
           
static int GLOBAL_EXECUTED
           
static int INSTANCE_ABORTED
           
static int INSTANCE_ABORTING
           
static int INSTANCE_CREATED
           
static int INSTANCE_END
           
static int INSTANCE_GRABBED
           
static int INSTANCE_REASIGN
           
static int INSTANCE_RESUMED
           
static int INSTANCE_SELECTED
           
static int INSTANCE_SUSPENDED
           
static int INSTANCE_TO_EXCEPTION
           
static int INSTANCE_UNGRABBED
           
static int INSTANCE_UNSELECTED
           
static int INSTANCE_UPDATED
           
static int ITEM_EXECUTED
           
static int ITEM_SELECTED
           
static int ITEM_UNSELECTED
           
static int MEASUREMENT_START
           
static int MEASUREMENT_START_STOP
           
static int MEASUREMENT_STOP
           
static int SUBFLOW_INSTANCE_CREATED
           
static int USER_EVENT
           
static int VARIABLE_MEASUREMENT
           
 
Method Summary
static String getDescription(int type, Locale locale)
           
static String getId(int val)
           
static int valueOf(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE_CREATED

public static final int INSTANCE_CREATED
See Also:
Constant Field Values

INSTANCE_END

public static final int INSTANCE_END
See Also:
Constant Field Values

ACTIVITY_IN

public static final int ACTIVITY_IN
See Also:
Constant Field Values

ACTIVITY_OUT

public static final int ACTIVITY_OUT
See Also:
Constant Field Values

GLOBAL_EXECUTED

public static final int GLOBAL_EXECUTED
See Also:
Constant Field Values

ITEM_SELECTED

public static final int ITEM_SELECTED
See Also:
Constant Field Values

ITEM_UNSELECTED

public static final int ITEM_UNSELECTED
See Also:
Constant Field Values

ITEM_EXECUTED

public static final int ITEM_EXECUTED
See Also:
Constant Field Values

INSTANCE_SUSPENDED

public static final int INSTANCE_SUSPENDED
See Also:
Constant Field Values

INSTANCE_RESUMED

public static final int INSTANCE_RESUMED
See Also:
Constant Field Values

INSTANCE_GRABBED

public static final int INSTANCE_GRABBED
See Also:
Constant Field Values

INSTANCE_UNGRABBED

public static final int INSTANCE_UNGRABBED
See Also:
Constant Field Values

INSTANCE_SELECTED

public static final int INSTANCE_SELECTED
See Also:
Constant Field Values

INSTANCE_UNSELECTED

public static final int INSTANCE_UNSELECTED
See Also:
Constant Field Values

SUBFLOW_INSTANCE_CREATED

public static final int SUBFLOW_INSTANCE_CREATED
See Also:
Constant Field Values

INSTANCE_ABORTING

public static final int INSTANCE_ABORTING
See Also:
Constant Field Values

INSTANCE_TO_EXCEPTION

public static final int INSTANCE_TO_EXCEPTION
See Also:
Constant Field Values

INSTANCE_ABORTED

public static final int INSTANCE_ABORTED
See Also:
Constant Field Values

ACTIVITY_COMPLETED

public static final int ACTIVITY_COMPLETED
See Also:
Constant Field Values

INSTANCE_UPDATED

public static final int INSTANCE_UPDATED
See Also:
Constant Field Values

USER_EVENT

public static final int USER_EVENT
See Also:
Constant Field Values

INSTANCE_REASIGN

public static final int INSTANCE_REASIGN
See Also:
Constant Field Values

MEASUREMENT_START

public static final int MEASUREMENT_START
See Also:
Constant Field Values

MEASUREMENT_STOP

public static final int MEASUREMENT_STOP
See Also:
Constant Field Values

MEASUREMENT_START_STOP

public static final int MEASUREMENT_START_STOP
See Also:
Constant Field Values

VARIABLE_MEASUREMENT

public static final int VARIABLE_MEASUREMENT
See Also:
Constant Field Values
Method Detail

getDescription

public static String getDescription(int type,
                                    Locale locale)

getId

public static String getId(int val)

valueOf

public static int valueOf(String id)

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved