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 TotalValueSet
TotalValueSet. from(String value)
static TotalValueSet
TotalValueSet. 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 TotalValueSet
FHIRSearchContext. getTotalParameter()
Get the total parameter.Methods in com.ibm.fhir.search.context with parameters of type TotalValueSet Modifier and Type Method Description void
FHIRSearchContext. 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 TotalValueSet
FHIRSearchContextImpl. getTotalParameter()
Methods in com.ibm.fhir.search.context.impl with parameters of type TotalValueSet Modifier and Type Method Description void
FHIRSearchContextImpl. setTotalParameter(TotalValueSet total)
-