public static enum Command.CommandCase extends java.lang.Enum<Command.CommandCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
ASYNC_OPERATION |
CANCEL_SEND_AFTER |
COMMAND_NOT_SET |
INCREMENT |
SEND |
SEND_AFTER |
SEND_EGRESS |
VERIFY |
Modifier and Type | Method and Description |
---|---|
static Command.CommandCase |
forNumber(int value) |
int |
getNumber() |
static Command.CommandCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Command.CommandCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Command.CommandCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Command.CommandCase INCREMENT
public static final Command.CommandCase SEND
public static final Command.CommandCase SEND_AFTER
public static final Command.CommandCase SEND_EGRESS
public static final Command.CommandCase ASYNC_OPERATION
public static final Command.CommandCase VERIFY
public static final Command.CommandCase CANCEL_SEND_AFTER
public static final Command.CommandCase COMMAND_NOT_SET
public static Command.CommandCase[] values()
for (Command.CommandCase c : Command.CommandCase.values()) System.out.println(c);
public static Command.CommandCase valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static Command.CommandCase valueOf(int value)
forNumber(int)
instead.public static Command.CommandCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.