com.ibm.xtools.bpmn2
Interface Assignment

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

public interface Assignment
extends BaseElement

A representation of the model object 'Assignment'.

The following features are supported:

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

getFrom

Expression getFrom()
Returns the value of the 'From' containment reference.

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

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(Expression), Bpmn2Package.getAssignment_From()

setFrom

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

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

getTo

Expression getTo()
Returns the value of the 'To' containment reference.

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

Returns:
the value of the 'To' containment reference.
See Also:
setTo(Expression), Bpmn2Package.getAssignment_To()

setTo

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

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