Interface ReportCategory

All Known Implementing Classes:
ReportCategoryImpl

public interface ReportCategory
The report category.
Since:
v6.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Existing i18n key of given report category.
    Unique String identifier of given category.
  • Method Details

    • getKey

      String getKey()
      Unique String identifier of given category. Should not contain any spaces and non-standard ASCII characters.
      Returns:
      the key
    • getI18nKey

      String getI18nKey()
      Existing i18n key of given report category.
      Returns:
      the i18n key