public static enum VmErrors.ArithmeticError.ArithmeticErrorType extends Enum<VmErrors.ArithmeticError.ArithmeticErrorType> implements com.google.protobuf.ProtocolMessageEnum
types.ArithmeticError.ArithmeticErrorType| Enum Constant and Description |
|---|
DivisionByZero
Fill with more later
|
Overflow
Overflow = 2; |
Underflow
Underflow = 1; |
UnknownArithmeticError
UnknownArithmeticError = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DivisionByZero_VALUE
Fill with more later
|
static int |
Overflow_VALUE
Overflow = 2; |
static int |
Underflow_VALUE
Underflow = 1; |
static int |
UnknownArithmeticError_VALUE
UnknownArithmeticError = 0; |
| Modifier and Type | Method and Description |
|---|---|
static VmErrors.ArithmeticError.ArithmeticErrorType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<VmErrors.ArithmeticError.ArithmeticErrorType> |
internalGetValueMap() |
static VmErrors.ArithmeticError.ArithmeticErrorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VmErrors.ArithmeticError.ArithmeticErrorType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VmErrors.ArithmeticError.ArithmeticErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmErrors.ArithmeticError.ArithmeticErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VmErrors.ArithmeticError.ArithmeticErrorType UnknownArithmeticError
UnknownArithmeticError = 0;public static final VmErrors.ArithmeticError.ArithmeticErrorType Underflow
Underflow = 1;public static final VmErrors.ArithmeticError.ArithmeticErrorType Overflow
Overflow = 2;public static final VmErrors.ArithmeticError.ArithmeticErrorType DivisionByZero
Fill with more later
DivisionByZero = 3;public static final VmErrors.ArithmeticError.ArithmeticErrorType UNRECOGNIZED
public static final int UnknownArithmeticError_VALUE
UnknownArithmeticError = 0;public static final int Underflow_VALUE
Underflow = 1;public static final int Overflow_VALUE
Overflow = 2;public static final int DivisionByZero_VALUE
Fill with more later
DivisionByZero = 3;public static VmErrors.ArithmeticError.ArithmeticErrorType[] values()
for (VmErrors.ArithmeticError.ArithmeticErrorType c : VmErrors.ArithmeticError.ArithmeticErrorType.values()) System.out.println(c);
public static VmErrors.ArithmeticError.ArithmeticErrorType 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static VmErrors.ArithmeticError.ArithmeticErrorType valueOf(int value)
forNumber(int) instead.public static VmErrors.ArithmeticError.ArithmeticErrorType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<VmErrors.ArithmeticError.ArithmeticErrorType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VmErrors.ArithmeticError.ArithmeticErrorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.