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