public static enum RuinCompositionStrategy.Value extends java.lang.Enum<RuinCompositionStrategy.Value> implements com.google.protobuf.ProtocolMessageEnum
operations_research.RuinCompositionStrategy.Value
Enum Constant and Description |
---|
RUN_ALL_RANDOMLY
Execute all ruin strategies in a random order.
|
RUN_ALL_SEQUENTIALLY
Execute all ruin strategies sequentially in the same order provided in
input.
|
RUN_ONE_RANDOMLY
Execute a randomly selected ruin.
|
UNRECOGNIZED |
UNSET
Unspecified value.
|
Modifier and Type | Field and Description |
---|---|
static int |
RUN_ALL_RANDOMLY_VALUE
Execute all ruin strategies in a random order.
|
static int |
RUN_ALL_SEQUENTIALLY_VALUE
Execute all ruin strategies sequentially in the same order provided in
input.
|
static int |
RUN_ONE_RANDOMLY_VALUE
Execute a randomly selected ruin.
|
static int |
UNSET_VALUE
Unspecified value.
|
Modifier and Type | Method and Description |
---|---|
static RuinCompositionStrategy.Value |
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<RuinCompositionStrategy.Value> |
internalGetValueMap() |
static RuinCompositionStrategy.Value |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RuinCompositionStrategy.Value |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RuinCompositionStrategy.Value |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuinCompositionStrategy.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuinCompositionStrategy.Value UNSET
Unspecified value.
UNSET = 0;
public static final RuinCompositionStrategy.Value RUN_ALL_SEQUENTIALLY
Execute all ruin strategies sequentially in the same order provided in input.
RUN_ALL_SEQUENTIALLY = 1;
public static final RuinCompositionStrategy.Value RUN_ALL_RANDOMLY
Execute all ruin strategies in a random order.
RUN_ALL_RANDOMLY = 2;
public static final RuinCompositionStrategy.Value RUN_ONE_RANDOMLY
Execute a randomly selected ruin.
RUN_ONE_RANDOMLY = 3;
public static final RuinCompositionStrategy.Value UNRECOGNIZED
public static final int UNSET_VALUE
Unspecified value.
UNSET = 0;
public static final int RUN_ALL_SEQUENTIALLY_VALUE
Execute all ruin strategies sequentially in the same order provided in input.
RUN_ALL_SEQUENTIALLY = 1;
public static final int RUN_ALL_RANDOMLY_VALUE
Execute all ruin strategies in a random order.
RUN_ALL_RANDOMLY = 2;
public static final int RUN_ONE_RANDOMLY_VALUE
Execute a randomly selected ruin.
RUN_ONE_RANDOMLY = 3;
public static RuinCompositionStrategy.Value[] values()
for (RuinCompositionStrategy.Value c : RuinCompositionStrategy.Value.values()) System.out.println(c);
public static RuinCompositionStrategy.Value valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- 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 RuinCompositionStrategy.Value valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static RuinCompositionStrategy.Value forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RuinCompositionStrategy.Value> 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 RuinCompositionStrategy.Value valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.