
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
ConstructorsConstructorDescriptionConstructorStringParam(String theValue) ConstructorStringParam(String theValue, boolean theExact) Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()booleanString parameter modifier:containsbooleanisExact()booleanbooleanisText()setContains(boolean theContains) String parameter modifier:containssetExact(boolean theExact) setNicknameExpand(boolean theNicknameExpand) voidsetText(boolean theText) toString()Methods 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
-
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 -
isExact
-
setExact
-
toString
-