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