Enum ProtobufMessages.ActionQueue.ActionType
- java.lang.Object
-
- java.lang.Enum<ProtobufMessages.ActionQueue.ActionType>
-
- org.drools.serialization.protobuf.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 enumorg.drools.serialization.protobuf.ActionQueue.ActionType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASSERTASSERT = 5;BEHAVIOR_EXPIREBEHAVIOR_EXPIRE = 1;DEACTIVATE_CALLBACKDEACTIVATE_CALLBACK = 2;EXPIREEXPIRE = 6;LOGICAL_RETRACTLOGICAL_RETRACT = 3;PROPAGATEPROPAGATE = 4;SIGNALSIGNAL = 7;SIGNAL_PROCESS_INSTANCESIGNAL_PROCESS_INSTANCE = 8;
-
Field Summary
Fields Modifier and Type Field Description static intASSERT_VALUEASSERT = 5;static intBEHAVIOR_EXPIRE_VALUEBEHAVIOR_EXPIRE = 1;static intDEACTIVATE_CALLBACK_VALUEDEACTIVATE_CALLBACK = 2;static intEXPIRE_VALUEEXPIRE = 6;static intLOGICAL_RETRACT_VALUELOGICAL_RETRACT = 3;static intPROPAGATE_VALUEPROPAGATE = 4;static intSIGNAL_PROCESS_INSTANCE_VALUESIGNAL_PROCESS_INSTANCE = 8;static intSIGNAL_VALUESIGNAL = 7;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ProtobufMessages.ActionQueue.ActionType>internalGetValueMap()static ProtobufMessages.ActionQueue.ActionTypevalueOf(int value)Returns the enum constant of this type with the specified name.static ProtobufMessages.ActionQueue.ActionTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ProtobufMessages.ActionQueue.ActionTypevalueOf(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.
-
-
-
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
public static ProtobufMessages.ActionQueue.ActionType valueOf(int value)
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:
value- 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 nameNullPointerException- if the argument is null
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ProtobufMessages.ActionQueue.ActionType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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)
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:
desc- 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 nameNullPointerException- if the argument is null
-
-