
Uses of Enum
org.hl7.fhir.r4.model.ImplementationGuide.SPDXLicense
Packages that use ImplementationGuide.SPDXLicense
-
Uses of ImplementationGuide.SPDXLicense in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImplementationGuide.SPDXLicenseModifier and TypeFieldDescriptionprotected Enumeration
<ImplementationGuide.SPDXLicense> ImplementationGuide.license
The license that applies to this Implementation Guide, using an SPDX license code, or 'not-open-source'.Methods in org.hl7.fhir.r4.model that return ImplementationGuide.SPDXLicenseModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type ImplementationGuide.SPDXLicenseModifier and TypeMethodDescriptionImplementationGuide.SPDXLicenseEnumFactory.fromType
(PrimitiveType<?> code) ImplementationGuide.getLicenseElement()
Methods in org.hl7.fhir.r4.model with parameters of type ImplementationGuide.SPDXLicenseModifier and TypeMethodDescriptionImplementationGuide.setLicense
(ImplementationGuide.SPDXLicense value) ImplementationGuide.SPDXLicenseEnumFactory.toCode
(ImplementationGuide.SPDXLicense code) ImplementationGuide.SPDXLicenseEnumFactory.toSystem
(ImplementationGuide.SPDXLicense code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ImplementationGuide.SPDXLicenseModifier and TypeMethodDescriptionImplementationGuide.setLicenseElement
(Enumeration<ImplementationGuide.SPDXLicense> value)