public static enum Lgraph.ProtoFieldData.DataCase extends Enum<Lgraph.ProtoFieldData.DataCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BLOB |
BOOLEAN |
DATA_NOT_SET |
DATE |
DATETIME |
DP |
INT16_ |
INT32_ |
INT64_ |
INT8_ |
SP |
STR |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.ProtoFieldData.DataCase |
forNumber(int value) |
int |
getNumber() |
static Lgraph.ProtoFieldData.DataCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.ProtoFieldData.DataCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.ProtoFieldData.DataCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.ProtoFieldData.DataCase BOOLEAN
public static final Lgraph.ProtoFieldData.DataCase INT8_
public static final Lgraph.ProtoFieldData.DataCase INT16_
public static final Lgraph.ProtoFieldData.DataCase INT32_
public static final Lgraph.ProtoFieldData.DataCase INT64_
public static final Lgraph.ProtoFieldData.DataCase SP
public static final Lgraph.ProtoFieldData.DataCase DP
public static final Lgraph.ProtoFieldData.DataCase DATE
public static final Lgraph.ProtoFieldData.DataCase DATETIME
public static final Lgraph.ProtoFieldData.DataCase STR
public static final Lgraph.ProtoFieldData.DataCase BLOB
public static final Lgraph.ProtoFieldData.DataCase DATA_NOT_SET
public static Lgraph.ProtoFieldData.DataCase[] values()
for (Lgraph.ProtoFieldData.DataCase c : Lgraph.ProtoFieldData.DataCase.values()) System.out.println(c);
public static Lgraph.ProtoFieldData.DataCase 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 null@Deprecated public static Lgraph.ProtoFieldData.DataCase valueOf(int value)
forNumber(int) instead.public static Lgraph.ProtoFieldData.DataCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Ant Group. All rights reserved.