@Generated public enum EvaluationStatusType extends Enum<EvaluationStatusType>
| Enum Constant and Description |
|---|
DONE |
EVALUATION_CANCELLED |
EVALUATION_FAILED |
EVALUATION_TIMEOUT |
NOT_STARTED |
RUNNING |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluationStatusType DONE
public static final EvaluationStatusType EVALUATION_CANCELLED
public static final EvaluationStatusType EVALUATION_FAILED
public static final EvaluationStatusType EVALUATION_TIMEOUT
public static final EvaluationStatusType NOT_STARTED
public static final EvaluationStatusType RUNNING
public static EvaluationStatusType[] values()
for (EvaluationStatusType c : EvaluationStatusType.values()) System.out.println(c);
public static EvaluationStatusType 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 © 2026. All rights reserved.