public static enum Lgraph.GraphResponse.RespCase extends Enum<Lgraph.GraphResponse.RespCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ADD_GRAPH_RESPONSE |
DELETE_GRAPH_RESPONSE |
LIST_GRAPHS_RESPONSE |
RESP_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Lgraph.GraphResponse.RespCase |
forNumber(int value) |
int |
getNumber() |
static Lgraph.GraphResponse.RespCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Lgraph.GraphResponse.RespCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lgraph.GraphResponse.RespCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Lgraph.GraphResponse.RespCase ADD_GRAPH_RESPONSE
public static final Lgraph.GraphResponse.RespCase DELETE_GRAPH_RESPONSE
public static final Lgraph.GraphResponse.RespCase LIST_GRAPHS_RESPONSE
public static final Lgraph.GraphResponse.RespCase RESP_NOT_SET
public static Lgraph.GraphResponse.RespCase[] values()
for (Lgraph.GraphResponse.RespCase c : Lgraph.GraphResponse.RespCase.values()) System.out.println(c);
public static Lgraph.GraphResponse.RespCase 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.GraphResponse.RespCase valueOf(int value)
forNumber(int) instead.public static Lgraph.GraphResponse.RespCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Ant Group. All rights reserved.