com.hammurapi.eventbus.snapshot
Interface JoinEntry

Show UML class diagram
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
JoinEntryImpl

public interface JoinEntry
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Join Entry'. Entry in the join input collector.

The following features are supported:

See Also:
SnapshotPackage.getJoinEntry()

Method Summary
 org.eclipse.emf.common.util.EList<Event> getEvents()
          Returns the value of the 'Events' reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEvents

org.eclipse.emf.common.util.EList<Event> getEvents()
Returns the value of the 'Events' reference list. The list contents are of type Event.

If the meaning of the 'Events' reference list isn't clear, there really should be more of a description here...

One entry can contain one or more events.

Returns:
the value of the 'Events' reference list.
See Also:
SnapshotPackage.getJoinEntry_Events()