|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.modules.parser.base.SeverityLevel
An enumeration class to represent the severity level of an operation result.
Field Summary | |
static SeverityLevel |
ERROR
Represents error messages. |
static SeverityLevel |
FATAL_ERROR
Represents fatal parse error messages. |
static SeverityLevel |
INFO
Represents informational messages. |
static SeverityLevel |
WARNING
Represents warning messages. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares the severity level for equality with the given object. |
int |
hashCode()
Computes an hashcode for this level object. |
protected java.lang.Object |
readResolve()
Replaces the automatically generated instance with one of the enumeration instances. |
java.lang.String |
toString()
Returns the string representation of this severity level object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final SeverityLevel WARNING
public static final SeverityLevel ERROR
public static final SeverityLevel FATAL_ERROR
public static final SeverityLevel INFO
Method Detail |
public java.lang.String toString()
Object.toString()
public boolean equals(java.lang.Object o)
o
- the other object that should be compared.
Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- if the element could not be resolved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |