Interface ImpactSeverity

All Superinterfaces:
Comparable<ImpactSeverity>

public interface ImpactSeverity extends Comparable<ImpactSeverity>
Represents a severity of impact. Instances of this type are obtained via 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.
Since:
8.0
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details