public interface ModificationListContext
The following features are supported:
ContextPackage.getModificationListContext()
Modifier and Type | Method and Description |
---|---|
ModificationSubscriberContext |
createSubscriberExecuteContext()
This method will return a new ModificationSubscriberContext object that
is contained by this object.
|
java.util.List |
getSubscriberExecuteContext()
Returns the value of the 'Subscriber Execute Context' containment reference list.
|
ModificationSubscriberContext |
getSubscriberExecuteContext(java.lang.String subName) |
ModificationSubscriberContext[] |
getSubscriberExecuteContextAsArray()
Returns the array value of the 'Subscriber Execute Context' containment reference list.
|
java.lang.String |
getVetoSubscriberName()
Returns the value of the 'Veto Subscriber Name' attribute.
|
boolean |
isSetVetoed()
Returns whether the value of the '
Vetoed ' attribute is set. |
boolean |
isVetoed()
Returns the value of the 'Vetoed' attribute.
|
void |
setVetoed(boolean value)
Sets the value of the '
Vetoed ' attribute. |
void |
setVetoSubscriberName(java.lang.String value)
Sets the value of the '
Veto Subscriber Name ' attribute. |
void |
unsetVetoed()
Unsets the value of the '
Vetoed ' attribute. |
java.util.List getSubscriberExecuteContext()
ModificationSubscriberContext
.
If the meaning of the 'Subscriber Execute Context' containment reference list isn't clear, there really should be more of a description here...
ContextPackage.getModificationListContext_SubscriberExecuteContext()
ModificationSubscriberContext getSubscriberExecuteContext(java.lang.String subName)
ModificationSubscriberContext[] getSubscriberExecuteContextAsArray()
If the meaning of the 'Subscriber Execute Context' containment reference list isn't clear, there really should be more of a description here...
ContextPackage.getModificationListContext_SubscriberExecuteContext()
ModificationSubscriberContext createSubscriberExecuteContext()
createDataObject("subscriberExecuteContext")
.boolean isVetoed()
If the meaning of the 'Vetoed' attribute isn't clear, there really should be more of a description here...
isSetVetoed()
,
unsetVetoed()
,
setVetoed(boolean)
,
ContextPackage.getModificationListContext_Vetoed()
void setVetoed(boolean value)
Vetoed
' attribute.
value
- the new value of the 'Vetoed' attribute.isSetVetoed()
,
unsetVetoed()
,
isVetoed()
void unsetVetoed()
Vetoed
' attribute.
isSetVetoed()
,
isVetoed()
,
setVetoed(boolean)
boolean isSetVetoed()
Vetoed
' attribute is set.
unsetVetoed()
,
isVetoed()
,
setVetoed(boolean)
java.lang.String getVetoSubscriberName()
If the meaning of the 'Veto Subscriber Name' attribute isn't clear, there really should be more of a description here...
setVetoSubscriberName(String)
,
ContextPackage.getModificationListContext_VetoSubscriberName()
void setVetoSubscriberName(java.lang.String value)
Veto Subscriber Name
' attribute.
value
- the new value of the 'Veto Subscriber Name' attribute.getVetoSubscriberName()