public static enum Lgraph.ProtoGraphQueryType extends Enum<Lgraph.ProtoGraphQueryType> implements com.google.protobuf.ProtocolMessageEnum
-------------------------------- graph query --------------------------------Protobuf enum
lgraph.ProtoGraphQueryType| Modifier and Type | Field and Description |
|---|---|
static int |
CYPHER_VALUE
CYPHER = 0; |
static int |
GQL_VALUE
GQL = 1; |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.ProtoGraphQueryType |
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<Lgraph.ProtoGraphQueryType> |
internalGetValueMap() |
static Lgraph.ProtoGraphQueryType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Lgraph.ProtoGraphQueryType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.ProtoGraphQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.ProtoGraphQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.ProtoGraphQueryType CYPHER
CYPHER = 0;public static final Lgraph.ProtoGraphQueryType GQL
GQL = 1;public static final int CYPHER_VALUE
CYPHER = 0;public static final int GQL_VALUE
GQL = 1;public static Lgraph.ProtoGraphQueryType[] values()
for (Lgraph.ProtoGraphQueryType c : Lgraph.ProtoGraphQueryType.values()) System.out.println(c);
public static Lgraph.ProtoGraphQueryType 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 Lgraph.ProtoGraphQueryType valueOf(int value)
forNumber(int) instead.public static Lgraph.ProtoGraphQueryType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Lgraph.ProtoGraphQueryType> 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 Lgraph.ProtoGraphQueryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Ant Group. All rights reserved.