Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.AggregationModeEnum
-
Uses of AggregationModeEnum in ca.uhn.fhir.model.dstu2.composite
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<AggregationModeEnum> ElementDefinitionDt.Type.addAggregation()
Add a value for aggregation ()ca.uhn.fhir.model.primitive.BoundCodeDt
<AggregationModeEnum> ElementDefinitionDt.Type.addAggregation
(AggregationModeEnum theValue) Add a value for aggregation () using an enumerated type.List
<ca.uhn.fhir.model.primitive.BoundCodeDt<AggregationModeEnum>> ElementDefinitionDt.Type.getAggregation()
Gets the value(s) for aggregation ().ca.uhn.fhir.model.primitive.BoundCodeDt
<AggregationModeEnum> ElementDefinitionDt.Type.getAggregationFirstRep()
Gets the first repetition for aggregation (), creating it if it does not already exist.Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<AggregationModeEnum> ElementDefinitionDt.Type.addAggregation
(AggregationModeEnum theValue) Add a value for aggregation () using an enumerated type.ElementDefinitionDt.Type.setAggregation
(AggregationModeEnum theValue) Sets the value(s), and clears any existing value(s) for aggregation ()Modifier and TypeMethodDescriptionElementDefinitionDt.Type.setAggregation
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<AggregationModeEnum>> theValue) Sets the value(s) for aggregation () -
Uses of AggregationModeEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AggregationModeEnum> AggregationModeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic AggregationModeEnum
Returns the enumerated value associated with this codestatic AggregationModeEnum
Returns the enum constant of this type with the specified name.static AggregationModeEnum[]
AggregationModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.