public static enum UserProtos.CollateSupport extends Enum<UserProtos.CollateSupport> implements com.google.protobuf.ProtocolMessageEnum
exec.user.CollateSupport| Enum Constant and Description |
|---|
CS_GROUP_BY
COLLATE clause can be added after each grouping column
|
CS_UNKNOWN
Unknown support (for forward compatibility)
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CS_GROUP_BY_VALUE
COLLATE clause can be added after each grouping column
|
static int |
CS_UNKNOWN_VALUE
Unknown support (for forward compatibility)
|
| Modifier and Type | Method and Description |
|---|---|
static UserProtos.CollateSupport |
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<UserProtos.CollateSupport> |
internalGetValueMap() |
static UserProtos.CollateSupport |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.CollateSupport |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.CollateSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.CollateSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.CollateSupport CS_UNKNOWN
Unknown support (for forward compatibility)
CS_UNKNOWN = 0;public static final UserProtos.CollateSupport CS_GROUP_BY
COLLATE clause can be added after each grouping column
CS_GROUP_BY = 1;public static final int CS_UNKNOWN_VALUE
Unknown support (for forward compatibility)
CS_UNKNOWN = 0;public static final int CS_GROUP_BY_VALUE
COLLATE clause can be added after each grouping column
CS_GROUP_BY = 1;public static UserProtos.CollateSupport[] values()
for (UserProtos.CollateSupport c : UserProtos.CollateSupport.values()) System.out.println(c);
public static UserProtos.CollateSupport 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.ProtocolMessageEnum@Deprecated public static UserProtos.CollateSupport valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static UserProtos.CollateSupport forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.CollateSupport> 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 UserProtos.CollateSupport valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 The Apache Software Foundation. All rights reserved.