/** */ package com.irtsaintexupery.pseim.mapping; import com.irtsaintexupery.pseim.pseim.CardinalityElement; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Cardinality Value'. * * *
* The following features are supported: *
** If the meaning of the 'Cardinality Element' reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Cardinality Element' reference. * @see #setCardinalityElement(CardinalityElement) * @see com.irtsaintexupery.pseim.mapping.MappingPackage#getCardinalityValue_CardinalityElement() * @model required="true" * @generated */ CardinalityElement getCardinalityElement(); /** * Sets the value of the '{@link com.irtsaintexupery.pseim.mapping.CardinalityValue#getCardinalityElement Cardinality Element}' reference. * * * @param value the new value of the 'Cardinality Element' reference. * @see #getCardinalityElement() * @generated */ void setCardinalityElement(CardinalityElement value); /** * Returns the value of the 'Value' attribute. * ** If the meaning of the 'Value' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Value' attribute. * @see #setValue(int) * @see com.irtsaintexupery.pseim.mapping.MappingPackage#getCardinalityValue_Value() * @model required="true" * @generated */ int getValue(); /** * Sets the value of the '{@link com.irtsaintexupery.pseim.mapping.CardinalityValue#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(int value); } // CardinalityValue