
Package ca.uhn.fhir.rest.param
Class HasParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseParam
-
- ca.uhn.fhir.rest.param.HasParam
-
- All Implemented Interfaces:
IQueryParameterType
,Serializable
public class HasParam extends BaseParam implements IQueryParameterType
Implementation of the _has method parameter- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getParameterName()
String
getParameterValue()
String
getReferenceFieldName()
String
getTargetResourceType()
-
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getMissing, getQueryParameterQualifier, getValueAsQueryToken, setMissing, setValueAsQueryToken
-
-
-
-
Method Detail
-
getReferenceFieldName
public String getReferenceFieldName()
-
getParameterName
public String getParameterName()
-
getParameterValue
public String getParameterValue()
-
getTargetResourceType
public String getTargetResourceType()
-
-