/** */ package hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations; /** * * A representation of the model object 'Upper Multiplicity Assertion'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage#getUpperMultiplicityAssertion() * @model * @generated */ public interface UpperMultiplicityAssertion extends MultiplicityAssertion { /** * Returns the value of the 'Upper' attribute. * *

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

* * @return the value of the 'Upper' attribute. * @see #setUpper(int) * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage#getUpperMultiplicityAssertion_Upper() * @model required="true" * @generated */ int getUpper(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.UpperMultiplicityAssertion#getUpper Upper}' attribute. * * * @param value the new value of the 'Upper' attribute. * @see #getUpper() * @generated */ void setUpper(int value); } // UpperMultiplicityAssertion