org.jacorb.notification
Class EventTypeWrapper
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EVENT_TYPE_ALL
public static final EventType EVENT_TYPE_ALL
EMPTY_EVENT_TYPE_ARRAY
public static final EventType[] EMPTY_EVENT_TYPE_ARRAY
EventTypeWrapper
public EventTypeWrapper(EventType eventType)
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