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

| Field Summary | |
static TaskTypeEnum |
ABSTRACT
Type constant for an abstract task or non-task. |
static TaskTypeEnum |
BUSINESS_RULE
Type constant for a business role task. |
static TaskTypeEnum |
MANUAL
Type constant for a manual task. |
static TaskTypeEnum |
RECEIVE
Type constant for a receive task. |
static TaskTypeEnum |
SCRIPT
Type constant for a script task. |
static TaskTypeEnum |
SEND
Type constant for a send task. |
static TaskTypeEnum |
SERVICE
Type constant for a service task. |
static TaskTypeEnum |
USER
Type constant for an user task. |
| Method Summary | |
static TaskTypeEnum |
getByName(String name)
Retrieves the task type constant that corresponds to the given task type name. |
String |
toString()
Returns a string representation of this task type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final TaskTypeEnum ABSTRACT
public static final TaskTypeEnum SEND
public static final TaskTypeEnum RECEIVE
public static final TaskTypeEnum USER
public static final TaskTypeEnum MANUAL
public static final TaskTypeEnum BUSINESS_RULE
public static final TaskTypeEnum SERVICE
public static final TaskTypeEnum SCRIPT
| Method Detail |
public String toString()
public static TaskTypeEnum getByName(String name)
name - the name of the type constant to retrieve. Should be one of
TASK_TYPE_ABSTRACTTASK_TYPE_SENDTASK_TYPE_RECEIVETASK_TYPE_USERTASK_TYPE_MANUALTASK_TYPE_BUSINESS_RULETASK_TYPE_SERVICETASK_TYPE_SCRIPTnull if there is no corresponding type constant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||