/** * generated by Xtext 2.23.0 */ package fr.n7.pDL1; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Work Definition'. * * *

* The following features are supported: *

* * * @see fr.n7.pDL1.PDL1Package#getWorkDefinition() * @model * @generated */ public interface WorkDefinition extends EObject { /** * Returns the value of the 'Name' attribute. * * * @return the value of the 'Name' attribute. * @see #setName(String) * @see fr.n7.pDL1.PDL1Package#getWorkDefinition_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link fr.n7.pDL1.WorkDefinition#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); } // WorkDefinition