/** * generated by Xtext 2.23.0 */ package xtext.game; /** * * A representation of the model object 'Condition Objet'. * * *

* The following features are supported: *

* * * @see xtext.game.GamePackage#getConditionObjet() * @model * @generated */ public interface ConditionObjet extends ConditionTest { /** * Returns the value of the 'Objet' attribute. * * * @return the value of the 'Objet' attribute. * @see #setObjet(String) * @see xtext.game.GamePackage#getConditionObjet_Objet() * @model * @generated */ String getObjet(); /** * Sets the value of the '{@link xtext.game.ConditionObjet#getObjet Objet}' attribute. * * * @param value the new value of the 'Objet' attribute. * @see #getObjet() * @generated */ void setObjet(String value); /** * Returns the value of the 'Comparateur' attribute. * * * @return the value of the 'Comparateur' attribute. * @see #setComparateur(String) * @see xtext.game.GamePackage#getConditionObjet_Comparateur() * @model * @generated */ String getComparateur(); /** * Sets the value of the '{@link 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 xtext.game.GamePackage#getConditionObjet_Nombre() * @model * @generated */ int getNombre(); /** * Sets the value of the '{@link xtext.game.ConditionObjet#getNombre Nombre}' attribute. * * * @param value the new value of the 'Nombre' attribute. * @see #getNombre() * @generated */ void setNombre(int value); } // ConditionObjet