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