public static enum OrcProto.Type.Kind extends Enum<OrcProto.Type.Kind> implements com.google.protobuf.ProtocolMessageEnum
orc.proto.Type.Kind
Enum Constant and Description |
---|
BINARY
BINARY = 8; |
BOOLEAN
BOOLEAN = 0; |
BYTE
BYTE = 1; |
CHAR
CHAR = 17; |
DATE
DATE = 15; |
DECIMAL
DECIMAL = 14; |
DOUBLE
DOUBLE = 6; |
FLOAT
FLOAT = 5; |
INT
INT = 3; |
LIST
LIST = 10; |
LONG
LONG = 4; |
MAP
MAP = 11; |
SHORT
SHORT = 2; |
STRING
STRING = 7; |
STRUCT
STRUCT = 12; |
TIMESTAMP
TIMESTAMP = 9; |
UNION
UNION = 13; |
VARCHAR
VARCHAR = 16; |
Modifier and Type | Field and Description |
---|---|
static int |
BINARY_VALUE
BINARY = 8; |
static int |
BOOLEAN_VALUE
BOOLEAN = 0; |
static int |
BYTE_VALUE
BYTE = 1; |
static int |
CHAR_VALUE
CHAR = 17; |
static int |
DATE_VALUE
DATE = 15; |
static int |
DECIMAL_VALUE
DECIMAL = 14; |
static int |
DOUBLE_VALUE
DOUBLE = 6; |
static int |
FLOAT_VALUE
FLOAT = 5; |
static int |
INT_VALUE
INT = 3; |
static int |
LIST_VALUE
LIST = 10; |
static int |
LONG_VALUE
LONG = 4; |
static int |
MAP_VALUE
MAP = 11; |
static int |
SHORT_VALUE
SHORT = 2; |
static int |
STRING_VALUE
STRING = 7; |
static int |
STRUCT_VALUE
STRUCT = 12; |
static int |
TIMESTAMP_VALUE
TIMESTAMP = 9; |
static int |
UNION_VALUE
UNION = 13; |
static int |
VARCHAR_VALUE
VARCHAR = 16; |
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<OrcProto.Type.Kind> |
internalGetValueMap() |
static OrcProto.Type.Kind |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OrcProto.Type.Kind |
valueOf(int value) |
static OrcProto.Type.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrcProto.Type.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrcProto.Type.Kind BOOLEAN
BOOLEAN = 0;
public static final OrcProto.Type.Kind BYTE
BYTE = 1;
public static final OrcProto.Type.Kind SHORT
SHORT = 2;
public static final OrcProto.Type.Kind INT
INT = 3;
public static final OrcProto.Type.Kind LONG
LONG = 4;
public static final OrcProto.Type.Kind FLOAT
FLOAT = 5;
public static final OrcProto.Type.Kind DOUBLE
DOUBLE = 6;
public static final OrcProto.Type.Kind STRING
STRING = 7;
public static final OrcProto.Type.Kind BINARY
BINARY = 8;
public static final OrcProto.Type.Kind TIMESTAMP
TIMESTAMP = 9;
public static final OrcProto.Type.Kind LIST
LIST = 10;
public static final OrcProto.Type.Kind MAP
MAP = 11;
public static final OrcProto.Type.Kind STRUCT
STRUCT = 12;
public static final OrcProto.Type.Kind UNION
UNION = 13;
public static final OrcProto.Type.Kind DECIMAL
DECIMAL = 14;
public static final OrcProto.Type.Kind DATE
DATE = 15;
public static final OrcProto.Type.Kind VARCHAR
VARCHAR = 16;
public static final OrcProto.Type.Kind CHAR
CHAR = 17;
public static final int BOOLEAN_VALUE
BOOLEAN = 0;
public static final int BYTE_VALUE
BYTE = 1;
public static final int SHORT_VALUE
SHORT = 2;
public static final int INT_VALUE
INT = 3;
public static final int LONG_VALUE
LONG = 4;
public static final int FLOAT_VALUE
FLOAT = 5;
public static final int DOUBLE_VALUE
DOUBLE = 6;
public static final int STRING_VALUE
STRING = 7;
public static final int BINARY_VALUE
BINARY = 8;
public static final int TIMESTAMP_VALUE
TIMESTAMP = 9;
public static final int LIST_VALUE
LIST = 10;
public static final int MAP_VALUE
MAP = 11;
public static final int STRUCT_VALUE
STRUCT = 12;
public static final int UNION_VALUE
UNION = 13;
public static final int DECIMAL_VALUE
DECIMAL = 14;
public static final int DATE_VALUE
DATE = 15;
public static final int VARCHAR_VALUE
VARCHAR = 16;
public static final int CHAR_VALUE
CHAR = 17;
public static OrcProto.Type.Kind[] values()
for (OrcProto.Type.Kind c : OrcProto.Type.Kind.values()) System.out.println(c);
public static OrcProto.Type.Kind 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
public static OrcProto.Type.Kind valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OrcProto.Type.Kind> 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 OrcProto.Type.Kind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2017 The Apache Software Foundation. All rights reserved.