/**
* generated by Xtext 2.23.0
*/
package fr.n7.xtext.gAME;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Nom'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.xtext.gAME.Nom#getNom Nom}
*
*
* @see fr.n7.xtext.gAME.GAMEPackage#getNom()
* @model
* @generated
*/
public interface Nom extends EObject
{
/**
* Returns the value of the 'Nom' attribute.
*
*
* @return the value of the 'Nom' attribute.
* @see #setNom(String)
* @see fr.n7.xtext.gAME.GAMEPackage#getNom_Nom()
* @model
* @generated
*/
String getNom();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.Nom#getNom Nom}' attribute.
*
*
* @param value the new value of the 'Nom' attribute.
* @see #getNom()
* @generated
*/
void setNom(String value);
} // Nom