public class CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType> extends Object
| Constructor and Description |
|---|
CompositeOrListParam(Class<A> theLeftType,
Class<B> theRightType) |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.rest.param.BaseOrListParam<T> |
add(T theParameter) |
CompositeOrListParam<A,B> |
addOr(CompositeParam<A,B> theParameter) |
Class<A> |
getLeftType() |
Class<B> |
getRightType() |
List<T> |
getValuesAsQueryTokens() |
void |
setValuesAsQueryTokens(QualifiedParamList theParameters) |
public CompositeOrListParam(Class<A> theLeftType, Class<B> theRightType)
public Class<A> getLeftType()
public Class<B> getRightType()
public CompositeOrListParam<A,B> addOr(CompositeParam<A,B> theParameter)
public void setValuesAsQueryTokens(QualifiedParamList theParameters)
setValuesAsQueryTokens in interface IQueryParameterOr<T extends IQueryParameterType>public ca.uhn.fhir.rest.param.BaseOrListParam<T> add(T theParameter)
public List<T> getValuesAsQueryTokens()
getValuesAsQueryTokens in interface IQueryParameterOr<T extends IQueryParameterType>Copyright © 2014–2016 University Health Network. All rights reserved.