/** * generated by Xtext 2.12.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; /** * * A representation of the model object 'Exact Number'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getExactNumber() * @model * @generated */ public interface ExactNumber extends NumberSpecification { /** * Returns the value of the 'Exact Number' attribute. * *

* If the meaning of the 'Exact Number' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Exact Number' attribute. * @see #setExactNumber(int) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getExactNumber_ExactNumber() * @model * @generated */ int getExactNumber(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber#getExactNumber Exact Number}' attribute. * * * @param value the new value of the 'Exact Number' attribute. * @see #getExactNumber() * @generated */ void setExactNumber(int value); /** * Returns the value of the 'Exact Unlimited' attribute. * *

* If the meaning of the 'Exact Unlimited' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Exact Unlimited' attribute. * @see #setExactUnlimited(boolean) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getExactNumber_ExactUnlimited() * @model * @generated */ boolean isExactUnlimited(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ExactNumber#isExactUnlimited Exact Unlimited}' attribute. * * * @param value the new value of the 'Exact Unlimited' attribute. * @see #isExactUnlimited() * @generated */ void setExactUnlimited(boolean value); } // ExactNumber