Uses of Class
ca.uhn.fhir.model.dstu2.valueset.AggregationModeEnum
-
Packages that use AggregationModeEnum Package Description ca.uhn.fhir.model.dstu2.composite ca.uhn.fhir.model.dstu2.valueset -
-
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 AggregationModeEnum Modifier and Type Method Description ca.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 AggregationModeEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<AggregationModeEnum>ElementDefinitionDt.Type. addAggregation(AggregationModeEnum theValue)Add a value for aggregation () using an enumerated type.ElementDefinitionDt.TypeElementDefinitionDt.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 AggregationModeEnum Modifier and Type Method Description ElementDefinitionDt.TypeElementDefinitionDt.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 AggregationModeEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<AggregationModeEnum>AggregationModeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return AggregationModeEnum Modifier and Type Method Description static AggregationModeEnumAggregationModeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic AggregationModeEnumAggregationModeEnum. valueOf(String name)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.
-