Java EE 5 SDK

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

Class used to represent message severity levels in a typesafe enumeration.


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

compareTo

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.

Specified by:
compareTo in interface Comparable
Parameters:
other - The other object to be compared to

getOrdinal

public int getOrdinal()

Return the ordinal value of this FacesMessage.Severity instance.


toString

public String toString()

Return a String representation of this FacesMessage.Severity instance.

Overrides:
toString in class Object

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.