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