com.bea.ales.controls
Class AuditSeverity

java.lang.Object
  extended by com.bea.ales.controls.AuditSeverity

public class AuditSeverity
extends java.lang.Object


Field Summary
static AuditSeverity ERROR
           
static AuditSeverity FAILURE
           
static AuditSeverity INFORMATIONAL
           
static AuditSeverity SUCCESS
           
static AuditSeverity WARNING
           
 
Method Summary
 int getSeverity()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static final AuditSeverity ERROR

FAILURE

public static final AuditSeverity FAILURE

INFORMATIONAL

public static final AuditSeverity INFORMATIONAL

SUCCESS

public static final AuditSeverity SUCCESS

WARNING

public static final AuditSeverity WARNING
Method Detail

getSeverity

public int getSeverity()


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.