public static enum OrcProto.Type.Kind extends Enum<OrcProto.Type.Kind> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
BINARY |
BOOLEAN |
BYTE |
DOUBLE |
FLOAT |
INT |
LIST |
LONG |
MAP |
SHORT |
STRING |
STRUCT |
TIMESTAMP |
UNION |
| Modifier and Type | Field and Description |
|---|---|
static int |
BINARY_VALUE |
static int |
BOOLEAN_VALUE |
static int |
BYTE_VALUE |
static int |
DOUBLE_VALUE |
static int |
FLOAT_VALUE |
static int |
INT_VALUE |
static int |
LIST_VALUE |
static int |
LONG_VALUE |
static int |
MAP_VALUE |
static int |
SHORT_VALUE |
static int |
STRING_VALUE |
static int |
STRUCT_VALUE |
static int |
TIMESTAMP_VALUE |
static int |
UNION_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<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
public static final OrcProto.Type.Kind BYTE
public static final OrcProto.Type.Kind SHORT
public static final OrcProto.Type.Kind INT
public static final OrcProto.Type.Kind LONG
public static final OrcProto.Type.Kind FLOAT
public static final OrcProto.Type.Kind DOUBLE
public static final OrcProto.Type.Kind STRING
public static final OrcProto.Type.Kind BINARY
public static final OrcProto.Type.Kind TIMESTAMP
public static final OrcProto.Type.Kind LIST
public static final OrcProto.Type.Kind MAP
public static final OrcProto.Type.Kind STRUCT
public static final OrcProto.Type.Kind UNION
public static final int BOOLEAN_VALUE
public static final int BYTE_VALUE
public static final int SHORT_VALUE
public static final int INT_VALUE
public static final int LONG_VALUE
public static final int FLOAT_VALUE
public static final int DOUBLE_VALUE
public static final int STRING_VALUE
public static final int BINARY_VALUE
public static final int TIMESTAMP_VALUE
public static final int LIST_VALUE
public static final int MAP_VALUE
public static final int STRUCT_VALUE
public static final int UNION_VALUE
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–2021. All rights reserved.