Uses of Class
com.ibm.fhir.model.type.code.AggregationMode.ValueSet
-
Packages that use AggregationMode.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of AggregationMode.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return AggregationMode.ValueSet Modifier and Type Method Description static AggregationMode.ValueSetAggregationMode.ValueSet. from(String value)Factory method for creating AggregationMode.ValueSet values from a passed string value.AggregationMode.ValueSetAggregationMode. getValueAsEnumConstant()static AggregationMode.ValueSetAggregationMode.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationMode.ValueSet[]AggregationMode.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type AggregationMode.ValueSet Modifier and Type Method Description static AggregationModeAggregationMode. of(AggregationMode.ValueSet value)Factory method for creating AggregationMode objects from a passed enum value.AggregationMode.BuilderAggregationMode.Builder. value(AggregationMode.ValueSet value)
-