public static enum SchemaDefProtos.ValueMode extends Enum<SchemaDefProtos.ValueMode> implements com.google.protobuf.ProtocolMessageEnum
exec.ValueMode
Enum Constant and Description |
---|
DICT
DICT = 2; |
RLE
RLE = 1; |
VALUE_VECTOR
VALUE_VECTOR = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
DICT_VALUE
DICT = 2; |
static int |
RLE_VALUE
RLE = 1; |
static int |
VALUE_VECTOR_VALUE
VALUE_VECTOR = 0; |
Modifier and Type | Method and Description |
---|---|
static SchemaDefProtos.ValueMode |
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<SchemaDefProtos.ValueMode> |
internalGetValueMap() |
static SchemaDefProtos.ValueMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SchemaDefProtos.ValueMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SchemaDefProtos.ValueMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaDefProtos.ValueMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaDefProtos.ValueMode VALUE_VECTOR
VALUE_VECTOR = 0;
public static final SchemaDefProtos.ValueMode RLE
RLE = 1;
public static final SchemaDefProtos.ValueMode DICT
DICT = 2;
public static final int VALUE_VECTOR_VALUE
VALUE_VECTOR = 0;
public static final int RLE_VALUE
RLE = 1;
public static final int DICT_VALUE
DICT = 2;
public static SchemaDefProtos.ValueMode[] values()
for (SchemaDefProtos.ValueMode c : SchemaDefProtos.ValueMode.values()) System.out.println(c);
public static SchemaDefProtos.ValueMode 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static SchemaDefProtos.ValueMode valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static SchemaDefProtos.ValueMode forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SchemaDefProtos.ValueMode> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SchemaDefProtos.ValueMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.