org.jbpm.marshalling.impl
Enum JBPMMessages.ProcessInstance.NodeInstanceType
java.lang.Object
java.lang.Enum<JBPMMessages.ProcessInstance.NodeInstanceType>
org.jbpm.marshalling.impl.JBPMMessages.ProcessInstance.NodeInstanceType
- All Implemented Interfaces:
- com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<JBPMMessages.ProcessInstance.NodeInstanceType>
- Enclosing class:
- JBPMMessages.ProcessInstance
public static enum JBPMMessages.ProcessInstance.NodeInstanceType
- extends Enum<JBPMMessages.ProcessInstance.NodeInstanceType>
- implements com.google.protobuf.ProtocolMessageEnum
RULE_SET_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType RULE_SET_NODE
HUMAN_TASK_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType HUMAN_TASK_NODE
WORK_ITEM_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType WORK_ITEM_NODE
SUBPROCESS_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType SUBPROCESS_NODE
MILESTONE_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType MILESTONE_NODE
EVENT_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType EVENT_NODE
TIMER_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType TIMER_NODE
JOIN_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType JOIN_NODE
STATE_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType STATE_NODE
COMPOSITE_CONTEXT_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType COMPOSITE_CONTEXT_NODE
FOR_EACH_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType FOR_EACH_NODE
DYNAMIC_NODE
public static final JBPMMessages.ProcessInstance.NodeInstanceType DYNAMIC_NODE
RULE_SET_NODE_VALUE
public static final int RULE_SET_NODE_VALUE
- See Also:
- Constant Field Values
HUMAN_TASK_NODE_VALUE
public static final int HUMAN_TASK_NODE_VALUE
- See Also:
- Constant Field Values
WORK_ITEM_NODE_VALUE
public static final int WORK_ITEM_NODE_VALUE
- See Also:
- Constant Field Values
SUBPROCESS_NODE_VALUE
public static final int SUBPROCESS_NODE_VALUE
- See Also:
- Constant Field Values
MILESTONE_NODE_VALUE
public static final int MILESTONE_NODE_VALUE
- See Also:
- Constant Field Values
EVENT_NODE_VALUE
public static final int EVENT_NODE_VALUE
- See Also:
- Constant Field Values
TIMER_NODE_VALUE
public static final int TIMER_NODE_VALUE
- See Also:
- Constant Field Values
JOIN_NODE_VALUE
public static final int JOIN_NODE_VALUE
- See Also:
- Constant Field Values
STATE_NODE_VALUE
public static final int STATE_NODE_VALUE
- See Also:
- Constant Field Values
COMPOSITE_CONTEXT_NODE_VALUE
public static final int COMPOSITE_CONTEXT_NODE_VALUE
- See Also:
- Constant Field Values
FOR_EACH_NODE_VALUE
public static final int FOR_EACH_NODE_VALUE
- See Also:
- Constant Field Values
DYNAMIC_NODE_VALUE
public static final int DYNAMIC_NODE_VALUE
- See Also:
- Constant Field Values
values
public static JBPMMessages.ProcessInstance.NodeInstanceType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JBPMMessages.ProcessInstance.NodeInstanceType c : JBPMMessages.ProcessInstance.NodeInstanceType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JBPMMessages.ProcessInstance.NodeInstanceType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getNumber
public final int getNumber()
- Specified by:
getNumber
in interface com.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
valueOf
public static JBPMMessages.ProcessInstance.NodeInstanceType valueOf(int value)
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<JBPMMessages.ProcessInstance.NodeInstanceType> internalGetValueMap()
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
valueOf
public static JBPMMessages.ProcessInstance.NodeInstanceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.