Interface CommonReturnValue

    • Method Detail

      • getToVariable

        String getToVariable()
        Returns the name of the report variable where the value should be copied.
        Returns:
        the name of the report variable where the value should be copied.
      • getCalculation

        CalculationEnum getCalculation()
        Returns the calculation type.

        When copying the value from, a formula can be applied such that sum, maximum, average and so on can be computed.

        Returns:
        the calculation type.
      • getIncrementerFactoryClassName

        String getIncrementerFactoryClassName()
        Returns the incrementer factory class name.

        The factory will be used to increment the value of the report variable with the returned value.

        Returns:
        the incrementer factory class name.