Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.audit.analyzer
Class Priority

java.lang.Object
  extended by 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).


Field Summary
static Priority CRITICAL
           
static Priority HIGH
           
static Priority LOW
           
static Priority MEDIUM
           
 
Method Summary
 int compareTo(java.lang.Object object)
           
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 java.lang.String toString()
           
static Priority valueOf(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOW

public static final Priority LOW

MEDIUM

public static final Priority MEDIUM

HIGH

public static final Priority HIGH

CRITICAL

public static final Priority CRITICAL
Method Detail

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)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.