public enum ConstructionHeuristicPickEarlyType extends Enum<ConstructionHeuristicPickEarlyType>
Enum Constant and Description |
---|
FIRST_NON_DETERIORATING_SCORE |
NEVER |
Modifier and Type | Method and Description |
---|---|
static ConstructionHeuristicPickEarlyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstructionHeuristicPickEarlyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstructionHeuristicPickEarlyType NEVER
public static final ConstructionHeuristicPickEarlyType FIRST_NON_DETERIORATING_SCORE
public static ConstructionHeuristicPickEarlyType[] values()
for (ConstructionHeuristicPickEarlyType c : ConstructionHeuristicPickEarlyType.values()) System.out.println(c);
public static ConstructionHeuristicPickEarlyType 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.