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

Protobuf enum org.drools.marshalling.ActionQueue.ActionType


Enum Constant Summary
ASSERT
          ASSERT = 5;
BEHAVIOR_EXPIRE
          BEHAVIOR_EXPIRE = 1;
DEACTIVATE_CALLBACK
          DEACTIVATE_CALLBACK = 2;
EXPIRE
          EXPIRE = 6;
LOGICAL_RETRACT
          LOGICAL_RETRACT = 3;
PROPAGATE
          PROPAGATE = 4;
SIGNAL
          SIGNAL = 7;
SIGNAL_PROCESS_INSTANCE
          SIGNAL_PROCESS_INSTANCE = 8;
 
Field Summary
static int ASSERT_VALUE
          ASSERT = 5;
static int BEHAVIOR_EXPIRE_VALUE
          BEHAVIOR_EXPIRE = 1;
static int DEACTIVATE_CALLBACK_VALUE
          DEACTIVATE_CALLBACK = 2;
static int EXPIRE_VALUE
          EXPIRE = 6;
static int LOGICAL_RETRACT_VALUE
          LOGICAL_RETRACT = 3;
static int PROPAGATE_VALUE
          PROPAGATE = 4;
static int SIGNAL_PROCESS_INSTANCE_VALUE
          SIGNAL_PROCESS_INSTANCE = 8;
static int SIGNAL_VALUE
          SIGNAL = 7;
 
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
BEHAVIOR_EXPIRE = 1;


DEACTIVATE_CALLBACK

public static final ProtobufMessages.ActionQueue.ActionType DEACTIVATE_CALLBACK
DEACTIVATE_CALLBACK = 2;


LOGICAL_RETRACT

public static final ProtobufMessages.ActionQueue.ActionType LOGICAL_RETRACT
LOGICAL_RETRACT = 3;


PROPAGATE

public static final ProtobufMessages.ActionQueue.ActionType PROPAGATE
PROPAGATE = 4;


ASSERT

public static final ProtobufMessages.ActionQueue.ActionType ASSERT
ASSERT = 5;


EXPIRE

public static final ProtobufMessages.ActionQueue.ActionType EXPIRE
EXPIRE = 6;


SIGNAL

public static final ProtobufMessages.ActionQueue.ActionType SIGNAL
SIGNAL = 7;


SIGNAL_PROCESS_INSTANCE

public static final ProtobufMessages.ActionQueue.ActionType SIGNAL_PROCESS_INSTANCE
SIGNAL_PROCESS_INSTANCE = 8;

Field Detail

BEHAVIOR_EXPIRE_VALUE

public static final int BEHAVIOR_EXPIRE_VALUE
BEHAVIOR_EXPIRE = 1;

See Also:
Constant Field Values

DEACTIVATE_CALLBACK_VALUE

public static final int DEACTIVATE_CALLBACK_VALUE
DEACTIVATE_CALLBACK = 2;

See Also:
Constant Field Values

LOGICAL_RETRACT_VALUE

public static final int LOGICAL_RETRACT_VALUE
LOGICAL_RETRACT = 3;

See Also:
Constant Field Values

PROPAGATE_VALUE

public static final int PROPAGATE_VALUE
PROPAGATE = 4;

See Also:
Constant Field Values

ASSERT_VALUE

public static final int ASSERT_VALUE
ASSERT = 5;

See Also:
Constant Field Values

EXPIRE_VALUE

public static final int EXPIRE_VALUE
EXPIRE = 6;

See Also:
Constant Field Values

SIGNAL_VALUE

public static final int SIGNAL_VALUE
SIGNAL = 7;

See Also:
Constant Field Values

SIGNAL_PROCESS_INSTANCE_VALUE

public static final int SIGNAL_PROCESS_INSTANCE_VALUE
SIGNAL_PROCESS_INSTANCE = 8;

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-2013 JBoss by Red Hat. All Rights Reserved.