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