Package | Description |
---|---|
org.drools.core.marshalling.impl |
Modifier and Type | Method and Description |
---|---|
static ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionType.forNumber(int value) |
ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionOrBuilder.getType()
must always have a type to switch
optional .org.drools.core.marshalling.ActionQueue.ActionType type = 1; |
ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.Action.getType()
must always have a type to switch
optional .org.drools.core.marshalling.ActionQueue.ActionType type = 1; |
ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.Action.Builder.getType()
must always have a type to switch
optional .org.drools.core.marshalling.ActionQueue.ActionType type = 1; |
static ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtobufMessages.ActionQueue.ActionType |
ProtobufMessages.ActionQueue.ActionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ProtobufMessages.ActionQueue.ActionType> |
ProtobufMessages.ActionQueue.ActionType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.ActionQueue.Action.Builder |
ProtobufMessages.ActionQueue.Action.Builder.setType(ProtobufMessages.ActionQueue.ActionType value)
must always have a type to switch
optional .org.drools.core.marshalling.ActionQueue.ActionType type = 1; |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.