javax.faces.application
Class FacesMessage.Severity

java.lang.Object
  extended by javax.faces.application.FacesMessage.Severity
All Implemented Interfaces:
Comparable
Enclosing class:
FacesMessage

public static class FacesMessage.Severity
extends Object
implements Comparable


Method Summary
 int compareTo(Object o)
           
 int getOrdinal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOrdinal

public int getOrdinal()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.