public static class Account.AccountStatusEnumFactory extends Object implements EnumFactory<Account.AccountStatus>
| Constructor and Description |
|---|
AccountStatusEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
Account.AccountStatus |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<Account.AccountStatus> |
fromType(Base code) |
String |
toCode(Account.AccountStatus code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(Account.AccountStatus code)
Get the system URI for an enumerated value
|
public AccountStatusEnumFactory()
public Account.AccountStatus fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Account.AccountStatus>fromCode in interface EnumFactory<Account.AccountStatus>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Account.AccountStatus> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(Account.AccountStatus code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Account.AccountStatus>toCode in interface EnumFactory<Account.AccountStatus>code - - the enumeration valuepublic String toSystem(Account.AccountStatus code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Account.AccountStatus>toSystem in interface EnumFactory<Account.AccountStatus>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.