public final class EvaluationState extends ExpandableStringEnum<EvaluationState>
Modifier and Type | Field and Description |
---|---|
static EvaluationState |
COMPLETED
Static value Completed for EvaluationState.
|
static EvaluationState |
IN_PROGRESS
Static value InProgress for EvaluationState.
|
static EvaluationState |
NOT_STARTED
Static value NotStarted for EvaluationState.
|
Constructor and Description |
---|
EvaluationState() |
Modifier and Type | Method and Description |
---|---|
static EvaluationState |
fromString(String name)
Creates or finds a EvaluationState from its string representation.
|
static Collection<EvaluationState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final EvaluationState NOT_STARTED
public static final EvaluationState IN_PROGRESS
public static final EvaluationState COMPLETED
public static EvaluationState fromString(String name)
name
- a name to look forpublic static Collection<EvaluationState> values()
Copyright © 2019. All rights reserved.