Package com.hp.ucmdb.api.impact
Interface ImpactSeverity
- All Superinterfaces:
 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
Methods inherited from interface java.lang.Comparable
compareTo 
- 
Method Details
- 
getName
String getName() 
 -