Skip navigation links 
 
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()
- 
- Overrides:
 
hashCode in class java.lang.Object 
 
equals
public boolean equals(java.lang.Object object)
- 
- Overrides:
 
equals in class java.lang.Object 
 
compareTo
public int compareTo(java.lang.Object object)
- 
- Specified by:
 
compareTo in interface java.lang.Comparable 
 
toString
public java.lang.String toString()
- 
- Overrides:
 
toString in class java.lang.Object 
 
valueOf
public static Priority valueOf(java.lang.String string)
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.