org.jacorb.notification
Class EventTypeWrapper

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

public class EventTypeWrapper
extends Object
implements EventTypeIdentifier, Comparable

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(Object o)
           
static boolean equals(EventType left, EventType right)
           
 boolean equals(Object other)
           
 String getConstraintKey()
           
 EventType getEventType()
           
 int hashCode()
           
 String toString()
           
static String toString(EventType et)
           
static 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 String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

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

toString

public static String toString(EventType et)

toString

public static String toString(EventType[] ets)

equals

public static boolean equals(EventType left,
                             EventType right)

getConstraintKey

public String getConstraintKey()
Specified by:
getConstraintKey in interface EventTypeIdentifier


Copyright © 2015 JacORB. All rights reserved.