com.soyatec.bpmn
Interface Message

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EventDetail, org.eclipse.emf.common.notify.Notifier

public interface Message
extends EventDetail

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:

See Also:
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BPMNPackage.getMessage_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getProperties

org.eclipse.emf.common.util.EList getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type Property.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
BPMNPackage.getMessage_Properties()

getFrom

Participant getFrom()
Returns the value of the 'From' reference.

If the meaning of the 'From' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'From' reference.
See Also:
setFrom(Participant), BPMNPackage.getMessage_From()

setFrom

void setFrom(Participant value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()

getTo

Participant getTo()
Returns the value of the 'To' reference.

If the meaning of the 'To' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'To' reference.
See Also:
setTo(Participant), BPMNPackage.getMessage_To()

setTo

void setTo(Participant value)
Sets the value of the 'To' reference.

Parameters:
value - the new value of the 'To' reference.
See Also:
getTo()

getInplementation

java.lang.String getInplementation()
Returns the value of the 'Inplementation' attribute. The default value is "\"Web Service\"".

If the meaning of the 'Inplementation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inplementation' attribute.
See Also:
setInplementation(String), BPMNPackage.getMessage_Inplementation()

setInplementation

void setInplementation(java.lang.String value)
Sets the value of the 'Inplementation' attribute.

Parameters:
value - the new value of the 'Inplementation' attribute.
See Also:
getInplementation()