public static enum ClientArgs.ArgtypeCase extends Enum<ClientArgs.ArgtypeCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ARGTYPE_NOT_SET |
MARK |
SETUP |
Modifier and Type | Method and Description |
---|---|
int |
getNumber() |
static ClientArgs.ArgtypeCase |
valueOf(int value) |
static ClientArgs.ArgtypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientArgs.ArgtypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientArgs.ArgtypeCase SETUP
public static final ClientArgs.ArgtypeCase MARK
public static final ClientArgs.ArgtypeCase ARGTYPE_NOT_SET
public static ClientArgs.ArgtypeCase[] values()
for (ClientArgs.ArgtypeCase c : ClientArgs.ArgtypeCase.values()) System.out.println(c);
public static ClientArgs.ArgtypeCase 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 nullpublic static ClientArgs.ArgtypeCase valueOf(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite