ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionOrBuilder.getType()
optional .org.drools.core.marshalling.ActionQueue.ActionType type = 1;
must always have a type to switch
|
ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.Action.getType()
optional .org.drools.core.marshalling.ActionQueue.ActionType type = 1;
must always have a type to switch
|
ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.Action.Builder.getType()
optional .org.drools.core.marshalling.ActionQueue.ActionType type = 1;
must always have a type to switch
|
static ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionType.valueOf(int value) |
static ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtobufMessages.ActionQueue.ActionType[] |
ProtobufMessages.ActionQueue.ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|