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