|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Assignment
A representation of the model object 'Assignment'.
The following features are supported:
Bpmn2Package.getAssignment()
Method Summary | |
---|---|
Expression |
getFrom()
Returns the value of the 'From' containment reference. |
Expression |
getTo()
Returns the value of the 'To' containment reference. |
void |
setFrom(Expression value)
Sets the value of the ' From ' containment reference. |
void |
setTo(Expression value)
Sets the value of the ' To ' containment 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 |
---|
Expression getFrom()
If the meaning of the 'From' containment reference isn't clear, there really should be more of a description here...
setFrom(Expression)
,
Bpmn2Package.getAssignment_From()
void setFrom(Expression value)
From
' containment reference.
value
- the new value of the 'From' containment reference.getFrom()
Expression getTo()
If the meaning of the 'To' containment reference isn't clear, there really should be more of a description here...
setTo(Expression)
,
Bpmn2Package.getAssignment_To()
void setTo(Expression value)
To
' containment reference.
value
- the new value of the 'To' containment reference.getTo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |