|
Préférences
Moteurs de recherche
|
||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.faces.application
|
|||||||||||
| Method Summary | |
|---|---|
int |
compareTo(Object other)
Compare this FacesMessage.Severity instance to the
specified one. |
int |
getOrdinal()
Return the ordinal value of this FacesMessage.Severity instance. |
String |
toString()
Return a String representation of this FacesMessage.Severity instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int compareTo(Object other)
Compare this FacesMessage.Severity instance to the
specified one. Returns a negative integer, zero, or a
positive integer if this object is less than, equal to, or
greater than the specified object.
compareTo in interface Comparableother - The other object to be compared topublic int getOrdinal()
Return the ordinal value of this FacesMessage.Severity instance.
public String toString()
Return a String representation of this FacesMessage.Severity instance.