public interface PostExitContext
The following features are supported:
ContextPackage.getPostExitContext()
Modifier and Type | Method and Description |
---|---|
ModificationListContext |
createModificationListContext()
This method will return a new ModificationListContext object that
is contained by this object.
|
NotificationListContext |
createNotificationListContext()
This method will return a new NotificationListContext object that
is contained by this object.
|
java.lang.String |
getFailedSubscriber()
Returns the value of the 'Failed Subscriber' attribute.
|
ModificationListContext |
getModificationListContext()
Returns the value of the 'Modification List Context' containment reference.
|
NotificationListContext |
getNotificationListContext()
Returns the value of the 'Notification List Context' containment reference.
|
boolean |
isIsSuccessful()
Returns the value of the 'Is Successful' attribute.
|
boolean |
isSetIsSuccessful()
Returns whether the value of the '
Is Successful ' attribute is set. |
void |
setFailedSubscriber(java.lang.String value)
Sets the value of the '
Failed Subscriber ' attribute. |
void |
setIsSuccessful(boolean value)
Sets the value of the '
Is Successful ' attribute. |
void |
setModificationListContext(ModificationListContext value)
Sets the value of the '
Modification List Context ' containment reference. |
void |
setNotificationListContext(NotificationListContext value)
Sets the value of the '
Notification List Context ' containment reference. |
void |
unsetIsSuccessful()
Unsets the value of the '
Is Successful ' attribute. |
ModificationListContext getModificationListContext()
If the meaning of the 'Modification List Context' containment reference isn't clear, there really should be more of a description here...
setModificationListContext(ModificationListContext)
,
ContextPackage.getPostExitContext_ModificationListContext()
void setModificationListContext(ModificationListContext value)
Modification List Context
' containment reference.
value
- the new value of the 'Modification List Context' containment reference.getModificationListContext()
ModificationListContext createModificationListContext()
createDataObject("modificationListContext")
.NotificationListContext getNotificationListContext()
If the meaning of the 'Notification List Context' containment reference isn't clear, there really should be more of a description here...
setNotificationListContext(NotificationListContext)
,
ContextPackage.getPostExitContext_NotificationListContext()
void setNotificationListContext(NotificationListContext value)
Notification List Context
' containment reference.
value
- the new value of the 'Notification List Context' containment reference.getNotificationListContext()
NotificationListContext createNotificationListContext()
createDataObject("notificationListContext")
.java.lang.String getFailedSubscriber()
If the meaning of the 'Failed Subscriber' attribute isn't clear, there really should be more of a description here...
setFailedSubscriber(String)
,
ContextPackage.getPostExitContext_FailedSubscriber()
void setFailedSubscriber(java.lang.String value)
Failed Subscriber
' attribute.
value
- the new value of the 'Failed Subscriber' attribute.getFailedSubscriber()
boolean isIsSuccessful()
"true"
.
If the meaning of the 'Is Successful' attribute isn't clear, there really should be more of a description here...
isSetIsSuccessful()
,
unsetIsSuccessful()
,
setIsSuccessful(boolean)
,
ContextPackage.getPostExitContext_IsSuccessful()
void setIsSuccessful(boolean value)
Is Successful
' attribute.
value
- the new value of the 'Is Successful' attribute.isSetIsSuccessful()
,
unsetIsSuccessful()
,
isIsSuccessful()
void unsetIsSuccessful()
Is Successful
' attribute.
isSetIsSuccessful()
,
isIsSuccessful()
,
setIsSuccessful(boolean)
boolean isSetIsSuccessful()
Is Successful
' attribute is set.
unsetIsSuccessful()
,
isIsSuccessful()
,
setIsSuccessful(boolean)