Uses of Enum
ca.uhn.fhir.narrative2.TemplateTypeEnum
Packages that use TemplateTypeEnum
-
Uses of TemplateTypeEnum in ca.uhn.fhir.narrative
Methods in ca.uhn.fhir.narrative that return types with arguments of type TemplateTypeEnumModifier and TypeMethodDescriptionprotected EnumSet<TemplateTypeEnum>BaseThymeleafNarrativeGenerator.getStyle() -
Uses of TemplateTypeEnum in ca.uhn.fhir.narrative2
Methods in ca.uhn.fhir.narrative2 that return TemplateTypeEnumModifier and TypeMethodDescriptionINarrativeTemplate.getTemplateType()NarrativeTemplate.getTemplateType()static TemplateTypeEnumReturns the enum constant of this type with the specified name.static TemplateTypeEnum[]TemplateTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.narrative2 that return types with arguments of type TemplateTypeEnumModifier and TypeMethodDescriptionprotected abstract EnumSet<TemplateTypeEnum>BaseNarrativeGenerator.getStyle()Method parameters in ca.uhn.fhir.narrative2 with type arguments of type TemplateTypeEnumModifier and TypeMethodDescriptionINarrativeTemplateManifest.getTemplateByElement(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, IBase theElementValue) NarrativeTemplateManifest.getTemplateByElement(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, IBase theElement) INarrativeTemplateManifest.getTemplateByFragmentName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theFragmentName) NarrativeTemplateManifest.getTemplateByFragmentName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theFragmentName) INarrativeTemplateManifest.getTemplateByName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theName) NarrativeTemplateManifest.getTemplateByName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theName) INarrativeTemplateManifest.getTemplateByResourceName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theResourceName, Collection<String> theProfiles) NarrativeTemplateManifest.getTemplateByResourceName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theResourceName, Collection<String> theProfiles)