public static enum EvaluatorType.hierarchyFlag extends java.lang.Enum<EvaluatorType.hierarchyFlag>
Enum Constant and Description |
---|
FROM_REFERENCE |
FROM_REFERENCE_FROBENIUS |
GENERAL |
STEP |
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<EvaluatorType.hierarchyFlag> |
ALL_OPTS |
Modifier and Type | Method and Description |
---|---|
static EvaluatorType.hierarchyFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvaluatorType.hierarchyFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluatorType.hierarchyFlag GENERAL
public static final EvaluatorType.hierarchyFlag STEP
public static final EvaluatorType.hierarchyFlag FROM_REFERENCE_FROBENIUS
public static final EvaluatorType.hierarchyFlag FROM_REFERENCE
public static final java.util.EnumSet<EvaluatorType.hierarchyFlag> ALL_OPTS
public static EvaluatorType.hierarchyFlag[] values()
for (EvaluatorType.hierarchyFlag c : EvaluatorType.hierarchyFlag.values()) System.out.println(c);
public static EvaluatorType.hierarchyFlag 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