public static enum SiLABinaryTransfer.BinaryTransferError.ErrorType extends Enum<SiLABinaryTransfer.BinaryTransferError.ErrorType> implements com.google.protobuf.ProtocolMessageEnum
sila2.org.silastandard.BinaryTransferError.ErrorType| Enum Constant and Description |
|---|
BINARY_DOWNLOAD_FAILED
BINARY_DOWNLOAD_FAILED = 2; |
BINARY_UPLOAD_FAILED
BINARY_UPLOAD_FAILED = 1; |
INVALID_BINARY_TRANSFER_UUID
INVALID_BINARY_TRANSFER_UUID = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY_DOWNLOAD_FAILED_VALUE
BINARY_DOWNLOAD_FAILED = 2; |
static int |
BINARY_UPLOAD_FAILED_VALUE
BINARY_UPLOAD_FAILED = 1; |
static int |
INVALID_BINARY_TRANSFER_UUID_VALUE
INVALID_BINARY_TRANSFER_UUID = 0; |
| Modifier and Type | Method and Description |
|---|---|
static SiLABinaryTransfer.BinaryTransferError.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<SiLABinaryTransfer.BinaryTransferError.ErrorType> |
internalGetValueMap() |
static SiLABinaryTransfer.BinaryTransferError.ErrorType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SiLABinaryTransfer.BinaryTransferError.ErrorType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SiLABinaryTransfer.BinaryTransferError.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLABinaryTransfer.BinaryTransferError.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiLABinaryTransfer.BinaryTransferError.ErrorType INVALID_BINARY_TRANSFER_UUID
INVALID_BINARY_TRANSFER_UUID = 0;public static final SiLABinaryTransfer.BinaryTransferError.ErrorType BINARY_UPLOAD_FAILED
BINARY_UPLOAD_FAILED = 1;public static final SiLABinaryTransfer.BinaryTransferError.ErrorType BINARY_DOWNLOAD_FAILED
BINARY_DOWNLOAD_FAILED = 2;public static final SiLABinaryTransfer.BinaryTransferError.ErrorType UNRECOGNIZED
public static final int INVALID_BINARY_TRANSFER_UUID_VALUE
INVALID_BINARY_TRANSFER_UUID = 0;public static final int BINARY_UPLOAD_FAILED_VALUE
BINARY_UPLOAD_FAILED = 1;public static final int BINARY_DOWNLOAD_FAILED_VALUE
BINARY_DOWNLOAD_FAILED = 2;public static SiLABinaryTransfer.BinaryTransferError.ErrorType[] values()
for (SiLABinaryTransfer.BinaryTransferError.ErrorType c : SiLABinaryTransfer.BinaryTransferError.ErrorType.values()) System.out.println(c);
public static SiLABinaryTransfer.BinaryTransferError.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 SiLABinaryTransfer.BinaryTransferError.ErrorType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SiLABinaryTransfer.BinaryTransferError.ErrorType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SiLABinaryTransfer.BinaryTransferError.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 SiLABinaryTransfer.BinaryTransferError.ErrorType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 SiLA Java Developers. All rights reserved.