|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3c.tidy.TidyMessage.Level
public static final class TidyMessage.Level
Message severity enumeration.
| Field Summary | |
|---|---|
static TidyMessage.Level |
ERROR
level = error (3). |
static TidyMessage.Level |
INFO
level = info (1). |
static TidyMessage.Level |
SUMMARY
level = summary (0). |
static TidyMessage.Level |
WARNING
level = warning (2). |
| Method Summary | |
|---|---|
int |
compareTo(Object object)
|
boolean |
equals(Object object)
|
static TidyMessage.Level |
fromCode(int code)
Returns the Level instance corresponding to the given int value. |
short |
getCode()
Returns the int value for this level. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TidyMessage.Level SUMMARY
public static final TidyMessage.Level INFO
public static final TidyMessage.Level WARNING
public static final TidyMessage.Level ERROR
| Method Detail |
|---|
public short getCode()
public static TidyMessage.Level fromCode(int code)
code - int value for the level
public int compareTo(Object object)
compareTo in interface ComparableComparable.compareTo(Object)public boolean equals(Object object)
equals in class ObjectObject.equals(Object)public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||