
Uses of Enum Class
org.hl7.fhir.r5.model.ElementDefinition.AggregationMode
Packages that use ElementDefinition.AggregationMode
- 
Uses of ElementDefinition.AggregationMode in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type ElementDefinition.AggregationModeModifier and TypeFieldDescriptionprotected List<Enumeration<ElementDefinition.AggregationMode>> ElementDefinition.TypeRefComponent.aggregationIf the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle.Methods in org.hl7.fhir.r5.model that return ElementDefinition.AggregationModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ElementDefinition.AggregationMode[]ElementDefinition.AggregationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type ElementDefinition.AggregationModeModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.addAggregationElement()ElementDefinition.AggregationModeEnumFactory.fromType(PrimitiveType<?> code) ElementDefinition.TypeRefComponent.getAggregation()Methods in org.hl7.fhir.r5.model with parameters of type ElementDefinition.AggregationModeModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.addAggregation(ElementDefinition.AggregationMode value) booleanElementDefinition.TypeRefComponent.hasAggregation(ElementDefinition.AggregationMode value) ElementDefinition.AggregationModeEnumFactory.toCode(ElementDefinition.AggregationMode code) ElementDefinition.AggregationModeEnumFactory.toSystem(ElementDefinition.AggregationMode code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ElementDefinition.AggregationModeModifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.setAggregation(List<Enumeration<ElementDefinition.AggregationMode>> theAggregation) 
- 
Uses of ElementDefinition.AggregationMode in org.hl7.fhir.r5.renderersMethods in org.hl7.fhir.r5.renderers with parameters of type ElementDefinition.AggregationModeModifier and TypeMethodDescriptionStructureDefinitionRenderer.codeForAggregation(ElementDefinition.AggregationMode a) StructureDefinitionRenderer.hintForAggregation(ElementDefinition.AggregationMode a)