public static enum OrcProto.Type.Kind extends Enum<OrcProto.Type.Kind> implements com.google.protobuf.ProtocolMessageEnum
orc.proto.Type.Kind| Enum Constant and Description | 
|---|
| BINARYBINARY = 8; | 
| BOOLEANBOOLEAN = 0; | 
| BYTEBYTE = 1; | 
| CHARCHAR = 17; | 
| DATEDATE = 15; | 
| DECIMALDECIMAL = 14; | 
| DOUBLEDOUBLE = 6; | 
| FLOATFLOAT = 5; | 
| INTINT = 3; | 
| LISTLIST = 10; | 
| LONGLONG = 4; | 
| MAPMAP = 11; | 
| SHORTSHORT = 2; | 
| STRINGSTRING = 7; | 
| STRUCTSTRUCT = 12; | 
| TIMESTAMPTIMESTAMP = 9; | 
| UNIONUNION = 13; | 
| VARCHARVARCHAR = 16; | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | BINARY_VALUEBINARY = 8; | 
| static int | BOOLEAN_VALUEBOOLEAN = 0; | 
| static int | BYTE_VALUEBYTE = 1; | 
| static int | CHAR_VALUECHAR = 17; | 
| static int | DATE_VALUEDATE = 15; | 
| static int | DECIMAL_VALUEDECIMAL = 14; | 
| static int | DOUBLE_VALUEDOUBLE = 6; | 
| static int | FLOAT_VALUEFLOAT = 5; | 
| static int | INT_VALUEINT = 3; | 
| static int | LIST_VALUELIST = 10; | 
| static int | LONG_VALUELONG = 4; | 
| static int | MAP_VALUEMAP = 11; | 
| static int | SHORT_VALUESHORT = 2; | 
| static int | STRING_VALUESTRING = 7; | 
| static int | STRUCT_VALUESTRUCT = 12; | 
| static int | TIMESTAMP_VALUETIMESTAMP = 9; | 
| static int | UNION_VALUEUNION = 13; | 
| static int | VARCHAR_VALUEVARCHAR = 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic 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.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 OrcProto.Type.Kind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.