
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.AggregationModeEnum
Packages that use AggregationModeEnum
-
Uses of AggregationModeEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type AggregationModeEnumModifier 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.Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type AggregationModeEnumModifier 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 ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type AggregationModeEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type AggregationModeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AggregationModeEnum> AggregationModeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return AggregationModeEnumModifier 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.