com.hp.ucmdb.api.impact
Interface ImpactSeverity

All Superinterfaces:
java.lang.Comparable<ImpactSeverity>

public interface ImpactSeverity
extends java.lang.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
 java.lang.String getName()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.