blob: e970c919b0597a7da50ec1db04c0f46c5d4a0d89 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 2020 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.qvtd.xtext.qvtimperativecs;
import org.eclipse.ocl.xtext.essentialoclcs.ExpCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mapping Parameter Binding CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.MappingParameterBindingCS#getOwningMappingCall <em>Owning Mapping Call</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getMappingParameterBindingCS()
* @model abstract="true"
* @generated
*/
public interface MappingParameterBindingCS extends ExpCS {
/**
* Returns the value of the '<em><b>Owning Mapping Call</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.qvtd.xtext.qvtimperativecs.MappingCallCS#getOwnedBindings <em>Owned Bindings</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owning Mapping Call</em>' container reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Owning Mapping Call</em>' container reference.
* @see #setOwningMappingCall(MappingCallCS)
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getMappingParameterBindingCS_OwningMappingCall()
* @see org.eclipse.qvtd.xtext.qvtimperativecs.MappingCallCS#getOwnedBindings
* @model opposite="ownedBindings" transient="false"
* @generated
*/
MappingCallCS getOwningMappingCall();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtimperativecs.MappingParameterBindingCS#getOwningMappingCall <em>Owning Mapping Call</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Owning Mapping Call</em>' container reference.
* @see #getOwningMappingCall()
* @generated
*/
void setOwningMappingCall(MappingCallCS value);
} // MappingParameterBindingCS