public static enum RoutingAllocation.DebugMode extends java.lang.Enum<RoutingAllocation.DebugMode>
Enum Constant and Description |
---|
EXCLUDE_YES_DECISIONS
debug mode is on, but YES decisions from a
Decision.Multi
are not included. |
OFF
debug mode is off
|
ON
debug mode is on
|
Modifier and Type | Method and Description |
---|---|
static RoutingAllocation.DebugMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoutingAllocation.DebugMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoutingAllocation.DebugMode OFF
public static final RoutingAllocation.DebugMode ON
public static final RoutingAllocation.DebugMode EXCLUDE_YES_DECISIONS
Decision.Multi
are not included.public static RoutingAllocation.DebugMode[] values()
for (RoutingAllocation.DebugMode c : RoutingAllocation.DebugMode.values()) System.out.println(c);
public static RoutingAllocation.DebugMode 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