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