public interface EventPoolProxy extends NamedDocumentable
The following features are supported:
OsgiPackage.getEventPoolProxy()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EventPool> |
getLocal()
Returns the value of the 'Local' reference list.
|
org.eclipse.emf.common.util.EList<EventPool> |
getRemote()
Returns the value of the 'Remote' reference list.
|
int |
getSize()
Returns the value of the 'Size' attribute.
|
void |
setSize(int value)
Sets the value of the '
Size ' attribute. |
getName, setName
getShortDescription, setShortDescription
org.eclipse.emf.common.util.EList<EventPool> getLocal()
EventPool
.
If the meaning of the 'Local' reference list isn't clear, there really should be more of a description here...
OsgiPackage.getEventPoolProxy_Local()
org.eclipse.emf.common.util.EList<EventPool> getRemote()
EventPool
.
If the meaning of the 'Remote' reference list isn't clear, there really should be more of a description here...
OsgiPackage.getEventPoolProxy_Remote()
int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int)
,
OsgiPackage.getEventPoolProxy_Size()