public enum SFlowNodeType extends Enum<SFlowNodeType>
| Enum Constant and Description |
|---|
AUTOMATIC_TASK |
BOUNDARY_EVENT |
CALL_ACTIVITY |
END_EVENT |
GATEWAY |
INTERMEDIATE_CATCH_EVENT |
INTERMEDIATE_THROW_EVENT |
LOOP_ACTIVITY |
MANUAL_TASK |
MULTI_INSTANCE_ACTIVITY |
RECEIVE_TASK |
SEND_TASK |
START_EVENT |
SUB_PROCESS |
USER_TASK |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static SFlowNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SFlowNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFlowNodeType AUTOMATIC_TASK
public static final SFlowNodeType USER_TASK
public static final SFlowNodeType MANUAL_TASK
public static final SFlowNodeType RECEIVE_TASK
public static final SFlowNodeType SEND_TASK
public static final SFlowNodeType GATEWAY
public static final SFlowNodeType START_EVENT
public static final SFlowNodeType INTERMEDIATE_CATCH_EVENT
public static final SFlowNodeType BOUNDARY_EVENT
public static final SFlowNodeType INTERMEDIATE_THROW_EVENT
public static final SFlowNodeType END_EVENT
public static final SFlowNodeType LOOP_ACTIVITY
public static final SFlowNodeType MULTI_INSTANCE_ACTIVITY
public static final SFlowNodeType CALL_ACTIVITY
public static final SFlowNodeType SUB_PROCESS
public static SFlowNodeType[] values()
for (SFlowNodeType c : SFlowNodeType.values()) System.out.println(c);
public static SFlowNodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
Copyright © 2016 Bonitasoft S.A.. All rights reserved.