public class EventType extends Object implements Comparable<EventType>
Constructor and Description |
---|
EventType(EventContentType contentType,
EventTopologyType topologyType)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(EventType other) |
boolean |
equals(Object obj) |
EventContentType |
getContentType() |
EventTopologyType |
getTopologyType() |
int |
hashCode() |
String |
toString() |
public EventType(EventContentType contentType, EventTopologyType topologyType)
contentType
- the content typetopologyType
- the topology typeNullPointerException
- if contentType
or topologyType
are null
public EventContentType getContentType()
public EventTopologyType getTopologyType()
public int compareTo(EventType other)
compareTo
in interface Comparable<EventType>