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