public static enum UserProtos.CorrelationNamesSupport extends Enum<UserProtos.CorrelationNamesSupport> implements com.google.protobuf.ProtocolMessageEnum
exec.user.CorrelationNamesSupport
Enum Constant and Description |
---|
CN_ANY
be different from the tables they represent
|
CN_DIFFERENT_NAMES
Correlation names are supported, but names have to
|
CN_NONE
Correlation names are not supported
|
Modifier and Type | Field and Description |
---|---|
static int |
CN_ANY_VALUE
be different from the tables they represent
|
static int |
CN_DIFFERENT_NAMES_VALUE
Correlation names are supported, but names have to
|
static int |
CN_NONE_VALUE
Correlation names are not supported
|
Modifier and Type | Method and Description |
---|---|
static UserProtos.CorrelationNamesSupport |
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.CorrelationNamesSupport> |
internalGetValueMap() |
static UserProtos.CorrelationNamesSupport |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.CorrelationNamesSupport |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.CorrelationNamesSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.CorrelationNamesSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.CorrelationNamesSupport CN_NONE
Correlation names are not supported
CN_NONE = 1;
public static final UserProtos.CorrelationNamesSupport CN_DIFFERENT_NAMES
Correlation names are supported, but names have to
CN_DIFFERENT_NAMES = 2;
public static final UserProtos.CorrelationNamesSupport CN_ANY
be different from the tables they represent
CN_ANY = 3;
public static final int CN_NONE_VALUE
Correlation names are not supported
CN_NONE = 1;
public static final int CN_DIFFERENT_NAMES_VALUE
Correlation names are supported, but names have to
CN_DIFFERENT_NAMES = 2;
public static final int CN_ANY_VALUE
be different from the tables they represent
CN_ANY = 3;
public static UserProtos.CorrelationNamesSupport[] values()
for (UserProtos.CorrelationNamesSupport c : UserProtos.CorrelationNamesSupport.values()) System.out.println(c);
public static UserProtos.CorrelationNamesSupport 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.CorrelationNamesSupport valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UserProtos.CorrelationNamesSupport forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.CorrelationNamesSupport> 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.CorrelationNamesSupport valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.