public class AggregationMultiFunctionMethodDesc extends Object
Constructor and Description |
---|
AggregationMultiFunctionMethodDesc(AggregationMethodForge forge,
EventType eventTypeCollection,
EPTypeClass componentTypeCollection,
EventType eventTypeSingle)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EPTypeClass |
getComponentTypeCollection()
Returns, when returning a collection of object values, the type of the values or null if not returning a collection of values
|
EventType |
getEventTypeCollection()
Returns, when returning a collection of events, the event type or null if not returning a collection of events
|
EventType |
getEventTypeSingle()
Returns, when returning a single event, the event type or null if not returning a single event
|
AggregationMethodForge |
getReader()
Returns the forge of the aggregation value reader
|
public AggregationMultiFunctionMethodDesc(AggregationMethodForge forge, EventType eventTypeCollection, EPTypeClass componentTypeCollection, EventType eventTypeSingle)
forge
- the forge of the aggregation value readereventTypeCollection
- when returning a collection of events, the event type or null if not returning a collection of eventscomponentTypeCollection
- when returning a collection of object values, the type of the values or null if not returning a collection of valueseventTypeSingle
- when returning a single event, the event type or null if not returning a single eventpublic AggregationMethodForge getReader()
public EventType getEventTypeCollection()
public EPTypeClass getComponentTypeCollection()
public EventType getEventTypeSingle()
Copyright © 2005–2021. All rights reserved.