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