blob: c539efa14329420cb1c194540f8bbe1bda13c2fd [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.ocl.xtext.essentialoclcs.CallExpCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Imperative Operation Call Exp CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ImperativeOperationCallExpCS#getModule <em>Module</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getImperativeOperationCallExpCS()
* @model
* @generated
*/
public interface ImperativeOperationCallExpCS extends CallExpCS {
/**
* Returns the value of the '<em><b>Module</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Module</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Module</em>' attribute.
* @see #setModule(String)
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getImperativeOperationCallExpCS_Module()
* @model
* @generated
*/
String getModule();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ImperativeOperationCallExpCS#getModule <em>Module</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Module</em>' attribute.
* @see #getModule()
* @generated
*/
void setModule(String value);
} // ImperativeOperationCallExpCS