Class StringParameter
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.index.SearchParameterValue
-
- org.linuxforhealth.fhir.persistence.index.StringParameter
-
public class StringParameter extends SearchParameterValue
A string search parameter used for transporting values for remote indexing
-
-
Constructor Summary
Constructors Constructor Description StringParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getValue()
int
hashCode()
void
setValue(java.lang.String value)
java.lang.String
toString()
-
Methods inherited from class org.linuxforhealth.fhir.persistence.index.SearchParameterValue
addDescription, getCompositeId, getName, getWholeSystem, isSystemParam, setCompositeId, setName, setWholeSystem
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getValue
public java.lang.String getValue()
- Returns:
- the value
-
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- the value to set
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSearchParameterValue
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classSearchParameterValue
-
-