public static enum Bias.Strength extends java.lang.Enum<Bias.Strength>
| Enum Constant and Description |
|---|
Absolute_Decrease |
Absolute_Increase |
Leave_Unchanged |
Medium_Decrease |
Medium_Increase |
Strong_Decrease |
Strong_Increase |
Weak_Decrease |
Weak_Increase |
| Modifier and Type | Method and Description |
|---|---|
static Bias.Strength |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bias.Strength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bias.Strength Absolute_Increase
public static final Bias.Strength Strong_Increase
public static final Bias.Strength Medium_Increase
public static final Bias.Strength Weak_Increase
public static final Bias.Strength Leave_Unchanged
public static final Bias.Strength Weak_Decrease
public static final Bias.Strength Medium_Decrease
public static final Bias.Strength Strong_Decrease
public static final Bias.Strength Absolute_Decrease
public static Bias.Strength[] values()
for (Bias.Strength c : Bias.Strength.values()) System.out.println(c);
public static Bias.Strength 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 nullCopyright © 2013–2016 GroupBy Inc.. All rights reserved.