
Package ca.uhn.fhir.rest.param
Class QuantityAndListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseAndListParam<QuantityOrListParam>
-
- ca.uhn.fhir.rest.param.QuantityAndListParam
-
- All Implemented Interfaces:
IQueryParameterAnd<QuantityOrListParam>
,Serializable
public class QuantityAndListParam extends BaseAndListParam<QuantityOrListParam>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuantityAndListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuantityAndListParam
addAnd(QuantityOrListParam theValue)
-
Methods inherited from class ca.uhn.fhir.rest.param.BaseAndListParam
addValue, getValuesAsQueryTokens, setValuesAsQueryTokens, size, toString
-
-
-
-
Constructor Detail
-
QuantityAndListParam
public QuantityAndListParam()
-
-
Method Detail
-
addAnd
public QuantityAndListParam addAnd(QuantityOrListParam theValue)
- Specified by:
addAnd
in classBaseAndListParam<QuantityOrListParam>
-
-