public static enum UserProtos.IdentifierCasing extends Enum<UserProtos.IdentifierCasing> implements com.google.protobuf.ProtocolMessageEnum
exec.user.IdentifierCasing
Enum Constant and Description |
---|
IC_STORES_LOWER
Mixed case identifier is treated as case insensitive
and stored in lower case
|
IC_STORES_MIXED
Mixed case identifier is treated as case insensitive
and stored in mixed case
|
IC_STORES_UPPER
Mixed case identifier is treated as case insensitive
and stored in upper case
|
IC_SUPPORTS_MIXED
Mixed case identifier is treated as case sensitive
and stored in mixed case
|
IC_UNKNOWN
Unknown support (for forward compatibility)
|
Modifier and Type | Field and Description |
---|---|
static int |
IC_STORES_LOWER_VALUE
Mixed case identifier is treated as case insensitive
and stored in lower case
|
static int |
IC_STORES_MIXED_VALUE
Mixed case identifier is treated as case insensitive
and stored in mixed case
|
static int |
IC_STORES_UPPER_VALUE
Mixed case identifier is treated as case insensitive
and stored in upper case
|
static int |
IC_SUPPORTS_MIXED_VALUE
Mixed case identifier is treated as case sensitive
and stored in mixed case
|
static int |
IC_UNKNOWN_VALUE
Unknown support (for forward compatibility)
|
Modifier and Type | Method and Description |
---|---|
static UserProtos.IdentifierCasing |
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.IdentifierCasing> |
internalGetValueMap() |
static UserProtos.IdentifierCasing |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.IdentifierCasing |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.IdentifierCasing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.IdentifierCasing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.IdentifierCasing IC_UNKNOWN
Unknown support (for forward compatibility)
IC_UNKNOWN = 0;
public static final UserProtos.IdentifierCasing IC_STORES_LOWER
Mixed case identifier is treated as case insensitive and stored in lower case
IC_STORES_LOWER = 1;
public static final UserProtos.IdentifierCasing IC_STORES_MIXED
Mixed case identifier is treated as case insensitive and stored in mixed case
IC_STORES_MIXED = 2;
public static final UserProtos.IdentifierCasing IC_STORES_UPPER
Mixed case identifier is treated as case insensitive and stored in upper case
IC_STORES_UPPER = 3;
public static final UserProtos.IdentifierCasing IC_SUPPORTS_MIXED
Mixed case identifier is treated as case sensitive and stored in mixed case
IC_SUPPORTS_MIXED = 4;
public static final int IC_UNKNOWN_VALUE
Unknown support (for forward compatibility)
IC_UNKNOWN = 0;
public static final int IC_STORES_LOWER_VALUE
Mixed case identifier is treated as case insensitive and stored in lower case
IC_STORES_LOWER = 1;
public static final int IC_STORES_MIXED_VALUE
Mixed case identifier is treated as case insensitive and stored in mixed case
IC_STORES_MIXED = 2;
public static final int IC_STORES_UPPER_VALUE
Mixed case identifier is treated as case insensitive and stored in upper case
IC_STORES_UPPER = 3;
public static final int IC_SUPPORTS_MIXED_VALUE
Mixed case identifier is treated as case sensitive and stored in mixed case
IC_SUPPORTS_MIXED = 4;
public static UserProtos.IdentifierCasing[] values()
for (UserProtos.IdentifierCasing c : UserProtos.IdentifierCasing.values()) System.out.println(c);
public static UserProtos.IdentifierCasing 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.IdentifierCasing valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UserProtos.IdentifierCasing forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.IdentifierCasing> 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.IdentifierCasing valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.