projet-mini-genie-logiciel-.../eclipse-workspace/fr.n7.pdl2/src-gen/fr/n7/pDL2/Guidance.java

48 lines
1.1 KiB
Java
Raw Normal View History

2021-10-12 16:49:13 +00:00
/**
* generated by Xtext 2.23.0
*/
package fr.n7.pDL2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Guidance</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link fr.n7.pDL2.Guidance#getTexte <em>Texte</em>}</li>
* </ul>
*
* @see fr.n7.pDL2.PDL2Package#getGuidance()
* @model
* @generated
*/
public interface Guidance extends ProcessElement
{
/**
* Returns the value of the '<em><b>Texte</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Texte</em>' 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 <em>Texte</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Texte</em>' attribute.
* @see #getTexte()
* @generated
*/
void setTexte(String value);
} // Guidance