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 |
|---|---|
MT |
add(PT theParameter) |
CompositeOrListParam<A,B> |
addOr(CompositeParam<A,B> theParameter) |
Class<A> |
getLeftType() |
Class<B> |
getRightType() |
List<PT> |
getValuesAsQueryTokens() |
void |
setValuesAsQueryTokens(FhirContext theContext,
String theParamName,
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(FhirContext theContext, String theParamName, QualifiedParamList theParameters)
setValuesAsQueryTokens in interface IQueryParameterOr<PT extends IQueryParameterType>public MT add(PT theParameter)
public List<PT> getValuesAsQueryTokens()
getValuesAsQueryTokens in interface IQueryParameterOr<PT extends IQueryParameterType>Copyright © 2014–2017 University Health Network. All rights reserved.