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