@Deprecated public enum DeciderScoreComparatorFactoryType extends Enum<DeciderScoreComparatorFactoryType>
| Enum Constant and Description |
|---|
NATURAL
Deprecated.
|
SHIFTING_HARD_PENALTY
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DeciderScoreComparatorFactoryType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DeciderScoreComparatorFactoryType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeciderScoreComparatorFactoryType NATURAL
public static final DeciderScoreComparatorFactoryType SHIFTING_HARD_PENALTY
public static DeciderScoreComparatorFactoryType[] values()
for (DeciderScoreComparatorFactoryType c : DeciderScoreComparatorFactoryType.values()) System.out.println(c);
public static DeciderScoreComparatorFactoryType 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–2016 JBoss by Red Hat. All rights reserved.