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