public static enum ProtobufMessages.ActionQueue.ActionType extends Enum<ProtobufMessages.ActionQueue.ActionType> implements com.google.protobuf.ProtocolMessageEnum
org.drools.core.marshalling.ActionQueue.ActionType
Enum Constant and Description |
---|
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; |
Modifier and Type | Field and Description |
---|---|
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; |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final ProtobufMessages.ActionQueue.ActionType BEHAVIOR_EXPIRE
BEHAVIOR_EXPIRE = 1;
public static final ProtobufMessages.ActionQueue.ActionType DEACTIVATE_CALLBACK
DEACTIVATE_CALLBACK = 2;
public static final ProtobufMessages.ActionQueue.ActionType LOGICAL_RETRACT
LOGICAL_RETRACT = 3;
public static final ProtobufMessages.ActionQueue.ActionType PROPAGATE
PROPAGATE = 4;
public static final ProtobufMessages.ActionQueue.ActionType ASSERT
ASSERT = 5;
public static final ProtobufMessages.ActionQueue.ActionType EXPIRE
EXPIRE = 6;
public static final ProtobufMessages.ActionQueue.ActionType SIGNAL
SIGNAL = 7;
public static final ProtobufMessages.ActionQueue.ActionType SIGNAL_PROCESS_INSTANCE
SIGNAL_PROCESS_INSTANCE = 8;
public static final int BEHAVIOR_EXPIRE_VALUE
BEHAVIOR_EXPIRE = 1;
public static final int DEACTIVATE_CALLBACK_VALUE
DEACTIVATE_CALLBACK = 2;
public static final int LOGICAL_RETRACT_VALUE
LOGICAL_RETRACT = 3;
public static final int PROPAGATE_VALUE
PROPAGATE = 4;
public static final int ASSERT_VALUE
ASSERT = 5;
public static final int EXPIRE_VALUE
EXPIRE = 6;
public static final int SIGNAL_VALUE
SIGNAL = 7;
public static final int SIGNAL_PROCESS_INSTANCE_VALUE
SIGNAL_PROCESS_INSTANCE = 8;
public static ProtobufMessages.ActionQueue.ActionType[] values()
for (ProtobufMessages.ActionQueue.ActionType c : ProtobufMessages.ActionQueue.ActionType.values()) System.out.println(c);
public static ProtobufMessages.ActionQueue.ActionType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static ProtobufMessages.ActionQueue.ActionType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ProtobufMessages.ActionQueue.ActionType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ProtobufMessages.ActionQueue.ActionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.