
Package ca.uhn.fhir.rest.gclient
Class CompositeCriterion<A extends IParam,B extends IParam>
- java.lang.Object
-
- ca.uhn.fhir.rest.gclient.CompositeCriterion<A,B>
-
- All Implemented Interfaces:
ICompositeWithLeft<B>
,ICriterion<B>
,ICriterionInternal
public class CompositeCriterion<A extends IParam,B extends IParam> extends Object implements ICompositeWithLeft<B>, ICriterion<B>, ICriterionInternal
-
-
Constructor Summary
Constructors Constructor Description CompositeCriterion(String theName, ICriterion<A> theLeft)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParameterName()
String
getParameterValue(FhirContext theContext)
ICriterion<B>
withRight(ICriterion<B> theRight)
-
-
-
Constructor Detail
-
CompositeCriterion
public CompositeCriterion(String theName, ICriterion<A> theLeft)
-
-
Method Detail
-
withRight
public ICriterion<B> withRight(ICriterion<B> theRight)
- Specified by:
withRight
in interfaceICompositeWithLeft<A extends IParam>
-
getParameterValue
public String getParameterValue(FhirContext theContext)
- Specified by:
getParameterValue
in interfaceICriterionInternal
-
getParameterName
public String getParameterName()
- Specified by:
getParameterName
in interfaceICriterionInternal
-
-