oracle.jdeveloper.audit.analyzer
Class Severity
java.lang.Object
oracle.jdeveloper.audit.analyzer.Severity
- All Implemented Interfaces:
- java.lang.Comparable, TypeSafeEnumeration
- public class Severity
- extends java.lang.Object
- implements java.lang.Comparable, TypeSafeEnumeration
The severity of a rule violation (enumeration).
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ERROR
public static final Severity ERROR
WARNING
public static final Severity WARNING
VIOLATION
public static final Severity VIOLATION
CONVENTION
public static final Severity CONVENTION
SUGGESTION
public static final Severity SUGGESTION
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object object)
compareTo
public int compareTo(java.lang.Object object)
- Specified by:
compareTo
in interface java.lang.Comparable
toString
public java.lang.String toString()
valueOf
public static Severity valueOf(java.lang.String string)
Copyright © 1997, 2004, Oracle. All rights reserved.