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