public static enum UserSession.UserSessionStatus extends Enum<UserSession.UserSessionStatus>
Enum Constant and Description |
---|
ACTIVATING
The user session is activating.
|
ACTIVE
The user session is active.
|
CLOSED
The user session is closed.
|
CLOSING
The user session is closing.
|
NULL
added to help the parsers with the generic types
|
SUSPENDED
The user session is suspended.
|
Modifier and Type | Method and Description |
---|---|
static UserSession.UserSessionStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static UserSession.UserSessionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSession.UserSessionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserSession.UserSessionStatus ACTIVATING
public static final UserSession.UserSessionStatus ACTIVE
public static final UserSession.UserSessionStatus SUSPENDED
public static final UserSession.UserSessionStatus CLOSING
public static final UserSession.UserSessionStatus CLOSED
public static final UserSession.UserSessionStatus NULL
public static UserSession.UserSessionStatus[] values()
for (UserSession.UserSessionStatus c : UserSession.UserSessionStatus.values()) System.out.println(c);
public static UserSession.UserSessionStatus 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 static UserSession.UserSessionStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.