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