de.bea.domingo.groupware
Class Email.Importance

java.lang.Object
  extended by de.bea.domingo.groupware.Email.Importance
Enclosing class:
Email

public static final class Email.Importance
extends java.lang.Object

Represents all possible values for the importance.


Field Summary
static Email.Importance HIGH
          Represents a high importance.
static Email.Importance LOW
          Represents a low importance.
static Email.Importance NORMAL
          Represents a normal importance.
 
Method Summary
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOW

public static final Email.Importance LOW
Represents a low importance.


NORMAL

public static final Email.Importance NORMAL
Represents a normal importance.


HIGH

public static final Email.Importance HIGH
Represents a high importance.

Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Domingo Java-API