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 XML/JSON representation for an enumerated value
|
public AccountStatusEnumFactory()
public Account.AccountStatus fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Account.AccountStatus>fromCode in interface IBaseEnumFactory<Account.AccountStatus>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Account.AccountStatus> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(Account.AccountStatus code)
EnumFactorytoCode in interface EnumFactory<Account.AccountStatus>toCode in interface IBaseEnumFactory<Account.AccountStatus>code - - the enumeration valuepublic String toSystem(Account.AccountStatus code)
EnumFactorytoSystem in interface EnumFactory<Account.AccountStatus>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.