Class StringParmVal

    • Constructor Detail

      • StringParmVal

        public StringParmVal()
        Public constructor
    • Method Detail

      • getValueString

        public String getValueString()
      • setValueString

        public void setValueString​(String valueString)
      • 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.