
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
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the prefix used by this parameter (e.gsetPrefix
(ParamPrefixEnum thePrefix) Sets the prefix used by this parameter (e.gMethods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isEmpty, isSupportsChain, setMissing, setValueAsQueryToken
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getValueAsQueryToken
-
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
")
-