/**
* generated by Xtext 2.23.0
*/
package fr.n7.xtext.gAME;
/**
*
* A representation of the model object 'Condition Objet'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.xtext.gAME.ConditionObjet#getObjet Objet}
* - {@link fr.n7.xtext.gAME.ConditionObjet#getComparateur Comparateur}
* - {@link fr.n7.xtext.gAME.ConditionObjet#getNombre Nombre}
*
*
* @see fr.n7.xtext.gAME.GAMEPackage#getConditionObjet()
* @model
* @generated
*/
public interface ConditionObjet extends ConditionTest
{
/**
* Returns the value of the 'Objet' containment reference.
*
*
* @return the value of the 'Objet' containment reference.
* @see #setObjet(Nom)
* @see fr.n7.xtext.gAME.GAMEPackage#getConditionObjet_Objet()
* @model containment="true"
* @generated
*/
Nom getObjet();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.ConditionObjet#getObjet Objet}' containment reference.
*
*
* @param value the new value of the 'Objet' containment reference.
* @see #getObjet()
* @generated
*/
void setObjet(Nom value);
/**
* Returns the value of the 'Comparateur' attribute.
*
*
* @return the value of the 'Comparateur' attribute.
* @see #setComparateur(String)
* @see fr.n7.xtext.gAME.GAMEPackage#getConditionObjet_Comparateur()
* @model
* @generated
*/
String getComparateur();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.ConditionObjet#getComparateur Comparateur}' attribute.
*
*
* @param value the new value of the 'Comparateur' attribute.
* @see #getComparateur()
* @generated
*/
void setComparateur(String value);
/**
* Returns the value of the 'Nombre' attribute.
*
*
* @return the value of the 'Nombre' attribute.
* @see #setNombre(int)
* @see fr.n7.xtext.gAME.GAMEPackage#getConditionObjet_Nombre()
* @model
* @generated
*/
int getNombre();
/**
* Sets the value of the '{@link fr.n7.xtext.gAME.ConditionObjet#getNombre Nombre}' attribute.
*
*
* @param value the new value of the 'Nombre' attribute.
* @see #getNombre()
* @generated
*/
void setNombre(int value);
} // ConditionObjet