public static enum OtsInternalApi.DefinedColumnType extends Enum<OtsInternalApi.DefinedColumnType> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
DCT_BLOB |
DCT_BOOLEAN |
DCT_DOUBLE |
DCT_INTEGER |
DCT_STRING |
| Modifier and Type | Field and Description |
|---|---|
static int |
DCT_BLOB_VALUE |
static int |
DCT_BOOLEAN_VALUE |
static int |
DCT_DOUBLE_VALUE |
static int |
DCT_INTEGER_VALUE |
static int |
DCT_STRING_VALUE |
| Modifier and Type | Method and Description |
|---|---|
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.DefinedColumnType> |
internalGetValueMap() |
static OtsInternalApi.DefinedColumnType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OtsInternalApi.DefinedColumnType |
valueOf(int value) |
static OtsInternalApi.DefinedColumnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtsInternalApi.DefinedColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtsInternalApi.DefinedColumnType DCT_INTEGER
public static final OtsInternalApi.DefinedColumnType DCT_DOUBLE
public static final OtsInternalApi.DefinedColumnType DCT_BOOLEAN
public static final OtsInternalApi.DefinedColumnType DCT_STRING
public static final OtsInternalApi.DefinedColumnType DCT_BLOB
public static final int DCT_INTEGER_VALUE
public static final int DCT_DOUBLE_VALUE
public static final int DCT_BOOLEAN_VALUE
public static final int DCT_STRING_VALUE
public static final int DCT_BLOB_VALUE
public static OtsInternalApi.DefinedColumnType[] values()
for (OtsInternalApi.DefinedColumnType c : OtsInternalApi.DefinedColumnType.values()) System.out.println(c);
public static OtsInternalApi.DefinedColumnType 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.ProtocolMessageEnumpublic static OtsInternalApi.DefinedColumnType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OtsInternalApi.DefinedColumnType> 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 OtsInternalApi.DefinedColumnType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All Rights Reserved.