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