Interface JRGenericElementParameter

    • Method Detail

      • isSkipWhenEmpty

        boolean isSkipWhenEmpty()
        Decides whether the parameter is skipped when its value evaluates to null.

        When the parameter's expression evaluates to null and this flag is set and , the parameter is not included in the generated print element. If the flag is not set, the parameter is included with a null value.

        Returns:
        whether the parameter is skipped when its value is null