
Package ca.uhn.fhir.model.api
Interface IQueryParameterOr<T extends IQueryParameterType>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BaseOrListParam
,CompositeOrListParam
,DateOrListParam
,DateParam
,HasOrListParam
,NumberOrListParam
,QuantityOrListParam
,ReferenceOrListParam
,SpecialOrListParam
,StringOrListParam
,TokenOrListParam
,UriOrListParam
public interface IQueryParameterOr<T extends IQueryParameterType> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>
getValuesAsQueryTokens()
void
setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
-
-
-
Method Detail
-
setValuesAsQueryTokens
void setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
-
getValuesAsQueryTokens
List<T> getValuesAsQueryTokens()
-
-