public static enum OtsInternalApi.DataBlockType extends Enum<OtsInternalApi.DataBlockType> implements com.google.protobuf.ProtocolMessageEnum
枚举常量和说明 |
---|
DBT_PLAIN_BUFFER |
DBT_SIMPLE_ROW_MATRIX |
限定符和类型 | 字段和说明 |
---|---|
static int |
DBT_PLAIN_BUFFER_VALUE |
static int |
DBT_SIMPLE_ROW_MATRIX_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<OtsInternalApi.DataBlockType> |
internalGetValueMap() |
static OtsInternalApi.DataBlockType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsInternalApi.DataBlockType |
valueOf(int value) |
static OtsInternalApi.DataBlockType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OtsInternalApi.DataBlockType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final OtsInternalApi.DataBlockType DBT_PLAIN_BUFFER
public static final OtsInternalApi.DataBlockType DBT_SIMPLE_ROW_MATRIX
public static final int DBT_PLAIN_BUFFER_VALUE
public static final int DBT_SIMPLE_ROW_MATRIX_VALUE
public static OtsInternalApi.DataBlockType[] values()
for (OtsInternalApi.DataBlockType c : OtsInternalApi.DataBlockType.values()) System.out.println(c);
public static OtsInternalApi.DataBlockType valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public final int getNumber()
getNumber
在接口中 com.google.protobuf.Internal.EnumLite
getNumber
在接口中 com.google.protobuf.ProtocolMessageEnum
public static OtsInternalApi.DataBlockType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsInternalApi.DataBlockType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
在接口中 com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
在接口中 com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OtsInternalApi.DataBlockType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All Rights Reserved.