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:
- Serialized Form
-
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
-
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")
-