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