public static enum MATLABArray.MATLAB_Array.Sparse.SparseType extends Enum<MATLABArray.MATLAB_Array.Sparse.SparseType> implements com.google.protobuf.ProtocolMessageEnum
MATLAB_Array.Sparse.SparseType| Enum Constant and Description |
|---|
DOUBLE
DOUBLE = 0; |
LOGICAL
LOGICAL = 1; |
| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE_VALUE
DOUBLE = 0; |
static int |
LOGICAL_VALUE
LOGICAL = 1; |
| Modifier and Type | Method and Description |
|---|---|
static MATLABArray.MATLAB_Array.Sparse.SparseType |
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.Sparse.SparseType> |
internalGetValueMap() |
static MATLABArray.MATLAB_Array.Sparse.SparseType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MATLABArray.MATLAB_Array.Sparse.SparseType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MATLABArray.MATLAB_Array.Sparse.SparseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MATLABArray.MATLAB_Array.Sparse.SparseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MATLABArray.MATLAB_Array.Sparse.SparseType DOUBLE
DOUBLE = 0;public static final MATLABArray.MATLAB_Array.Sparse.SparseType LOGICAL
LOGICAL = 1;public static final int DOUBLE_VALUE
DOUBLE = 0;public static final int LOGICAL_VALUE
LOGICAL = 1;public static MATLABArray.MATLAB_Array.Sparse.SparseType[] values()
for (MATLABArray.MATLAB_Array.Sparse.SparseType c : MATLABArray.MATLAB_Array.Sparse.SparseType.values()) System.out.println(c);
public static MATLABArray.MATLAB_Array.Sparse.SparseType 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.Sparse.SparseType valueOf(int value)
forNumber(int) instead.public static MATLABArray.MATLAB_Array.Sparse.SparseType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MATLABArray.MATLAB_Array.Sparse.SparseType> 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.Sparse.SparseType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2015–2021. All rights reserved.