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