oracle.jdeveloper.audit.analyzer
Class Priority
java.lang.Object
oracle.jdeveloper.audit.analyzer.Priority
- All Implemented Interfaces:
- java.lang.Comparable, TypeSafeEnumeration
- public class Priority
- extends java.lang.Object
- implements java.lang.Comparable, TypeSafeEnumeration
The user-configurable priority of a rule violation (enumeration).
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LOW
public static final Priority LOW
MEDIUM
public static final Priority MEDIUM
HIGH
public static final Priority HIGH
CRITICAL
public static final Priority CRITICAL
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 Priority valueOf(java.lang.String string)
Copyright © 1997, 2004, Oracle. All rights reserved.