com.objectwave.event
Class StatusType

java.lang.Object
  |
  +--com.objectwave.event.StatusType

public class StatusType
extends java.lang.Object


Field Summary
static StatusType CRITICAL
           
static StatusType INFORMATIONAL
           
static StatusType 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

INFORMATIONAL

public static final StatusType INFORMATIONAL

WARNING

public static final StatusType WARNING

CRITICAL

public static final StatusType CRITICAL
Method Detail

toString

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