Interface FunctionsTotal<T extends SheetFunctionTotal<? extends RowSheet>>

Type Parameters:
T - the generic type
FunctionsTotal can be implemented by classes of type SheetData, it is used to create a table for totals of the functions.

public interface FunctionsTotal<T extends SheetFunctionTotal<? extends RowSheet>>
The Interface FunctionsTotal.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the sheet functions total.
    void
    setSheetFunctionsTotal(T sheetFunctionsTotal)
    Sets the sheet functions total.
  • Method Details

    • getSheetFunctionsTotal

      T getSheetFunctionsTotal()
      Gets the sheet functions total.
      Returns:
      the sheet functions total
    • setSheetFunctionsTotal

      void setSheetFunctionsTotal(T sheetFunctionsTotal)
      Sets the sheet functions total.
      Parameters:
      sheetFunctionsTotal - the new sheet functions total