/**
* generated by Xtext 2.23.0
*/
package fr.n7.pDL2;
/**
*
* A representation of the model object 'Guidance'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.pDL2.Guidance#getTexte Texte}
*
*
* @see fr.n7.pDL2.PDL2Package#getGuidance()
* @model
* @generated
*/
public interface Guidance extends ProcessElement
{
/**
* Returns the value of the 'Texte' attribute.
*
*
* @return the value of the 'Texte' attribute.
* @see #setTexte(String)
* @see fr.n7.pDL2.PDL2Package#getGuidance_Texte()
* @model
* @generated
*/
String getTexte();
/**
* Sets the value of the '{@link fr.n7.pDL2.Guidance#getTexte Texte}' attribute.
*
*
* @param value the new value of the 'Texte' attribute.
* @see #getTexte()
* @generated
*/
void setTexte(String value);
} // Guidance