public static enum EvaluatorHandle.Status extends Enum<EvaluatorHandle.Status>
| Enum Constant and Description |
|---|
COMPLETED |
CREATED |
DESTROYED |
FAILED |
NEW |
NOT_RESPONDING |
RUNNING |
| Modifier and Type | Method and Description |
|---|---|
static EvaluatorHandle.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluatorHandle.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluatorHandle.Status NEW
public static final EvaluatorHandle.Status CREATED
public static final EvaluatorHandle.Status RUNNING
public static final EvaluatorHandle.Status NOT_RESPONDING
public static final EvaluatorHandle.Status FAILED
public static final EvaluatorHandle.Status DESTROYED
public static final EvaluatorHandle.Status COMPLETED
public static EvaluatorHandle.Status[] values()
for (EvaluatorHandle.Status c : EvaluatorHandle.Status.values()) System.out.println(c);
public static EvaluatorHandle.Status 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 nullCopyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.