org.jacorb.notification
Class EventTypeWrapper
java.lang.Object
org.jacorb.notification.EventTypeWrapper
- All Implemented Interfaces:
- Comparable, EventTypeIdentifier
public class EventTypeWrapper
- extends Object
- implements EventTypeIdentifier, Comparable
- Author:
- Alphonse Bendt
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 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.