ie.deri.wsmx.datamodel.event
Class EventType

java.lang.Object
  extended byie.deri.wsmx.datamodel.event.EventType
All Implemented Interfaces:
java.io.Serializable

public class EventType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static EventType MEDIATED_OBJECT
           
static EventType NON_MEDIATED_OBJECT
           
static EventType NULL
           
static EventType WSML_MESSAGE
           
 
Constructor Summary
EventType(int value)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getValue()
           
 java.lang.String toString()
           
 java.lang.String toStringEventType()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final EventType NULL

WSML_MESSAGE

public static final EventType WSML_MESSAGE

NON_MEDIATED_OBJECT

public static final EventType NON_MEDIATED_OBJECT

MEDIATED_OBJECT

public static final EventType MEDIATED_OBJECT
Constructor Detail

EventType

public EventType(int value)
Method Detail

toStringEventType

public java.lang.String toStringEventType()

getValue

public int getValue()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object object)