org.drools.marshalling.impl
Enum ProtobufMessages.ActionQueue.ActionType

java.lang.Object
  extended by java.lang.Enum<ProtobufMessages.ActionQueue.ActionType>
      extended by org.drools.marshalling.impl.ProtobufMessages.ActionQueue.ActionType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ProtobufMessages.ActionQueue.ActionType>
Enclosing class:
ProtobufMessages.ActionQueue

public static enum ProtobufMessages.ActionQueue.ActionType
extends Enum<ProtobufMessages.ActionQueue.ActionType>
implements com.google.protobuf.ProtocolMessageEnum


Enum Constant Summary
ASSERT
           
BEHAVIOR_EXPIRE
           
DEACTIVATE_CALLBACK
           
EXPIRE
           
LOGICAL_RETRACT
           
PROPAGATE
           
SIGNAL
           
SIGNAL_PROCESS_INSTANCE
           
 
Field Summary
static int ASSERT_VALUE
           
static int BEHAVIOR_EXPIRE_VALUE
           
static int DEACTIVATE_CALLBACK_VALUE
           
static int EXPIRE_VALUE
           
static int LOGICAL_RETRACT_VALUE
           
static int PROPAGATE_VALUE
           
static int SIGNAL_PROCESS_INSTANCE_VALUE
           
static int SIGNAL_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<ProtobufMessages.ActionQueue.ActionType> internalGetValueMap()
           
static ProtobufMessages.ActionQueue.ActionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ProtobufMessages.ActionQueue.ActionType valueOf(int value)
           
static ProtobufMessages.ActionQueue.ActionType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProtobufMessages.ActionQueue.ActionType[] 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

BEHAVIOR_EXPIRE

public static final ProtobufMessages.ActionQueue.ActionType BEHAVIOR_EXPIRE

DEACTIVATE_CALLBACK

public static final ProtobufMessages.ActionQueue.ActionType DEACTIVATE_CALLBACK

LOGICAL_RETRACT

public static final ProtobufMessages.ActionQueue.ActionType LOGICAL_RETRACT

PROPAGATE

public static final ProtobufMessages.ActionQueue.ActionType PROPAGATE

ASSERT

public static final ProtobufMessages.ActionQueue.ActionType ASSERT

EXPIRE

public static final ProtobufMessages.ActionQueue.ActionType EXPIRE

SIGNAL

public static final ProtobufMessages.ActionQueue.ActionType SIGNAL

SIGNAL_PROCESS_INSTANCE

public static final ProtobufMessages.ActionQueue.ActionType SIGNAL_PROCESS_INSTANCE
Field Detail

BEHAVIOR_EXPIRE_VALUE

public static final int BEHAVIOR_EXPIRE_VALUE
See Also:
Constant Field Values

DEACTIVATE_CALLBACK_VALUE

public static final int DEACTIVATE_CALLBACK_VALUE
See Also:
Constant Field Values

LOGICAL_RETRACT_VALUE

public static final int LOGICAL_RETRACT_VALUE
See Also:
Constant Field Values

PROPAGATE_VALUE

public static final int PROPAGATE_VALUE
See Also:
Constant Field Values

ASSERT_VALUE

public static final int ASSERT_VALUE
See Also:
Constant Field Values

EXPIRE_VALUE

public static final int EXPIRE_VALUE
See Also:
Constant Field Values

SIGNAL_VALUE

public static final int SIGNAL_VALUE
See Also:
Constant Field Values

SIGNAL_PROCESS_INSTANCE_VALUE

public static final int SIGNAL_PROCESS_INSTANCE_VALUE
See Also:
Constant Field Values
Method Detail

values

public static ProtobufMessages.ActionQueue.ActionType[] 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 (ProtobufMessages.ActionQueue.ActionType c : ProtobufMessages.ActionQueue.ActionType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ProtobufMessages.ActionQueue.ActionType 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 ProtobufMessages.ActionQueue.ActionType valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<ProtobufMessages.ActionQueue.ActionType> 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 ProtobufMessages.ActionQueue.ActionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.