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