blob: 9e0d73ec0d27da01ac5437755b959a9b55bfd13d [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.qvtd.pivot.qvtimperative.ConnectionVariable;
import org.eclipse.qvtd.pivot.qvtimperative.GuardParameter;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Guard Parameter Binding CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.GuardParameterBindingCS#getValue <em>Value</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.GuardParameterBindingCS#getReferredVariable <em>Referred Variable</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.GuardParameterBindingCS#isIsCheck <em>Is Check</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getGuardParameterBindingCS()
* @model
* @generated
*/
public interface GuardParameterBindingCS 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#getGuardParameterBindingCS_Value()
* @model required="true"
* @generated
*/
ConnectionVariable getValue();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtimperativecs.GuardParameterBindingCS#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(GuardParameter)
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getGuardParameterBindingCS_ReferredVariable()
* @model required="true"
* @generated
*/
GuardParameter getReferredVariable();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtimperativecs.GuardParameterBindingCS#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(GuardParameter value);
/**
* Returns the value of the '<em><b>Is Check</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Check</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Is Check</em>' attribute.
* @see #setIsCheck(boolean)
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getGuardParameterBindingCS_IsCheck()
* @model default="false" required="true"
* @generated
*/
boolean isIsCheck();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtimperativecs.GuardParameterBindingCS#isIsCheck <em>Is Check</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Check</em>' attribute.
* @see #isIsCheck()
* @generated
*/
void setIsCheck(boolean value);
} // GuardParameterBindingCS