public static enum RuinStrategy.StrategyCase extends java.lang.Enum<RuinStrategy.StrategyCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
RANDOM_WALK |
SISR |
SPATIALLY_CLOSE_ROUTES |
STRATEGY_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static RuinStrategy.StrategyCase |
forNumber(int value) |
int |
getNumber() |
static RuinStrategy.StrategyCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RuinStrategy.StrategyCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuinStrategy.StrategyCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuinStrategy.StrategyCase SPATIALLY_CLOSE_ROUTES
public static final RuinStrategy.StrategyCase RANDOM_WALK
public static final RuinStrategy.StrategyCase SISR
public static final RuinStrategy.StrategyCase STRATEGY_NOT_SET
public static RuinStrategy.StrategyCase[] values()
for (RuinStrategy.StrategyCase c : RuinStrategy.StrategyCase.values()) System.out.println(c);
public static RuinStrategy.StrategyCase 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 null@Deprecated public static RuinStrategy.StrategyCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static RuinStrategy.StrategyCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
Copyright © 2025. All rights reserved.