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