public static enum SiLAFramework.FrameworkError.ErrorType extends Enum<SiLAFramework.FrameworkError.ErrorType> implements com.google.protobuf.ProtocolMessageEnum
sila2.org.silastandard.FrameworkError.ErrorType| Enum Constant and Description |
|---|
COMMAND_EXECUTION_NOT_FINISHED
COMMAND_EXECUTION_NOT_FINISHED = 1; |
INVALID_COMMAND_EXECUTION_UUID
INVALID_COMMAND_EXECUTION_UUID = 0; |
MISSING_METADATA
MISSING_METADATA = 2; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMAND_EXECUTION_NOT_FINISHED_VALUE
COMMAND_EXECUTION_NOT_FINISHED = 1; |
static int |
INVALID_COMMAND_EXECUTION_UUID_VALUE
INVALID_COMMAND_EXECUTION_UUID = 0; |
static int |
MISSING_METADATA_VALUE
MISSING_METADATA = 2; |
| Modifier and Type | Method and Description |
|---|---|
static SiLAFramework.FrameworkError.ErrorType |
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<SiLAFramework.FrameworkError.ErrorType> |
internalGetValueMap() |
static SiLAFramework.FrameworkError.ErrorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SiLAFramework.FrameworkError.ErrorType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SiLAFramework.FrameworkError.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLAFramework.FrameworkError.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiLAFramework.FrameworkError.ErrorType INVALID_COMMAND_EXECUTION_UUID
INVALID_COMMAND_EXECUTION_UUID = 0;public static final SiLAFramework.FrameworkError.ErrorType COMMAND_EXECUTION_NOT_FINISHED
COMMAND_EXECUTION_NOT_FINISHED = 1;public static final SiLAFramework.FrameworkError.ErrorType MISSING_METADATA
MISSING_METADATA = 2;public static final SiLAFramework.FrameworkError.ErrorType UNRECOGNIZED
public static final int INVALID_COMMAND_EXECUTION_UUID_VALUE
INVALID_COMMAND_EXECUTION_UUID = 0;public static final int COMMAND_EXECUTION_NOT_FINISHED_VALUE
COMMAND_EXECUTION_NOT_FINISHED = 1;public static final int MISSING_METADATA_VALUE
MISSING_METADATA = 2;public static SiLAFramework.FrameworkError.ErrorType[] values()
for (SiLAFramework.FrameworkError.ErrorType c : SiLAFramework.FrameworkError.ErrorType.values()) System.out.println(c);
public static SiLAFramework.FrameworkError.ErrorType 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 SiLAFramework.FrameworkError.ErrorType valueOf(int value)
forNumber(int) instead.public static SiLAFramework.FrameworkError.ErrorType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<SiLAFramework.FrameworkError.ErrorType> 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 SiLAFramework.FrameworkError.ErrorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.