public interface AlarmsEventsModule extends ApplicationModule
The following features are supported:
OsgiPackage.getAlarmsEventsModule()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AknProxy> |
getAknProxies()
Returns the value of the 'Akn Proxies' containment reference list.
|
org.eclipse.emf.common.util.EList<EventPoolProxy> |
getEventPoolProxies()
Returns the value of the 'Event Pool Proxies' containment reference list.
|
org.eclipse.emf.common.util.EList<MonitorPoolProxy> |
getMonitorPoolProxies()
Returns the value of the 'Monitor Pool Proxies' containment reference list.
|
org.eclipse.emf.common.util.EList<PullEvents> |
getPullEvents()
Returns the value of the 'Pull Events' containment reference list.
|
org.eclipse.emf.common.util.EList<MonitorPoolProxy> getMonitorPoolProxies()
MonitorPoolProxy
.
If the meaning of the 'Monitor Pool Proxies' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getAlarmsEventsModule_MonitorPoolProxies()
org.eclipse.emf.common.util.EList<EventPoolProxy> getEventPoolProxies()
EventPoolProxy
.
If the meaning of the 'Event Pool Proxies' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getAlarmsEventsModule_EventPoolProxies()
org.eclipse.emf.common.util.EList<AknProxy> getAknProxies()
AknProxy
.
If the meaning of the 'Akn Proxies' reference isn't clear, there really should be more of a description here...
OsgiPackage.getAlarmsEventsModule_AknProxies()
org.eclipse.emf.common.util.EList<PullEvents> getPullEvents()
PullEvents
.
If the meaning of the 'Pull Events' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getAlarmsEventsModule_PullEvents()