public static enum Messages.SourcesOrderType extends Enum<Messages.SourcesOrderType> implements com.google.protobuf.ProtocolMessageEnum
io.cucumber.messages.SourcesOrderType| Enum Constant and Description |
|---|
ORDER_OF_DEFINITION
ORDER_OF_DEFINITION = 0; |
RANDOM
RANDOM = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ORDER_OF_DEFINITION_VALUE
ORDER_OF_DEFINITION = 0; |
static int |
RANDOM_VALUE
RANDOM = 1; |
| Modifier and Type | Method and Description |
|---|---|
static Messages.SourcesOrderType |
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<Messages.SourcesOrderType> |
internalGetValueMap() |
static Messages.SourcesOrderType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Messages.SourcesOrderType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Messages.SourcesOrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.SourcesOrderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.SourcesOrderType ORDER_OF_DEFINITION
ORDER_OF_DEFINITION = 0;public static final Messages.SourcesOrderType RANDOM
RANDOM = 1;public static final Messages.SourcesOrderType UNRECOGNIZED
public static final int ORDER_OF_DEFINITION_VALUE
ORDER_OF_DEFINITION = 0;public static final int RANDOM_VALUE
RANDOM = 1;public static Messages.SourcesOrderType[] values()
for (Messages.SourcesOrderType c : Messages.SourcesOrderType.values()) System.out.println(c);
public static Messages.SourcesOrderType 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 Messages.SourcesOrderType valueOf(int value)
forNumber(int) instead.public static Messages.SourcesOrderType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Messages.SourcesOrderType> 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 Messages.SourcesOrderType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.