public static enum UserProtos.NullCollation extends Enum<UserProtos.NullCollation> implements com.google.protobuf.ProtocolMessageEnum
exec.user.NullCollation
Enum Constant and Description |
---|
NC_AT_END
NULL values are sorted at the end regardless of the order
|
NC_AT_START
NULL values are sorted at the start regardless of the order
|
NC_HIGH
NULL is the highest value
|
NC_LOW
NULL is the lowest value
|
NC_UNKNOWN
Unknown support (for forward compatibility)
|
Modifier and Type | Field and Description |
---|---|
static int |
NC_AT_END_VALUE
NULL values are sorted at the end regardless of the order
|
static int |
NC_AT_START_VALUE
NULL values are sorted at the start regardless of the order
|
static int |
NC_HIGH_VALUE
NULL is the highest value
|
static int |
NC_LOW_VALUE
NULL is the lowest value
|
static int |
NC_UNKNOWN_VALUE
Unknown support (for forward compatibility)
|
Modifier and Type | Method and Description |
---|---|
static UserProtos.NullCollation |
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.NullCollation> |
internalGetValueMap() |
static UserProtos.NullCollation |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.NullCollation |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.NullCollation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.NullCollation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.NullCollation NC_UNKNOWN
Unknown support (for forward compatibility)
NC_UNKNOWN = 0;
public static final UserProtos.NullCollation NC_AT_START
NULL values are sorted at the start regardless of the order
NC_AT_START = 1;
public static final UserProtos.NullCollation NC_AT_END
NULL values are sorted at the end regardless of the order
NC_AT_END = 2;
public static final UserProtos.NullCollation NC_HIGH
NULL is the highest value
NC_HIGH = 3;
public static final UserProtos.NullCollation NC_LOW
NULL is the lowest value
NC_LOW = 4;
public static final int NC_UNKNOWN_VALUE
Unknown support (for forward compatibility)
NC_UNKNOWN = 0;
public static final int NC_AT_START_VALUE
NULL values are sorted at the start regardless of the order
NC_AT_START = 1;
public static final int NC_AT_END_VALUE
NULL values are sorted at the end regardless of the order
NC_AT_END = 2;
public static final int NC_HIGH_VALUE
NULL is the highest value
NC_HIGH = 3;
public static final int NC_LOW_VALUE
NULL is the lowest value
NC_LOW = 4;
public static UserProtos.NullCollation[] values()
for (UserProtos.NullCollation c : UserProtos.NullCollation.values()) System.out.println(c);
public static UserProtos.NullCollation 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
@Deprecated public static UserProtos.NullCollation valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UserProtos.NullCollation forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.NullCollation> 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 UserProtos.NullCollation valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.