Package ca.uhn.fhir.rest.param
Class StringParam
java.lang.Object
ca.uhn.fhir.rest.param.BaseParam
ca.uhn.fhir.rest.param.StringParam
- All Implemented Interfaces:
IQueryParameterType
,Serializable
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorStringParam(String theValue)
ConstructorStringParam(String theValue, boolean theExact)
Constructor -
Method Summary
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryToken
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getMissing, getQueryParameterQualifier, getValueAsQueryToken, setMissing, setValueAsQueryToken
-
Constructor Details
-
StringParam
public StringParam()Constructor -
StringParam
Constructor -
StringParam
Constructor
-
-
Method Details
-
hashCode
-
equals
-
getValue
-
setValue
-
getValueAsStringDt
-
getValueNotNull
-
isContains
String parameter modifier:contains
-
setContains
String parameter modifier:contains
-
isEmpty
-
isExact
-
setExact
-
toString
-