public static enum Account.AccountStatus extends Enum<Account.AccountStatus>
| Enum Constant and Description |
|---|
ACTIVE
This account is active and may be used.
|
INACTIVE
This account is inactive and should not be used to track financial information.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static Account.AccountStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Account.AccountStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.AccountStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Account.AccountStatus ACTIVE
public static final Account.AccountStatus INACTIVE
public static final Account.AccountStatus NULL
public static Account.AccountStatus[] values()
for (Account.AccountStatus c : Account.AccountStatus.values()) System.out.println(c);
public static Account.AccountStatus 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 Account.AccountStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.