
Package ca.uhn.fhir.rest.param
Class SpecialParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseParam
-
- ca.uhn.fhir.rest.param.SpecialParam
-
- All Implemented Interfaces:
IQueryParameterType
,Serializable
public class SpecialParam extends BaseParam
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpecialParam()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
Returns the value for the token (generally the value to the right of the vertical bar on the URL)String
getValueNotNull()
boolean
isEmpty()
SpecialParam
setValue(String theValue)
String
toString()
-
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryToken
-
-
-
-
Constructor Detail
-
SpecialParam
public SpecialParam()
Constructor
-
-
Method Detail
-
getValue
public String getValue()
Returns the value for the token (generally the value to the right of the vertical bar on the URL)
-
getValueNotNull
public String getValueNotNull()
-
isEmpty
public boolean isEmpty()
-
setValue
public SpecialParam setValue(String theValue)
-
-