public static class ImplementationGuide.GuideDependencyTypeEnumFactory extends Object implements EnumFactory<ImplementationGuide.GuideDependencyType>
| Constructor and Description |
|---|
GuideDependencyTypeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ImplementationGuide.GuideDependencyType |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<ImplementationGuide.GuideDependencyType> |
fromType(Base code) |
String |
toCode(ImplementationGuide.GuideDependencyType code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ImplementationGuide.GuideDependencyType code)
Get the XML/JSON representation for an enumerated value
|
public GuideDependencyTypeEnumFactory()
public ImplementationGuide.GuideDependencyType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<ImplementationGuide.GuideDependencyType>fromCode in interface IBaseEnumFactory<ImplementationGuide.GuideDependencyType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<ImplementationGuide.GuideDependencyType> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(ImplementationGuide.GuideDependencyType code)
EnumFactorytoCode in interface EnumFactory<ImplementationGuide.GuideDependencyType>toCode in interface IBaseEnumFactory<ImplementationGuide.GuideDependencyType>code - - the enumeration valuepublic String toSystem(ImplementationGuide.GuideDependencyType code)
EnumFactorytoSystem in interface EnumFactory<ImplementationGuide.GuideDependencyType>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.