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