org.jacorb.notification
public class EventTypeWrapper extends Object implements EventTypeIdentifier, Comparable
Version: $Id: EventTypeWrapper.java,v 1.1 2005/02/13 23:56:59 alphonse.bendt Exp $
Field Summary | |
---|---|
static EventType[] | EMPTY_EVENT_TYPE_ARRAY |
static EventType | EVENT_TYPE_ALL |
Constructor Summary | |
---|---|
EventTypeWrapper(EventType eventType) |
Method Summary | |
---|---|
int | compareTo(Object o) |
boolean | equals(Object other) |
static boolean | equals(EventType left, EventType right) |
String | getConstraintKey() |
EventType | getEventType() |
int | hashCode() |
String | toString() |
static String | toString(EventType et) |
static String | toString(EventType[] ets) |