blob: 89c6c699c2136e2ef2f7d600b6b3ffd47f3914af [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 2018 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.qvtd.pivot.qvtimperative.AppendParameter;
import org.eclipse.qvtd.pivot.qvtimperative.ConnectionVariable;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Append Parameter Binding CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.AppendParameterBindingCS#getValue <em>Value</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.AppendParameterBindingCS#getReferredVariable <em>Referred Variable</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getAppendParameterBindingCS()
* @model
* @generated
*/
public interface AppendParameterBindingCS extends MappingParameterBindingCS {
/**
* Returns the value of the '<em><b>Value</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Value</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value</em>' reference.
* @see #setValue(ConnectionVariable)
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getAppendParameterBindingCS_Value()
* @model required="true"
* @generated
*/
ConnectionVariable getValue();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtimperativecs.AppendParameterBindingCS#getValue <em>Value</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Value</em>' reference.
* @see #getValue()
* @generated
*/
void setValue(ConnectionVariable value);
/**
* Returns the value of the '<em><b>Referred Variable</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Referred Variable</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Referred Variable</em>' reference.
* @see #setReferredVariable(AppendParameter)
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getAppendParameterBindingCS_ReferredVariable()
* @model required="true"
* @generated
*/
AppendParameter getReferredVariable();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtimperativecs.AppendParameterBindingCS#getReferredVariable <em>Referred Variable</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Referred Variable</em>' reference.
* @see #getReferredVariable()
* @generated
*/
void setReferredVariable(AppendParameter value);
} // AppendParameterBindingCS