Class CompositeParmVal

    • Constructor Detail

      • CompositeParmVal

        public CompositeParmVal()
        Public constructor
    • Method Detail

      • setComponent

        public void setComponent​(List<ExtractedParameterValue> components)
        Parameters:
        set - the list of components in this composite parameter
      • 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.