public class ReportCategoryImpl extends Object implements ReportCategory
Modifier and Type | Field and Description |
---|---|
static ReportCategoryImpl |
AGILE |
static ReportCategoryImpl |
FORECAST_MANAGEMENT |
static ReportCategoryImpl |
ISSUE_ANALYSIS |
static ReportCategoryImpl |
OTHER |
Modifier and Type | Method and Description |
---|---|
static ReportCategory |
byKey(String key) |
String |
getI18nKey()
Existing i18n key of given report category.
|
String |
getKey()
Unique
String identifier of given category. |
public static final ReportCategoryImpl AGILE
public static final ReportCategoryImpl ISSUE_ANALYSIS
public static final ReportCategoryImpl FORECAST_MANAGEMENT
public static final ReportCategoryImpl OTHER
public String getKey()
ReportCategory
String
identifier of given category. Should not contain any spaces and non-standard ASCII
characters.getKey
in interface ReportCategory
public String getI18nKey()
ReportCategory
getI18nKey
in interface ReportCategory
@Nullable public static ReportCategory byKey(String key)
Copyright © 2002-2021 Atlassian. All Rights Reserved.