Interface EmployeeReport

All Known Implementing Classes:
ReportGenerator

public interface EmployeeReport
Defines the interface for generating employee reports.

Available methods:

  • Method Summary

    Modifier and Type
    Method
    Description
    A description of the entire Java function.
  • Method Details

    • generateEmployeeReport

      List<String[]> generateEmployeeReport()
      A description of the entire Java function.
      Returns:
      description of return value