Uses of Enum
org.hl7.fhir.r4.model.ImplementationGuide.SPDXLicense
-
Uses of ImplementationGuide.SPDXLicense in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<ImplementationGuide.SPDXLicense> ImplementationGuide.license
The license that applies to this Implementation Guide, using an SPDX license code, or 'not-open-source'.Modifier and TypeMethodDescriptionImplementationGuide.getLicense()
Returns the enum constant of this type with the specified name.static ImplementationGuide.SPDXLicense[]
ImplementationGuide.SPDXLicense.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionImplementationGuide.SPDXLicenseEnumFactory.fromType
(PrimitiveType<?> code) ImplementationGuide.getLicenseElement()
Modifier and TypeMethodDescriptionImplementationGuide.setLicense
(ImplementationGuide.SPDXLicense value) ImplementationGuide.SPDXLicenseEnumFactory.toCode
(ImplementationGuide.SPDXLicense code) ImplementationGuide.SPDXLicenseEnumFactory.toSystem
(ImplementationGuide.SPDXLicense code) Modifier and TypeMethodDescriptionImplementationGuide.setLicenseElement
(Enumeration<ImplementationGuide.SPDXLicense> value)