Package ca.uhn.fhir.model.api
Interface IQueryParameterOr<T extends IQueryParameterType>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
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()voidsetValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
-
-
-
Method Detail
-
setValuesAsQueryTokens
void setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
-
getValuesAsQueryTokens
List<T> getValuesAsQueryTokens()
-
-