/** * 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 Finish'. * * *

* The following features are supported: *

* * * @see fr.n7.pDL2.PDL2Package#getWorkSequenceKindFinish() * @model * @generated */ public interface WorkSequenceKindFinish extends EObject { /** * Returns the value of the 'Finished2 Start' attribute. * * * @return the value of the 'Finished2 Start' attribute. * @see #setFinished2Start(String) * @see fr.n7.pDL2.PDL2Package#getWorkSequenceKindFinish_Finished2Start() * @model * @generated */ String getFinished2Start(); /** * Sets the value of the '{@link fr.n7.pDL2.WorkSequenceKindFinish#getFinished2Start Finished2 Start}' attribute. * * * @param value the new value of the 'Finished2 Start' attribute. * @see #getFinished2Start() * @generated */ void setFinished2Start(String value); /** * Returns the value of the 'Finished2 Finish' attribute. * * * @return the value of the 'Finished2 Finish' attribute. * @see #setFinished2Finish(String) * @see fr.n7.pDL2.PDL2Package#getWorkSequenceKindFinish_Finished2Finish() * @model * @generated */ String getFinished2Finish(); /** * Sets the value of the '{@link fr.n7.pDL2.WorkSequenceKindFinish#getFinished2Finish Finished2 Finish}' attribute. * * * @param value the new value of the 'Finished2 Finish' attribute. * @see #getFinished2Finish() * @generated */ void setFinished2Finish(String value); } // WorkSequenceKindFinish