public class SpecificationTypeEnumFactory extends Object implements EnumFactory<SpecificationType>
| Constructor and Description |
|---|
SpecificationTypeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
SpecificationType |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(SpecificationType code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(SpecificationType code)
Get the system URI for an enumerated value
|
public SpecificationTypeEnumFactory()
public SpecificationType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<SpecificationType>fromCode in interface EnumFactory<SpecificationType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(SpecificationType code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<SpecificationType>toCode in interface EnumFactory<SpecificationType>code - - the enumeration valuepublic String toSystem(SpecificationType code)
EnumFactorytoSystem in interface EnumFactory<SpecificationType>code - - the enumeration valueCopyright © 2014–2018 University Health Network. All rights reserved.