org.jacorb.notification
Class EventTypeWrapper

java.lang.Object
  extended byorg.jacorb.notification.EventTypeWrapper
All Implemented Interfaces:
java.lang.Comparable, EventTypeIdentifier

public class EventTypeWrapper
extends java.lang.Object
implements EventTypeIdentifier, java.lang.Comparable

Version:
$Id: EventTypeWrapper.java,v 1.1 2005/02/13 23:56:59 alphonse.bendt Exp $
Author:
Alphonse Bendt

Field Summary
static EventType[] EMPTY_EVENT_TYPE_ARRAY
           
static EventType EVENT_TYPE_ALL
           
 
Constructor Summary
EventTypeWrapper(EventType eventType)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
static boolean equals(EventType left, EventType right)
           
 boolean equals(java.lang.Object other)
           
 java.lang.String getConstraintKey()
           
 EventType getEventType()
           
 int hashCode()
           
 java.lang.String toString()
           
static java.lang.String toString(EventType et)
           
static java.lang.String toString(EventType[] ets)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EVENT_TYPE_ALL

public static final EventType EVENT_TYPE_ALL

EMPTY_EVENT_TYPE_ARRAY

public static final EventType[] EMPTY_EVENT_TYPE_ARRAY
Constructor Detail

EventTypeWrapper

public EventTypeWrapper(EventType eventType)
Method Detail

getEventType

public EventType getEventType()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

toString

public static java.lang.String toString(EventType et)

toString

public static java.lang.String toString(EventType[] ets)

equals

public static boolean equals(EventType left,
                             EventType right)

getConstraintKey

public java.lang.String getConstraintKey()
Specified by:
getConstraintKey in interface EventTypeIdentifier