|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ProtobufMessages.FactHandle.HandleType>
org.drools.marshalling.impl.ProtobufMessages.FactHandle.HandleType
public static enum ProtobufMessages.FactHandle.HandleType
Protobuf enum org.drools.marshalling.FactHandle.HandleType
| Enum Constant Summary | |
|---|---|
EVENT
EVENT = 4; |
|
FACT
FACT = 2; |
|
INITIAL_FACT
INITIAL_FACT = 1; |
|
QUERY
QUERY = 3; |
|
| Field Summary | |
|---|---|
static int |
EVENT_VALUE
EVENT = 4; |
static int |
FACT_VALUE
FACT = 2; |
static int |
INITIAL_FACT_VALUE
INITIAL_FACT = 1; |
static int |
QUERY_VALUE
QUERY = 3; |
| Method Summary | |
|---|---|
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.FactHandle.HandleType> |
internalGetValueMap()
|
static ProtobufMessages.FactHandle.HandleType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static ProtobufMessages.FactHandle.HandleType |
valueOf(int value)
|
static ProtobufMessages.FactHandle.HandleType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProtobufMessages.FactHandle.HandleType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ProtobufMessages.FactHandle.HandleType INITIAL_FACT
INITIAL_FACT = 1;
public static final ProtobufMessages.FactHandle.HandleType FACT
FACT = 2;
public static final ProtobufMessages.FactHandle.HandleType QUERY
QUERY = 3;
public static final ProtobufMessages.FactHandle.HandleType EVENT
EVENT = 4;
| Field Detail |
|---|
public static final int INITIAL_FACT_VALUE
INITIAL_FACT = 1;
public static final int FACT_VALUE
FACT = 2;
public static final int QUERY_VALUE
QUERY = 3;
public static final int EVENT_VALUE
EVENT = 4;
| Method Detail |
|---|
public static ProtobufMessages.FactHandle.HandleType[] values()
for (ProtobufMessages.FactHandle.HandleType c : ProtobufMessages.FactHandle.HandleType.values()) System.out.println(c);
public static ProtobufMessages.FactHandle.HandleType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static ProtobufMessages.FactHandle.HandleType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ProtobufMessages.FactHandle.HandleType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ProtobufMessages.FactHandle.HandleType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||