@Deprecated public enum PlanningValueSelectionOrder extends Enum<PlanningValueSelectionOrder>
Enum Constant and Description |
---|
INCREASING_STRENGTH
Deprecated.
|
ORIGINAL
Deprecated.
|
RANDOM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PlanningValueSelectionOrder |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PlanningValueSelectionOrder[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanningValueSelectionOrder ORIGINAL
public static final PlanningValueSelectionOrder RANDOM
public static final PlanningValueSelectionOrder INCREASING_STRENGTH
public static PlanningValueSelectionOrder[] values()
for (PlanningValueSelectionOrder c : PlanningValueSelectionOrder.values()) System.out.println(c);
public static PlanningValueSelectionOrder 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 nullCopyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.