Class DateParmVal

    • Constructor Detail

      • DateParmVal

        public DateParmVal()
    • Method Detail

      • getValueDateStart

        public Timestamp getValueDateStart()
      • setValueDateStart

        public void setValueDateStart​(Timestamp valueDateStart)
      • getValueDateEnd

        public Timestamp getValueDateEnd()
      • setValueDateEnd

        public void setValueDateEnd​(Timestamp valueDateEnd)
      • 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.