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
- Version:
- $Id: EventTypeWrapper.java,v 1.2 2011-05-10 15:40:38 nick.cross Exp $
- Author:
- Alphonse Bendt
|
Constructor Summary |
EventTypeWrapper(org.omg.CosNotification.EventType eventType)
|
EVENT_TYPE_ALL
public static final org.omg.CosNotification.EventType EVENT_TYPE_ALL
EMPTY_EVENT_TYPE_ARRAY
public static final org.omg.CosNotification.EventType[] EMPTY_EVENT_TYPE_ARRAY
EventTypeWrapper
public EventTypeWrapper(org.omg.CosNotification.EventType eventType)
getEventType
public org.omg.CosNotification.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(org.omg.CosNotification.EventType et)
toString
public static String toString(org.omg.CosNotification.EventType[] ets)
equals
public static boolean equals(org.omg.CosNotification.EventType left,
org.omg.CosNotification.EventType right)
getConstraintKey
public String getConstraintKey()
- Specified by:
getConstraintKey in interface EventTypeIdentifier
Copyright © 2012 JacORB. All Rights Reserved.