blob: 3d9876e6c2cf226014ff49d4e146892de3dbc0e6 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.basecs.ElementCS;
import org.eclipse.ocl.xtext.essentialoclcs.PrimitiveLiteralExpCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Multiplicity Def CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MultiplicityDefCS#getLowerBound <em>Lower Bound</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MultiplicityDefCS#getUpperBound <em>Upper Bound</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMultiplicityDefCS()
* @model
* @generated
*/
public interface MultiplicityDefCS extends ElementCS {
/**
* Returns the value of the '<em><b>Lower Bound</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Lower Bound</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Lower Bound</em>' reference.
* @see #setLowerBound(PrimitiveLiteralExpCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMultiplicityDefCS_LowerBound()
* @model required="true"
* @generated
*/
PrimitiveLiteralExpCS getLowerBound();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MultiplicityDefCS#getLowerBound <em>Lower Bound</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Lower Bound</em>' reference.
* @see #getLowerBound()
* @generated
*/
void setLowerBound(PrimitiveLiteralExpCS value);
/**
* Returns the value of the '<em><b>Upper Bound</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Upper Bound</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Upper Bound</em>' reference.
* @see #setUpperBound(PrimitiveLiteralExpCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getMultiplicityDefCS_UpperBound()
* @model required="true"
* @generated
*/
PrimitiveLiteralExpCS getUpperBound();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.MultiplicityDefCS#getUpperBound <em>Upper Bound</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Upper Bound</em>' reference.
* @see #getUpperBound()
* @generated
*/
void setUpperBound(PrimitiveLiteralExpCS value);
} // MultiplicityDefCS