Uses of Enum
org.hl7.fhir.r4.model.ElementDefinition.AggregationMode
-
Uses of ElementDefinition.AggregationMode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<ElementDefinition.AggregationMode>> ElementDefinition.TypeRefComponent.aggregation
If 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.Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ElementDefinition.AggregationMode[]
ElementDefinition.AggregationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.addAggregationElement()
ElementDefinition.AggregationModeEnumFactory.fromType
(PrimitiveType<?> code) ElementDefinition.TypeRefComponent.getAggregation()
Modifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.addAggregation
(ElementDefinition.AggregationMode value) boolean
ElementDefinition.TypeRefComponent.hasAggregation
(ElementDefinition.AggregationMode value) ElementDefinition.AggregationModeEnumFactory.toCode
(ElementDefinition.AggregationMode code) ElementDefinition.AggregationModeEnumFactory.toSystem
(ElementDefinition.AggregationMode code) Modifier and TypeMethodDescriptionElementDefinition.TypeRefComponent.setAggregation
(List<Enumeration<ElementDefinition.AggregationMode>> theAggregation)