public static enum JBPMMessages.ProcessInstance.NodeInstanceType extends Enum<JBPMMessages.ProcessInstance.NodeInstanceType> implements com.google.protobuf.ProtocolMessageEnum
org.jbpm.marshalling.ProcessInstance.NodeInstanceType
Enum Constant and Description |
---|
ASYNC_EVENT_NODE
ASYNC_EVENT_NODE = 13; |
COMPOSITE_CONTEXT_NODE
COMPOSITE_CONTEXT_NODE = 9; |
DYNAMIC_NODE
DYNAMIC_NODE = 11; |
EVENT_NODE
EVENT_NODE = 5; |
EVENT_SUBPROCESS_NODE
EVENT_SUBPROCESS_NODE = 12; |
FOR_EACH_NODE
FOR_EACH_NODE = 10; |
HUMAN_TASK_NODE
HUMAN_TASK_NODE = 1; |
JOIN_NODE
JOIN_NODE = 7; |
MILESTONE_NODE
MILESTONE_NODE = 4; |
RULE_SET_NODE
RULE_SET_NODE = 0; |
STATE_NODE
STATE_NODE = 8; |
SUBPROCESS_NODE
SUBPROCESS_NODE = 3; |
TIMER_NODE
TIMER_NODE = 6; |
WORK_ITEM_NODE
WORK_ITEM_NODE = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
ASYNC_EVENT_NODE_VALUE
ASYNC_EVENT_NODE = 13; |
static int |
COMPOSITE_CONTEXT_NODE_VALUE
COMPOSITE_CONTEXT_NODE = 9; |
static int |
DYNAMIC_NODE_VALUE
DYNAMIC_NODE = 11; |
static int |
EVENT_NODE_VALUE
EVENT_NODE = 5; |
static int |
EVENT_SUBPROCESS_NODE_VALUE
EVENT_SUBPROCESS_NODE = 12; |
static int |
FOR_EACH_NODE_VALUE
FOR_EACH_NODE = 10; |
static int |
HUMAN_TASK_NODE_VALUE
HUMAN_TASK_NODE = 1; |
static int |
JOIN_NODE_VALUE
JOIN_NODE = 7; |
static int |
MILESTONE_NODE_VALUE
MILESTONE_NODE = 4; |
static int |
RULE_SET_NODE_VALUE
RULE_SET_NODE = 0; |
static int |
STATE_NODE_VALUE
STATE_NODE = 8; |
static int |
SUBPROCESS_NODE_VALUE
SUBPROCESS_NODE = 3; |
static int |
TIMER_NODE_VALUE
TIMER_NODE = 6; |
static int |
WORK_ITEM_NODE_VALUE
WORK_ITEM_NODE = 2; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<JBPMMessages.ProcessInstance.NodeInstanceType> |
internalGetValueMap() |
static JBPMMessages.ProcessInstance.NodeInstanceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JBPMMessages.ProcessInstance.NodeInstanceType |
valueOf(int value) |
static JBPMMessages.ProcessInstance.NodeInstanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JBPMMessages.ProcessInstance.NodeInstanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JBPMMessages.ProcessInstance.NodeInstanceType RULE_SET_NODE
RULE_SET_NODE = 0;
public static final JBPMMessages.ProcessInstance.NodeInstanceType HUMAN_TASK_NODE
HUMAN_TASK_NODE = 1;
public static final JBPMMessages.ProcessInstance.NodeInstanceType WORK_ITEM_NODE
WORK_ITEM_NODE = 2;
public static final JBPMMessages.ProcessInstance.NodeInstanceType SUBPROCESS_NODE
SUBPROCESS_NODE = 3;
public static final JBPMMessages.ProcessInstance.NodeInstanceType MILESTONE_NODE
MILESTONE_NODE = 4;
public static final JBPMMessages.ProcessInstance.NodeInstanceType EVENT_NODE
EVENT_NODE = 5;
public static final JBPMMessages.ProcessInstance.NodeInstanceType TIMER_NODE
TIMER_NODE = 6;
public static final JBPMMessages.ProcessInstance.NodeInstanceType JOIN_NODE
JOIN_NODE = 7;
public static final JBPMMessages.ProcessInstance.NodeInstanceType STATE_NODE
STATE_NODE = 8;
public static final JBPMMessages.ProcessInstance.NodeInstanceType COMPOSITE_CONTEXT_NODE
COMPOSITE_CONTEXT_NODE = 9;
public static final JBPMMessages.ProcessInstance.NodeInstanceType FOR_EACH_NODE
FOR_EACH_NODE = 10;
public static final JBPMMessages.ProcessInstance.NodeInstanceType DYNAMIC_NODE
DYNAMIC_NODE = 11;
public static final JBPMMessages.ProcessInstance.NodeInstanceType EVENT_SUBPROCESS_NODE
EVENT_SUBPROCESS_NODE = 12;
public static final JBPMMessages.ProcessInstance.NodeInstanceType ASYNC_EVENT_NODE
ASYNC_EVENT_NODE = 13;
public static final int RULE_SET_NODE_VALUE
RULE_SET_NODE = 0;
public static final int HUMAN_TASK_NODE_VALUE
HUMAN_TASK_NODE = 1;
public static final int WORK_ITEM_NODE_VALUE
WORK_ITEM_NODE = 2;
public static final int SUBPROCESS_NODE_VALUE
SUBPROCESS_NODE = 3;
public static final int MILESTONE_NODE_VALUE
MILESTONE_NODE = 4;
public static final int EVENT_NODE_VALUE
EVENT_NODE = 5;
public static final int TIMER_NODE_VALUE
TIMER_NODE = 6;
public static final int JOIN_NODE_VALUE
JOIN_NODE = 7;
public static final int STATE_NODE_VALUE
STATE_NODE = 8;
public static final int COMPOSITE_CONTEXT_NODE_VALUE
COMPOSITE_CONTEXT_NODE = 9;
public static final int FOR_EACH_NODE_VALUE
FOR_EACH_NODE = 10;
public static final int DYNAMIC_NODE_VALUE
DYNAMIC_NODE = 11;
public static final int EVENT_SUBPROCESS_NODE_VALUE
EVENT_SUBPROCESS_NODE = 12;
public static final int ASYNC_EVENT_NODE_VALUE
ASYNC_EVENT_NODE = 13;
public static JBPMMessages.ProcessInstance.NodeInstanceType[] values()
for (JBPMMessages.ProcessInstance.NodeInstanceType c : JBPMMessages.ProcessInstance.NodeInstanceType.values()) System.out.println(c);
public static JBPMMessages.ProcessInstance.NodeInstanceType 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 final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static JBPMMessages.ProcessInstance.NodeInstanceType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<JBPMMessages.ProcessInstance.NodeInstanceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static JBPMMessages.ProcessInstance.NodeInstanceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.