Package ca.uhn.fhir.rest.param
Class NumberParam
- All Implemented Interfaces:
IQueryParameterType
,Serializable
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.fhir.rest.param.BaseParamWithPrefix
MSG_PREFIX_INVALID_FORMAT
-
Constructor Summary
ConstructorDescriptionConstructorNumberParam
(int theValue) ConstructorNumberParam
(String theValue) Constructor -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.param.BaseParamWithPrefix
getPrefix, setPrefix
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryToken
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getMissing, getQueryParameterQualifier, getValueAsQueryToken, setMissing, setValueAsQueryToken
-
Constructor Details
-
NumberParam
public NumberParam()Constructor -
NumberParam
Constructor- Parameters:
theValue
- A value, e.g. "10"
-
NumberParam
Constructor- Parameters:
theValue
- A string value, e.g. "gt5.0"
-
-
Method Details