|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationSubscriberContext
A representation of the model object 'Notification Subscriber Context'.
The following features are supported:
ContextPackage.getNotificationSubscriberContext()
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |