public interface Definition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipePackage.getDefinition()| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<Definition> |
getImport()
Returns the value of the 'Import' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
org.eclipse.emf.common.util.EList<Task> |
getTask()
Returns the value of the 'Task' containment reference list.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
org.eclipse.emf.common.util.EList<Task> getTask()
Task.
It is bidirectional and its opposite is 'Definition'.
If the meaning of the 'Task' containment reference list isn't clear, there really should be more of a description here...
RecipePackage.getDefinition_Task(),
Task.getDefinition()org.eclipse.emf.common.util.EList<Definition> getImport()
Definition.
If the meaning of the 'Import' reference list isn't clear, there really should be more of a description here...
RecipePackage.getDefinition_Import()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
RecipePackage.getDefinition_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
RecipePackage.getDefinition_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()org.eclipse.emf.common.util.EList<PropertyEntry> getProperties()
PropertyEntry.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
RecipePackage.getDefinition_Properties()