|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Operation
A representation of the model object 'Operation'.
The following features are supported:
Bpmn2Package.getOperation()
Method Summary | |
---|---|
javax.xml.namespace.QName |
getImplementationRef()
Returns the value of the 'Implementation Ref' attribute. |
Message |
getInMessage()
Returns the value of the 'In Message' reference. |
Message |
getOutMessage()
Returns the value of the 'Out Message' reference. |
void |
setImplementationRef(javax.xml.namespace.QName value)
Sets the value of the ' Implementation Ref ' attribute. |
void |
setInMessage(Message value)
Sets the value of the ' In Message ' reference. |
void |
setOutMessage(Message value)
Sets the value of the ' Out Message ' reference. |
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 |
---|
Message getInMessage()
If the meaning of the 'In Message' reference isn't clear, there really should be more of a description here...
setInMessage(Message)
,
Bpmn2Package.getOperation_InMessage()
void setInMessage(Message value)
In Message
' reference.
value
- the new value of the 'In Message' reference.getInMessage()
Message getOutMessage()
If the meaning of the 'Out Message' reference isn't clear, there really should be more of a description here...
setOutMessage(Message)
,
Bpmn2Package.getOperation_OutMessage()
void setOutMessage(Message value)
Out Message
' reference.
value
- the new value of the 'Out Message' reference.getOutMessage()
javax.xml.namespace.QName getImplementationRef()
If the meaning of the 'Implementation Ref' attribute isn't clear, there really should be more of a description here...
setImplementationRef(QName)
,
Bpmn2Package.getOperation_ImplementationRef()
void setImplementationRef(javax.xml.namespace.QName value)
Implementation Ref
' attribute.
value
- the new value of the 'Implementation Ref' attribute.getImplementationRef()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |