blob: a9b67dfaf2b6d24a2dbbb2963919264e656ebee5 [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.emf.common.util.EList;
import org.eclipse.qvtd.pivot.qvtbase.TypedModel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entry Point CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.EntryPointCS#getInputTypedModels <em>Input Typed Models</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.EntryPointCS#getOutputTypedModels <em>Output Typed Models</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtimperativecs.EntryPointCS#getTargetName <em>Target Name</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getEntryPointCS()
* @model
* @generated
*/
public interface EntryPointCS extends MappingCS {
/**
* Returns the value of the '<em><b>Input Typed Models</b></em>' reference list.
* The list contents are of type {@link org.eclipse.qvtd.pivot.qvtbase.TypedModel}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Input Typed Models</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Input Typed Models</em>' reference list.
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getEntryPointCS_InputTypedModels()
* @model
* @generated
*/
EList<TypedModel> getInputTypedModels();
/**
* Returns the value of the '<em><b>Output Typed Models</b></em>' reference list.
* The list contents are of type {@link org.eclipse.qvtd.pivot.qvtbase.TypedModel}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Output Typed Models</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Output Typed Models</em>' reference list.
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getEntryPointCS_OutputTypedModels()
* @model
* @generated
*/
EList<TypedModel> getOutputTypedModels();
/**
* Returns the value of the '<em><b>Target Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The name of the NamedElement.
* <!-- end-model-doc -->
* @return the value of the '<em>Target Name</em>' attribute.
* @see #setTargetName(String)
* @see org.eclipse.qvtd.xtext.qvtimperativecs.QVTimperativeCSPackage#getEntryPointCS_TargetName()
* @model dataType="org.eclipse.ocl.pivot.String"
* @generated
*/
String getTargetName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtimperativecs.EntryPointCS#getTargetName <em>Target Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Target Name</em>' attribute.
* @see #getTargetName()
* @generated
*/
void setTargetName(String value);
} // EntryPointCS