public interface ImpactSeverity extends Comparable<ImpactSeverity>
ImpactAnalysisFactory
.
The ordering of objects of this type imposed by Comparable interface is from low to high severity.
An object representing a high severity is greater than an object representing a low severity.
Modifier and Type | Method and Description |
---|---|
String |
getName() |
compareTo
String getName()