Package com.exonum.core.messages
Enum Runtime.ErrorKind
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Runtime.ErrorKind>,java.lang.constant.Constable
- Enclosing class:
- Runtime
public static enum Runtime.ErrorKind extends Enum<Runtime.ErrorKind> implements com.google.protobuf.ProtocolMessageEnum
The kind of ExecutionError.Protobuf enum
exonum.runtime.ErrorKind-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description DISPATCHERDISPATCHER = 1;PANICPANIC = 0;RUNTIMERUNTIME = 2;SERVICESERVICE = 3;UNRECOGNIZED -
Field Summary
Fields Modifier and Type Field Description static intDISPATCHER_VALUEDISPATCHER = 1;static intPANIC_VALUEPANIC = 0;static intRUNTIME_VALUERUNTIME = 2;static intSERVICE_VALUESERVICE = 3; -
Method Summary
Modifier and Type Method Description static Runtime.ErrorKindforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Runtime.ErrorKind>internalGetValueMap()static Runtime.ErrorKindvalueOf(int value)Deprecated.static Runtime.ErrorKindvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Runtime.ErrorKindvalueOf(String name)Returns the enum constant of this type with the specified name.static Runtime.ErrorKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PANIC
PANIC = 0; -
DISPATCHER
DISPATCHER = 1; -
RUNTIME
RUNTIME = 2; -
SERVICE
SERVICE = 3; -
UNRECOGNIZED
-
-
Field Details
-
PANIC_VALUE
public static final int PANIC_VALUEPANIC = 0;- See Also:
- Constant Field Values
-
DISPATCHER_VALUE
public static final int DISPATCHER_VALUEDISPATCHER = 1;- See Also:
- Constant Field Values
-
RUNTIME_VALUE
public static final int RUNTIME_VALUERUNTIME = 2;- See Also:
- Constant Field Values
-
SERVICE_VALUE
public static final int SERVICE_VALUESERVICE = 3;- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-