|
|||||||||
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'. Assignment is used in the definition of attributes for Process, Activities, Events, Gateways, and Gates.
The following features are supported:
BPMNPackage.getAssignment()
Method Summary | |
---|---|
java.lang.String |
getAssignTime()
Returns the value of the 'Assign Time' attribute. |
FlowObject |
getFlow()
Returns the value of the 'Flow' container reference. |
Expression |
getFrom()
Returns the value of the 'From' containment reference |
Property |
getTo()
Returns the value of the 'To' containment reference |
void |
setAssignTime(java.lang.String value)
Sets the value of the ' Assign Time ' attribute |
void |
setFlow(FlowObject value)
Sets the value of the ' Flow ' container reference |
void |
setFrom(Expression value)
Sets the value of the ' From ' containment reference |
void |
setTo(Property value)
Sets the value of the ' To ' containment 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 |
---|
FlowObject getFlow()
Assignments
'.
If the meaning of the 'Flow' container reference isn't clear, there really should be more of a description here...
setFlow(FlowObject)
,
BPMNPackage.getAssignment_Flow()
,
FlowObject.getAssignments()
void setFlow(FlowObject value)
Flow
' container reference.
value
- the new value of the 'Flow' container reference.getFlow()
Property getTo()
If the meaning of the 'To' containment reference isn't clear, there really should be more of a description here...
setTo(Property)
,
BPMNPackage.getAssignment_To()
void setTo(Property value)
To
' containment reference.
value
- the new value of the 'To' containment reference.getTo()
Expression getFrom()
If the meaning of the 'From' containment reference isn't clear, there really should be more of a description here...
setFrom(Expression)
,
BPMNPackage.getAssignment_From()
void setFrom(Expression value)
From
' containment reference.
value
- the new value of the 'From' containment reference.getFrom()
java.lang.String getAssignTime()
"Start"
.
If the meaning of the 'Assign Time' attribute isn't clear, there really should be more of a description here...
setAssignTime(String)
,
BPMNPackage.getAssignment_AssignTime()
void setAssignTime(java.lang.String value)
Assign Time
' attribute.
value
- the new value of the 'Assign Time' attribute.getAssignTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |