|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Message
A representation of the model object 'Message'. Message is used in the definition of attributes for a Start Event, End Event, Intermediate Event, Task, and Message Flow. It carries a text description. A Message is also the object that is transmitted through a Message Flow. The Message will have an identity that can be used for alternative branching of a Process through the Event-Based Exclusive Gateway.
The following features are supported:
BPMNPackage.getMessage()
Method Summary | |
---|---|
Participant |
getFrom()
Returns the value of the 'From' reference |
java.lang.String |
getInplementation()
Returns the value of the 'Inplementation' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
org.eclipse.emf.common.util.EList |
getProperties()
Returns the value of the 'Properties' containment reference list. |
Participant |
getTo()
Returns the value of the 'To' reference |
void |
setFrom(Participant value)
Sets the value of the ' From ' reference |
void |
setInplementation(java.lang.String value)
Sets the value of the ' Inplementation ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setTo(Participant value)
Sets the value of the ' To ' reference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
BPMNPackage.getMessage_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList getProperties()
Property
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
BPMNPackage.getMessage_Properties()
Participant getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
setFrom(Participant)
,
BPMNPackage.getMessage_From()
void setFrom(Participant value)
From
' reference.
value
- the new value of the 'From' reference.getFrom()
Participant getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
setTo(Participant)
,
BPMNPackage.getMessage_To()
void setTo(Participant value)
To
' reference.
value
- the new value of the 'To' reference.getTo()
java.lang.String getInplementation()
"\"Web Service\""
.
If the meaning of the 'Inplementation' attribute isn't clear, there really should be more of a description here...
setInplementation(String)
,
BPMNPackage.getMessage_Inplementation()
void setInplementation(java.lang.String value)
Inplementation
' attribute.
value
- the new value of the 'Inplementation' attribute.getInplementation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |