org.jacorb.notification

Class EventTypeWrapper

public class EventTypeWrapper extends Object implements EventTypeIdentifier, 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 EventTypeEVENT_TYPE_ALL
Constructor Summary
EventTypeWrapper(EventType eventType)
Method Summary
intcompareTo(Object o)
booleanequals(Object other)
static booleanequals(EventType left, EventType right)
StringgetConstraintKey()
EventTypegetEventType()
inthashCode()
StringtoString()
static StringtoString(EventType et)
static StringtoString(EventType[] ets)

Field Detail

EMPTY_EVENT_TYPE_ARRAY

public static final EventType[] EMPTY_EVENT_TYPE_ARRAY

EVENT_TYPE_ALL

public static final EventType EVENT_TYPE_ALL

Constructor Detail

EventTypeWrapper

public EventTypeWrapper(EventType eventType)

Method Detail

compareTo

public int compareTo(Object o)

equals

public boolean equals(Object other)

equals

public static boolean equals(EventType left, EventType right)

getConstraintKey

public String getConstraintKey()

getEventType

public EventType getEventType()

hashCode

public int hashCode()

toString

public String toString()

toString

public static String toString(EventType et)

toString

public static String toString(EventType[] ets)