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