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