public static enum MATLABArray.MATLAB_Array.MWType extends Enum<MATLABArray.MATLAB_Array.MWType> implements com.google.protobuf.ProtocolMessageEnum
MATLAB_Array.MWType| Enum Constant and Description |
|---|
ARRAYREF
ARRAYREF = 17; |
CELL
CELL = 13; |
CHAR
CHAR = 11; |
DOUBLE
DOUBLE = 9; |
ENUMERATION
ENUMERATION = 18; |
HANDLE_OBJECT_REF
HANDLE_OBJECT_REF = 16; |
INT16
INT16 = 3; |
INT32
INT32 = 5; |
INT64
INT64 = 7; |
INT8
INT8 = 1; |
LOGICAL
LOGICAL = 10; |
OBJECT
OBJECT = 15; |
SINGLE
SINGLE = 8; |
SPARSE
SPARSE = 14; |
STRING
STRING = 19; |
STRUCT
STRUCT = 12; |
UINT16
UINT16 = 2; |
UINT32
UINT32 = 4; |
UINT64
UINT64 = 6; |
UINT8
UINT8 = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAYREF_VALUE
ARRAYREF = 17; |
static int |
CELL_VALUE
CELL = 13; |
static int |
CHAR_VALUE
CHAR = 11; |
static int |
DOUBLE_VALUE
DOUBLE = 9; |
static int |
ENUMERATION_VALUE
ENUMERATION = 18; |
static int |
HANDLE_OBJECT_REF_VALUE
HANDLE_OBJECT_REF = 16; |
static int |
INT16_VALUE
INT16 = 3; |
static int |
INT32_VALUE
INT32 = 5; |
static int |
INT64_VALUE
INT64 = 7; |
static int |
INT8_VALUE
INT8 = 1; |
static int |
LOGICAL_VALUE
LOGICAL = 10; |
static int |
OBJECT_VALUE
OBJECT = 15; |
static int |
SINGLE_VALUE
SINGLE = 8; |
static int |
SPARSE_VALUE
SPARSE = 14; |
static int |
STRING_VALUE
STRING = 19; |
static int |
STRUCT_VALUE
STRUCT = 12; |
static int |
UINT16_VALUE
UINT16 = 2; |
static int |
UINT32_VALUE
UINT32 = 4; |
static int |
UINT64_VALUE
UINT64 = 6; |
static int |
UINT8_VALUE
UINT8 = 0; |
| Modifier and Type | Method and Description |
|---|---|
static MATLABArray.MATLAB_Array.MWType |
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<MATLABArray.MATLAB_Array.MWType> |
internalGetValueMap() |
static MATLABArray.MATLAB_Array.MWType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MATLABArray.MATLAB_Array.MWType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MATLABArray.MATLAB_Array.MWType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MATLABArray.MATLAB_Array.MWType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MATLABArray.MATLAB_Array.MWType UINT8
UINT8 = 0;public static final MATLABArray.MATLAB_Array.MWType INT8
INT8 = 1;public static final MATLABArray.MATLAB_Array.MWType UINT16
UINT16 = 2;public static final MATLABArray.MATLAB_Array.MWType INT16
INT16 = 3;public static final MATLABArray.MATLAB_Array.MWType UINT32
UINT32 = 4;public static final MATLABArray.MATLAB_Array.MWType INT32
INT32 = 5;public static final MATLABArray.MATLAB_Array.MWType UINT64
UINT64 = 6;public static final MATLABArray.MATLAB_Array.MWType INT64
INT64 = 7;public static final MATLABArray.MATLAB_Array.MWType SINGLE
SINGLE = 8;public static final MATLABArray.MATLAB_Array.MWType DOUBLE
DOUBLE = 9;public static final MATLABArray.MATLAB_Array.MWType LOGICAL
LOGICAL = 10;public static final MATLABArray.MATLAB_Array.MWType CHAR
CHAR = 11;public static final MATLABArray.MATLAB_Array.MWType STRUCT
STRUCT = 12;public static final MATLABArray.MATLAB_Array.MWType CELL
CELL = 13;public static final MATLABArray.MATLAB_Array.MWType SPARSE
SPARSE = 14;public static final MATLABArray.MATLAB_Array.MWType OBJECT
OBJECT = 15;public static final MATLABArray.MATLAB_Array.MWType HANDLE_OBJECT_REF
HANDLE_OBJECT_REF = 16;public static final MATLABArray.MATLAB_Array.MWType ARRAYREF
ARRAYREF = 17;public static final MATLABArray.MATLAB_Array.MWType ENUMERATION
ENUMERATION = 18;public static final MATLABArray.MATLAB_Array.MWType STRING
STRING = 19;public static final int UINT8_VALUE
UINT8 = 0;public static final int INT8_VALUE
INT8 = 1;public static final int UINT16_VALUE
UINT16 = 2;public static final int INT16_VALUE
INT16 = 3;public static final int UINT32_VALUE
UINT32 = 4;public static final int INT32_VALUE
INT32 = 5;public static final int UINT64_VALUE
UINT64 = 6;public static final int INT64_VALUE
INT64 = 7;public static final int SINGLE_VALUE
SINGLE = 8;public static final int DOUBLE_VALUE
DOUBLE = 9;public static final int LOGICAL_VALUE
LOGICAL = 10;public static final int CHAR_VALUE
CHAR = 11;public static final int STRUCT_VALUE
STRUCT = 12;public static final int CELL_VALUE
CELL = 13;public static final int SPARSE_VALUE
SPARSE = 14;public static final int OBJECT_VALUE
OBJECT = 15;public static final int HANDLE_OBJECT_REF_VALUE
HANDLE_OBJECT_REF = 16;public static final int ARRAYREF_VALUE
ARRAYREF = 17;public static final int ENUMERATION_VALUE
ENUMERATION = 18;public static final int STRING_VALUE
STRING = 19;public static MATLABArray.MATLAB_Array.MWType[] values()
for (MATLABArray.MATLAB_Array.MWType c : MATLABArray.MATLAB_Array.MWType.values()) System.out.println(c);
public static MATLABArray.MATLAB_Array.MWType 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 MATLABArray.MATLAB_Array.MWType valueOf(int value)
forNumber(int) instead.public static MATLABArray.MATLAB_Array.MWType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MATLABArray.MATLAB_Array.MWType> 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 MATLABArray.MATLAB_Array.MWType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2015–2021. All rights reserved.