
Uses of Enum
org.hl7.fhir.r5.renderers.utils.RenderingContext.KnownLinkType
Packages that use RenderingContext.KnownLinkType
-
Uses of RenderingContext.KnownLinkType in org.hl7.fhir.r5.renderers.utils
Methods in org.hl7.fhir.r5.renderers.utils that return RenderingContext.KnownLinkTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RenderingContext.KnownLinkType[]
RenderingContext.KnownLinkType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.renderers.utils with parameters of type RenderingContext.KnownLinkTypeModifier and TypeMethodDescriptionvoid
RenderingContext.addLink
(RenderingContext.KnownLinkType type, String link) RenderingContext.getLink
(RenderingContext.KnownLinkType link) boolean
RenderingContext.hasLink
(RenderingContext.KnownLinkType link)