public interface NotificationSubscriberContext
The following features are supported:
ContextPackage.getNotificationSubscriberContext()
Modifier and Type | Method and Description |
---|---|
SubscriberExecContext |
createExecuteContext()
This method will return a new SubscriberExecContext object that
is contained by this object.
|
SubscriberExecContext |
getExecuteContext()
Returns the value of the 'Execute Context' containment reference.
|
java.lang.String |
getSubscriberName()
Returns the value of the 'Subscriber Name' attribute.
|
void |
setExecuteContext(SubscriberExecContext value)
Sets the value of the '
Execute Context ' containment reference. |
void |
setSubscriberName(java.lang.String value)
Sets the value of the '
Subscriber Name ' attribute. |
SubscriberExecContext getExecuteContext()
If the meaning of the 'Execute Context' containment reference isn't clear, there really should be more of a description here...
setExecuteContext(SubscriberExecContext)
,
ContextPackage.getNotificationSubscriberContext_ExecuteContext()
void setExecuteContext(SubscriberExecContext value)
Execute Context
' containment reference.
value
- the new value of the 'Execute Context' containment reference.getExecuteContext()
SubscriberExecContext createExecuteContext()
createDataObject("executeContext")
.java.lang.String getSubscriberName()
If the meaning of the 'Subscriber Name' attribute isn't clear, there really should be more of a description here...
setSubscriberName(String)
,
ContextPackage.getNotificationSubscriberContext_SubscriberName()
void setSubscriberName(java.lang.String value)
Subscriber Name
' attribute.
value
- the new value of the 'Subscriber Name' attribute.getSubscriberName()