public enum SessionCompletionState extends Enum<SessionCompletionState>
Modifier and Type | Class and Description |
---|---|
static class |
SessionCompletionState.Adapter |
Enum Constant and Description |
---|
ABANDONED |
COMPLETED |
DECLINED |
EXPIRED |
NOT_APPLICABLE |
NOT_YET_AVAILABLE |
STARTED |
UNSTARTED |
Modifier and Type | Method and Description |
---|---|
static SessionCompletionState |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static SessionCompletionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionCompletionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionCompletionState NOT_YET_AVAILABLE
public static final SessionCompletionState UNSTARTED
public static final SessionCompletionState STARTED
public static final SessionCompletionState COMPLETED
public static final SessionCompletionState ABANDONED
public static final SessionCompletionState EXPIRED
public static final SessionCompletionState NOT_APPLICABLE
public static final SessionCompletionState DECLINED
public static SessionCompletionState[] values()
for (SessionCompletionState c : SessionCompletionState.values()) System.out.println(c);
public static SessionCompletionState 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 nullpublic String getValue()
public String toString()
toString
in class Enum<SessionCompletionState>
public static SessionCompletionState fromValue(String text)
Copyright © 2022 Sage Bionetworks. All rights reserved.