org.jbpm.marshalling.impl
Enum JBPMMessages.ProcessInstance.NodeInstanceType

java.lang.Object
  extended by java.lang.Enum<JBPMMessages.ProcessInstance.NodeInstanceType>
      extended by 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


Enum Constant Summary
COMPOSITE_CONTEXT_NODE
           
DYNAMIC_NODE
           
EVENT_NODE
           
FOR_EACH_NODE
           
HUMAN_TASK_NODE
           
JOIN_NODE
           
MILESTONE_NODE
           
RULE_SET_NODE
           
STATE_NODE
           
SUBPROCESS_NODE
           
TIMER_NODE
           
WORK_ITEM_NODE
           
 
Field Summary
static int COMPOSITE_CONTEXT_NODE_VALUE
           
static int DYNAMIC_NODE_VALUE
           
static int EVENT_NODE_VALUE
           
static int FOR_EACH_NODE_VALUE
           
static int HUMAN_TASK_NODE_VALUE
           
static int JOIN_NODE_VALUE
           
static int MILESTONE_NODE_VALUE
           
static int RULE_SET_NODE_VALUE
           
static int STATE_NODE_VALUE
           
static int SUBPROCESS_NODE_VALUE
           
static int TIMER_NODE_VALUE
           
static int WORK_ITEM_NODE_VALUE
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

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
Method Detail

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.