tweed.message
Class Severity

java.lang.Object
  |
  +--tweed.message.Severity

public final class Severity
extends java.lang.Object

An enumeration for different types of severity, as shown in a UserMessage.

Version:
$Id$
Author:
Laurent Caillette

Field Summary
static Severity ERROR
           
static Severity INFORMATION
           
static Severity WARNING
           
 
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

INFORMATION

public static final Severity INFORMATION

WARNING

public static final Severity WARNING

ERROR

public static final Severity ERROR
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003 Laurent Caillette. All Rights Reserved.