public class EventTypeWrapper extends Object implements EventTypeIdentifier, Comparable
Modifier and Type | Field and Description |
---|---|
static EventType[] |
EMPTY_EVENT_TYPE_ARRAY |
static EventType |
EVENT_TYPE_ALL |
Constructor and Description |
---|
EventTypeWrapper(EventType eventType) |
Modifier and Type | Method and Description |
---|---|
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) |
public static final EventType EVENT_TYPE_ALL
public static final EventType[] EMPTY_EVENT_TYPE_ARRAY
public EventTypeWrapper(EventType eventType)
public EventType getEventType()
public int compareTo(Object o)
compareTo
in interface Comparable
public String getConstraintKey()
getConstraintKey
in interface EventTypeIdentifier
Copyright © 2016 JacORB. All rights reserved.