public static enum SessionProto.Transaction.Query.INFER extends Enum<SessionProto.Transaction.Query.INFER> implements com.google.protobuf.ProtocolMessageEnum
session.Transaction.Query.INFER| Enum Constant and Description |
|---|
FALSE
The default value of this enum is 0 (TRUE)
|
TRUE
TRUE = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FALSE_VALUE
The default value of this enum is 0 (TRUE)
|
static int |
TRUE_VALUE
TRUE = 0; |
| Modifier and Type | Method and Description |
|---|---|
static SessionProto.Transaction.Query.INFER |
forNumber(int value) |
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<SessionProto.Transaction.Query.INFER> |
internalGetValueMap() |
static SessionProto.Transaction.Query.INFER |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SessionProto.Transaction.Query.INFER |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SessionProto.Transaction.Query.INFER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionProto.Transaction.Query.INFER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionProto.Transaction.Query.INFER TRUE
TRUE = 0;public static final SessionProto.Transaction.Query.INFER FALSE
The default value of this enum is 0 (TRUE)
FALSE = 1;public static final SessionProto.Transaction.Query.INFER UNRECOGNIZED
public static final int TRUE_VALUE
TRUE = 0;public static final int FALSE_VALUE
The default value of this enum is 0 (TRUE)
FALSE = 1;public static SessionProto.Transaction.Query.INFER[] values()
for (SessionProto.Transaction.Query.INFER c : SessionProto.Transaction.Query.INFER.values()) System.out.println(c);
public static SessionProto.Transaction.Query.INFER 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SessionProto.Transaction.Query.INFER valueOf(int value)
forNumber(int) instead.public static SessionProto.Transaction.Query.INFER forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<SessionProto.Transaction.Query.INFER> 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 SessionProto.Transaction.Query.INFER valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.