public static class FacesMessage.Severity
extends java.lang.Object
implements java.lang.Comparable
Class used to represent message severity levels in a typesafe enumeration.
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object other)
Compare this
FacesMessage.Severity instance to the specified one. |
int |
getOrdinal()
Return the ordinal value of this
FacesMessage.Severity instance. |
java.lang.String |
toString()
Return a String representation of this
FacesMessage.Severity instance. |
public int compareTo(java.lang.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 java.lang.Comparable
other
- The other object to be compared topublic int getOrdinal()
Return the ordinal value of this FacesMessage.Severity
instance.
public java.lang.String toString()
Return a String representation of this FacesMessage.Severity
instance.
toString
in class java.lang.Object