Package cdc.issues.api
Interface IssueSeverityItem
-
public interface IssueSeverityItemInterface implemented by classes that have a severity.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IssueSeveritygetSeverity()
-
-
-
Method Detail
-
getSeverity
IssueSeverity getSeverity()
- Returns:
- The issue severity.
-
-