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

* The following features are supported: *

* * * @see fr.n7.pDL2.PDL2Package#getWorkSequenceKindStart() * @model * @generated */ public interface WorkSequenceKindStart extends EObject { /** * Returns the value of the 'Started2 Start' attribute. * * * @return the value of the 'Started2 Start' attribute. * @see #setStarted2Start(String) * @see fr.n7.pDL2.PDL2Package#getWorkSequenceKindStart_Started2Start() * @model * @generated */ String getStarted2Start(); /** * Sets the value of the '{@link fr.n7.pDL2.WorkSequenceKindStart#getStarted2Start Started2 Start}' attribute. * * * @param value the new value of the 'Started2 Start' attribute. * @see #getStarted2Start() * @generated */ void setStarted2Start(String value); /** * Returns the value of the 'Started2 Finish' attribute. * * * @return the value of the 'Started2 Finish' attribute. * @see #setStarted2Finish(String) * @see fr.n7.pDL2.PDL2Package#getWorkSequenceKindStart_Started2Finish() * @model * @generated */ String getStarted2Finish(); /** * Sets the value of the '{@link fr.n7.pDL2.WorkSequenceKindStart#getStarted2Finish Started2 Finish}' attribute. * * * @param value the new value of the 'Started2 Finish' attribute. * @see #getStarted2Finish() * @generated */ void setStarted2Finish(String value); } // WorkSequenceKindStart