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