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