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
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()booleanString parameter modifier:containsbooleanisEmpty()booleanisExact()booleansetContains(boolean theContains)String parameter modifier:containssetExact(boolean theExact)setMdmExpand(boolean theMdmExpand)toString()Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, 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, setMissing, setValueAsQueryToken
-
Constructor Details
-
StringParam
public StringParam()Constructor -
StringParam
Constructor -
StringParam
Constructor
-
-
Method Details
-
isMdmExpand
-
setMdmExpand
-
hashCode
-
equals
-
getValue
-
setValue
-
getValueAsStringDt
-
getValueNotNull
-
isContains
String parameter modifier:contains -
setContains
String parameter modifier:contains -
isEmpty
-
isExact
-
setExact
-
toString
-