|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BoundaryEvent
A representation of the model object 'Boundary Event'.
The following features are supported:
Bpmn2Package.getBoundaryEvent()
Method Summary | |
---|---|
Activity |
getAttachedTo()
Returns the value of the 'Attached To' reference. |
boolean |
isCancelActivity()
Returns the value of the 'Cancel Activity' attribute. |
boolean |
isSetCancelActivity()
Returns whether the value of the ' Cancel Activity ' attribute is set. |
void |
setAttachedTo(Activity value)
Sets the value of the ' Attached To ' reference. |
void |
setCancelActivity(boolean value)
Sets the value of the ' Cancel Activity ' attribute. |
void |
unsetCancelActivity()
Unsets the value of the ' Cancel Activity ' attribute. |
Methods inherited from interface com.ibm.xtools.bpmn2.CatchEvent |
---|
getDataOutput, getDataOutputAssociation, getEventDefinitions, getOutputSet, setOutputSet |
Methods inherited from interface com.ibm.xtools.bpmn2.FlowNode |
---|
getIncoming, getOutgoing |
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement |
---|
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Activity getAttachedTo()
Boundary Events
'.
If the meaning of the 'Attached To' reference isn't clear, there really should be more of a description here...
setAttachedTo(Activity)
,
Bpmn2Package.getBoundaryEvent_AttachedTo()
,
Activity.getBoundaryEvents()
void setAttachedTo(Activity value)
Attached To
' reference.
value
- the new value of the 'Attached To' reference.getAttachedTo()
boolean isCancelActivity()
"true"
.
If the meaning of the 'Cancel Activity' attribute isn't clear, there really should be more of a description here...
isSetCancelActivity()
,
unsetCancelActivity()
,
setCancelActivity(boolean)
,
Bpmn2Package.getBoundaryEvent_CancelActivity()
void setCancelActivity(boolean value)
Cancel Activity
' attribute.
value
- the new value of the 'Cancel Activity' attribute.isSetCancelActivity()
,
unsetCancelActivity()
,
isCancelActivity()
void unsetCancelActivity()
Cancel Activity
' attribute.
isSetCancelActivity()
,
isCancelActivity()
,
setCancelActivity(boolean)
boolean isSetCancelActivity()
Cancel Activity
' attribute is set.
unsetCancelActivity()
,
isCancelActivity()
,
setCancelActivity(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |