public class EventArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private IItem[] |
events |
private IType<IItem> |
type |
private java.lang.String[] |
typeCategory |
Constructor and Description |
---|
EventArray(IItem[] events,
IType<IItem> type,
java.lang.String[] typeCategory) |
Modifier and Type | Method and Description |
---|---|
IItem[] |
getEvents() |
IType<IItem> |
getType() |
java.lang.String[] |
getTypeCategory() |
private final IItem[] events
private final java.lang.String[] typeCategory