Uses of Enum
org.hl7.fhir.r5.renderers.utils.RenderingContext.GenerationRules
-
Uses of RenderingContext.GenerationRules in org.hl7.fhir.r5.renderers.utils
Modifier and TypeMethodDescriptionRenderingContext.getRules()
Returns the enum constant of this type with the specified name.static RenderingContext.GenerationRules[]
RenderingContext.GenerationRules.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionRenderingContext.setRules
(RenderingContext.GenerationRules rules) ModifierConstructorDescriptionRenderingContext
(IWorkerContext worker, org.hl7.fhir.utilities.MarkDownProcessor markdown, org.hl7.fhir.utilities.validation.ValidationOptions terminologyServiceOptions, String specLink, String localPrefix, Locale locale, RenderingContext.ResourceRendererMode mode, RenderingContext.GenerationRules rules)