org.drools.marshalling.impl
Enum ProtobufMessages.ActionQueue.ActionType
java.lang.Object
java.lang.Enum<ProtobufMessages.ActionQueue.ActionType>
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
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
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
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.