public static class Contract.ContractStatusEnumFactory extends Object implements EnumFactory<Contract.ContractStatus>
| Constructor and Description |
|---|
ContractStatusEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
Contract.ContractStatus |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<Contract.ContractStatus> |
fromType(Base code) |
String |
toCode(Contract.ContractStatus code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(Contract.ContractStatus code)
Get the XML/JSON representation for an enumerated value
|
public ContractStatusEnumFactory()
public Contract.ContractStatus fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Contract.ContractStatus>fromCode in interface IBaseEnumFactory<Contract.ContractStatus>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Contract.ContractStatus> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(Contract.ContractStatus code)
EnumFactorytoCode in interface EnumFactory<Contract.ContractStatus>toCode in interface IBaseEnumFactory<Contract.ContractStatus>code - - the enumeration valuepublic String toSystem(Contract.ContractStatus code)
EnumFactorytoSystem in interface EnumFactory<Contract.ContractStatus>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.