Uses of Class
com.ibm.fhir.search.TotalValueSet
-
Packages that use TotalValueSet Package Description com.ibm.fhir.search com.ibm.fhir.search.context com.ibm.fhir.search.context.impl -
-
Uses of TotalValueSet in com.ibm.fhir.search
Methods in com.ibm.fhir.search that return TotalValueSet Modifier and Type Method Description static TotalValueSetTotalValueSet. from(String value)static TotalValueSetTotalValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static TotalValueSet[]TotalValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TotalValueSet in com.ibm.fhir.search.context
Methods in com.ibm.fhir.search.context that return TotalValueSet Modifier and Type Method Description TotalValueSetFHIRSearchContext. getTotalParameter()Get the total parameter.Methods in com.ibm.fhir.search.context with parameters of type TotalValueSet Modifier and Type Method Description voidFHIRSearchContext. setTotalParameter(TotalValueSet total)Set the value of the total parameter. -
Uses of TotalValueSet in com.ibm.fhir.search.context.impl
Methods in com.ibm.fhir.search.context.impl that return TotalValueSet Modifier and Type Method Description TotalValueSetFHIRSearchContextImpl. getTotalParameter()Methods in com.ibm.fhir.search.context.impl with parameters of type TotalValueSet Modifier and Type Method Description voidFHIRSearchContextImpl. setTotalParameter(TotalValueSet total)
-