public static enum Lgraph.ProtoFieldType extends Enum<Lgraph.ProtoFieldType> implements com.google.protobuf.ProtocolMessageEnum
lgraph.ProtoFieldType| Enum Constant and Description |
|---|
BLOB
BLOB = 11; |
BOOL
BOOL = 1; |
DATE
DATE = 8; |
DATETIME
DATETIME = 9; |
DOUBLE
DOUBLE = 7; |
FLOAT
FLOAT = 6; |
INT16
INT16 = 3; |
INT32
INT32 = 4; |
INT64
INT64 = 5; |
INT8
INT8 = 2; |
NUL
NUL = 0; |
STRING
STRING = 10; |
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOB_VALUE
BLOB = 11; |
static int |
BOOL_VALUE
BOOL = 1; |
static int |
DATE_VALUE
DATE = 8; |
static int |
DATETIME_VALUE
DATETIME = 9; |
static int |
DOUBLE_VALUE
DOUBLE = 7; |
static int |
FLOAT_VALUE
FLOAT = 6; |
static int |
INT16_VALUE
INT16 = 3; |
static int |
INT32_VALUE
INT32 = 4; |
static int |
INT64_VALUE
INT64 = 5; |
static int |
INT8_VALUE
INT8 = 2; |
static int |
NUL_VALUE
NUL = 0; |
static int |
STRING_VALUE
STRING = 10; |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.ProtoFieldType |
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.ProtoFieldType> |
internalGetValueMap() |
static Lgraph.ProtoFieldType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Lgraph.ProtoFieldType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.ProtoFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.ProtoFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.ProtoFieldType NUL
NUL = 0;public static final Lgraph.ProtoFieldType BOOL
BOOL = 1;public static final Lgraph.ProtoFieldType INT8
INT8 = 2;public static final Lgraph.ProtoFieldType INT16
INT16 = 3;public static final Lgraph.ProtoFieldType INT32
INT32 = 4;public static final Lgraph.ProtoFieldType INT64
INT64 = 5;public static final Lgraph.ProtoFieldType FLOAT
FLOAT = 6;public static final Lgraph.ProtoFieldType DOUBLE
DOUBLE = 7;public static final Lgraph.ProtoFieldType DATE
DATE = 8;public static final Lgraph.ProtoFieldType DATETIME
DATETIME = 9;public static final Lgraph.ProtoFieldType STRING
STRING = 10;public static final Lgraph.ProtoFieldType BLOB
BLOB = 11;public static final int NUL_VALUE
NUL = 0;public static final int BOOL_VALUE
BOOL = 1;public static final int INT8_VALUE
INT8 = 2;public static final int INT16_VALUE
INT16 = 3;public static final int INT32_VALUE
INT32 = 4;public static final int INT64_VALUE
INT64 = 5;public static final int FLOAT_VALUE
FLOAT = 6;public static final int DOUBLE_VALUE
DOUBLE = 7;public static final int DATE_VALUE
DATE = 8;public static final int DATETIME_VALUE
DATETIME = 9;public static final int STRING_VALUE
STRING = 10;public static final int BLOB_VALUE
BLOB = 11;public static Lgraph.ProtoFieldType[] values()
for (Lgraph.ProtoFieldType c : Lgraph.ProtoFieldType.values()) System.out.println(c);
public static Lgraph.ProtoFieldType 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.ProtoFieldType valueOf(int value)
forNumber(int) instead.public static Lgraph.ProtoFieldType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Lgraph.ProtoFieldType> 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.ProtoFieldType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Ant Group. All rights reserved.