Class MeasurementParameterFilter

    • Constructor Detail

      • MeasurementParameterFilter

        public MeasurementParameterFilter()
    • Method Detail

      • apply

        public boolean apply​(net.sf.jasperreports.engine.JRParameter reportParameter)
        Description copied from interface: ParameterFilter
        Decides if the given reportParameter is removed from the parameter list of a report. Return True if it is removed, False otherwise.
        Specified by:
        apply in interface ParameterFilter
        Parameters:
        reportParameter - The parameter to check
        Returns:
        True if it should be used, false if it is not used.