Class ReferenceParmVal

    • Constructor Detail

      • ReferenceParmVal

        public ReferenceParmVal()
        Public constructor
    • Method Detail

      • getRefValue

        public com.ibm.fhir.search.util.ReferenceValue getRefValue()
        Get the refValue
        Returns:
      • setRefValue

        public void setRefValue​(com.ibm.fhir.search.util.ReferenceValue refValue)
        Set the refValue
        Parameters:
        refValue -
      • getType

        public com.ibm.fhir.search.SearchConstants.Type getType()
      • accept

        public void accept​(ExtractedParameterValueVisitor visitor)
                    throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        We know our type, so we can call the correct method on the visitor
        Specified by:
        accept in class ExtractedParameterValue
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • compareToInner

        protected int compareToInner​(ExtractedParameterValue o)
        Description copied from class: ExtractedParameterValue
        Additional extracted parameter value comparisions when the same class.
        Specified by:
        compareToInner in class ExtractedParameterValue
        Parameters:
        o - an extracted parameter value to compare to
        Returns:
        a negative integer, zero, or a positive integer as this extracted parameter value is less than, equal to, or greater than the specified extracted parameter value.