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:
-
Constructor Summary
ConstructorDescriptionConstructorStringParam
(String theValue) ConstructorStringParam
(String theValue, boolean theExact) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
getValue()
int
hashCode()
boolean
String parameter modifier:contains
boolean
isEmpty()
boolean
isExact()
boolean
boolean
isText()
setContains
(boolean theContains) String parameter modifier:contains
setExact
(boolean theExact) setNicknameExpand
(boolean theNicknameExpand) void
setText
(boolean theText) toString()
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
-
isNicknameExpand
-
setNicknameExpand
-
hashCode
-
equals
-
getValue
-
setValue
-
getValueAsStringDt
-
getValueNotNull
-
isText
-
setText
-
isContains
String parameter modifier:contains
-
setContains
String parameter modifier:contains
-
isEmpty
-
isExact
-
setExact
-
toString
-