static OrcProto.Type.Kind |
OrcProto.Type.Kind.forNumber(int value) |
|
OrcProto.Type.Kind |
OrcProto.Type.Builder.getKind() |
optional .orc.proto.Type.Kind kind = 1;
|
OrcProto.Type.Kind |
OrcProto.Type.getKind() |
optional .orc.proto.Type.Kind kind = 1;
|
OrcProto.Type.Kind |
OrcProto.TypeOrBuilder.getKind() |
optional .orc.proto.Type.Kind kind = 1;
|
static OrcProto.Type.Kind |
OrcProto.Type.Kind.valueOf(int value) |
Deprecated.
|
static OrcProto.Type.Kind |
OrcProto.Type.Kind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static OrcProto.Type.Kind |
OrcProto.Type.Kind.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OrcProto.Type.Kind[] |
OrcProto.Type.Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|