Class LocationParmVal

    • Constructor Detail

      • LocationParmVal

        public LocationParmVal()
        Public constructor
    • Method Detail

      • getValueLatitude

        public Double getValueLatitude()
      • setValueLatitude

        public void setValueLatitude​(Double valueLatitude)
      • getValueLongitude

        public Double getValueLongitude()
      • setValueLongitude

        public void setValueLongitude​(Double valueLongitude)
      • 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.