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
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the prefix used by this parameter (e.g.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
-
Field Details
-
MSG_PREFIX_INVALID_FORMAT
- See Also:
-
-
Method Details
-
getPrefix
Returns the prefix used by this parameter (e.g. "gt
", or "eq
") -
setPrefix
Sets the prefix used by this parameter (e.g. "gt
", or "eq
")
-