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 XML/JSON representation for an enumerated value
|
public BundleTypeEnumFactory()
public Bundle.BundleType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Bundle.BundleType>fromCode in interface IBaseEnumFactory<Bundle.BundleType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Bundle.BundleType> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(Bundle.BundleType code)
EnumFactorytoCode in interface EnumFactory<Bundle.BundleType>toCode in interface IBaseEnumFactory<Bundle.BundleType>code - - the enumeration valuepublic String toSystem(Bundle.BundleType code)
EnumFactorytoSystem in interface EnumFactory<Bundle.BundleType>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.