|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.bpmn.view.ActivityTypeEnum
Type-safe enumeration for BPMN activity types.

| Field Summary | |
static ActivityTypeEnum |
CALL_ACTIVITY
Type constant for a call activity. |
static ActivityTypeEnum |
EVENT_SUB_PROCESS
Type constant for an event sub-process. |
static ActivityTypeEnum |
TASK
Type constant for a task. |
static ActivityTypeEnum |
TRANSACTION
Type constant for a transaction. |
| Method Summary | |
static ActivityTypeEnum |
getByName(String name)
Returns the activity type constant that corresponds to the given activity type name. |
String |
toString()
Returns a string representation of this activity type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ActivityTypeEnum TASK
public static final ActivityTypeEnum TRANSACTION
public static final ActivityTypeEnum EVENT_SUB_PROCESS
public static final ActivityTypeEnum CALL_ACTIVITY
| Method Detail |
public String toString()
public static ActivityTypeEnum getByName(String name)
name - the name of the type constant to retrieve. Should be one of
ACTIVITY_TYPE_CALL_ACTIVITYACTIVITY_TYPE_EVENT_SUB_PROCESSACTIVITY_TYPE_TASKACTIVITY_TYPE_TRANSACTIONnull if there is no corresponding type constant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||