
Package ca.uhn.fhir.rest.param
Class BaseParamWithPrefix<T extends BaseParam>
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseParam
-
- ca.uhn.fhir.rest.param.BaseParamWithPrefix<T>
-
- All Implemented Interfaces:
IQueryParameterType
,Serializable
- Direct Known Subclasses:
DateParam
,NumberParam
,QuantityParam
public abstract class BaseParamWithPrefix<T extends BaseParam> extends BaseParam
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParamPrefixEnum
getPrefix()
Returns the prefix used by this parameter (e.g.T
setPrefix(ParamPrefixEnum thePrefix)
Sets the prefix used by this parameter (e.g.-
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryToken
-
-
-
-
Method Detail
-
getPrefix
public ParamPrefixEnum getPrefix()
Returns the prefix used by this parameter (e.g. "gt
", or "eq
")
-
setPrefix
public T setPrefix(ParamPrefixEnum thePrefix)
Sets the prefix used by this parameter (e.g. "gt
", or "eq
")
-
-