blob: 517b9f904824a029aaf2d919493bd00a06717444 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.examples.xtext.base.basecs.ElementCS;
import org.eclipse.ocl.examples.xtext.base.basecs.PathNameCS;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Module Ref CS</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ModuleRefCS#getPathNameCS <em>Path Name CS</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ModuleRefCS#getParameters <em>Parameters</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getModuleRefCS()
* @model
* @generated
*/
public interface ModuleRefCS
extends ElementCS {
/**
* Returns the value of the '<em><b>Path Name CS</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Path Name CS</em>' containment reference isn't
* clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Path Name CS</em>' containment reference.
* @see #setPathNameCS(PathNameCS)
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getModuleRefCS_PathNameCS()
* @model containment="true" required="true"
* @generated
*/
PathNameCS getPathNameCS();
/**
* Sets the value of the '{@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ModuleRefCS#getPathNameCS <em>Path Name CS</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Path Name CS</em>' containment reference.
* @see #getPathNameCS()
* @generated
*/
void setPathNameCS(PathNameCS value);
/**
* Returns the value of the '<em><b>Parameters</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.ParameterDeclarationCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Parameters</em>' containment reference list
* isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Parameters</em>' containment reference list.
* @see org.eclipse.qvto.examples.xtext.qvtoperational.qvtoperationalcs.QVTOperationalCSPackage#getModuleRefCS_Parameters()
* @model containment="true"
* @generated
*/
EList<ParameterDeclarationCS> getParameters();
} // ModuleRefCS