
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
public class StringParam extends BaseParam implements IQueryParameterType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringParam()
ConstructorStringParam(String theValue)
ConstructorStringParam(String theValue, boolean theExact)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getValue()
StringDt
getValueAsStringDt()
String
getValueNotNull()
int
hashCode()
boolean
isContains()
String parameter modifier:contains
boolean
isEmpty()
boolean
isExact()
StringParam
setContains(boolean theContains)
String parameter modifier:contains
StringParam
setExact(boolean theExact)
StringParam
setValue(String theValue)
String
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 Detail
-
StringParam
public StringParam()
Constructor
-
StringParam
public StringParam(String theValue)
Constructor
-
StringParam
public StringParam(String theValue, boolean theExact)
Constructor
-
-
Method Detail
-
setValue
public StringParam setValue(String theValue)
-
getValueAsStringDt
public StringDt getValueAsStringDt()
-
getValueNotNull
public String getValueNotNull()
-
isContains
public boolean isContains()
String parameter modifier:contains
-
setContains
public StringParam setContains(boolean theContains)
String parameter modifier:contains
-
isEmpty
public boolean isEmpty()
-
isExact
public boolean isExact()
-
setExact
public StringParam setExact(boolean theExact)
-
-