
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
ConstructorsConstructorDescriptionConstructorNumberParam(int theValue) ConstructorNumberParam(String theValue) Constructor -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.param.BaseParamWithPrefix
equals, getPrefix, hashCode, setPrefixMethods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isEmpty, isSupportsChain, setMissing, setValueAsQueryTokenMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getMissing, getQueryParameterQualifier, getValueAsQueryToken, getValueAsQueryToken, isEmpty, 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