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