public interface Task
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipePackage.getTask()
Modifier and Type | Method and Description |
---|---|
Definition |
getDefinition()
Returns the value of the 'Definition' container reference.
|
org.eclipse.emf.common.util.EList<Execute> |
getExecute()
Returns the value of the 'Execute' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
int |
getOrder()
Returns the value of the 'Order' attribute.
|
void |
setDefinition(Definition value)
Sets the value of the '
Definition ' container reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setOrder(int value)
Sets the value of the '
Order ' attribute. |
org.eclipse.emf.common.util.EList<Execute> getExecute()
Execute
.
It is bidirectional and its opposite is 'Task
'.
If the meaning of the 'Execute' containment reference list isn't clear, there really should be more of a description here...
RecipePackage.getTask_Execute()
,
Execute.getTask()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
RecipePackage.getTask_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Definition getDefinition()
Task
'.
If the meaning of the 'Definition' container reference isn't clear, there really should be more of a description here...
setDefinition(Definition)
,
RecipePackage.getTask_Definition()
,
Definition.getTask()
void setDefinition(Definition value)
Definition
' container reference.
value
- the new value of the 'Definition' container reference.getDefinition()
int getOrder()
If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...
setOrder(int)
,
RecipePackage.getTask_Order()
void setOrder(int value)
Order
' attribute.
value
- the new value of the 'Order' attribute.getOrder()