public static enum PerturbationStrategy.Value extends java.lang.Enum<PerturbationStrategy.Value> implements com.google.protobuf.ProtocolMessageEnum
operations_research.PerturbationStrategy.Value
Enum Constant and Description |
---|
RUIN_AND_RECREATE
Performs a perturbation in a ruin and recreate fashion.
|
UNRECOGNIZED |
UNSET
Unspecified value.
|
Modifier and Type | Field and Description |
---|---|
static int |
RUIN_AND_RECREATE_VALUE
Performs a perturbation in a ruin and recreate fashion.
|
static int |
UNSET_VALUE
Unspecified value.
|
Modifier and Type | Method and Description |
---|---|
static PerturbationStrategy.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<PerturbationStrategy.Value> |
internalGetValueMap() |
static PerturbationStrategy.Value |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PerturbationStrategy.Value |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PerturbationStrategy.Value |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerturbationStrategy.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerturbationStrategy.Value UNSET
Unspecified value.
UNSET = 0;
public static final PerturbationStrategy.Value RUIN_AND_RECREATE
Performs a perturbation in a ruin and recreate fashion.
RUIN_AND_RECREATE = 1;
public static final PerturbationStrategy.Value UNRECOGNIZED
public static final int UNSET_VALUE
Unspecified value.
UNSET = 0;
public static final int RUIN_AND_RECREATE_VALUE
Performs a perturbation in a ruin and recreate fashion.
RUIN_AND_RECREATE = 1;
public static PerturbationStrategy.Value[] values()
for (PerturbationStrategy.Value c : PerturbationStrategy.Value.values()) System.out.println(c);
public static PerturbationStrategy.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 PerturbationStrategy.Value valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static PerturbationStrategy.Value forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PerturbationStrategy.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 PerturbationStrategy.Value valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025. All rights reserved.