|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.util.errormanager.ErrorSeverity
The ErrorSeverity class definines the text to be used for a given error severity. Subclass ErrorSeverity to define your own severities. This class defines two severities:
Field Summary | |
protected java.lang.String |
_severity
|
static ErrorSeverity |
ALL_SEVERITIES
Used by filters to map all error severities. |
static ErrorSeverity |
UNDEFINED
Used to indicate an uncategorized severity. |
Constructor Summary | |
protected |
ErrorSeverity(java.lang.String severity)
Protected constructor--creates a severity using the default icon. |
Method Summary | |
java.lang.String |
getLabel()
Returns the label to use when displaying the severity. |
java.lang.String |
toString()
Returns the text string describing the error severity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ErrorSeverity ALL_SEVERITIES
public static final ErrorSeverity UNDEFINED
protected java.lang.String _severity
Constructor Detail |
protected ErrorSeverity(java.lang.String severity)
severity
- severity textMethod Detail |
public java.lang.String toString()
toString
in interface ErrorAttribute
public java.lang.String getLabel()
getLabel
in interface ErrorAttribute
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.