blob: eef7da0a5152c98eb146ff3e2d493a02dcc5d5a5 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2008, 2018 Open Canarias S.L. 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:
* A. Sanchez-Barbudo - initial API and implementation
* </copyright>
*
* $Id: OrderedTupleType.java,v 1.2 2009/01/25 23:10:43 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EClassifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ordered Tuple Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.OrderedTupleType#getElementType <em>Element Type</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.ImperativeOCLPackage#getOrderedTupleType()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='WellFormedName'"
* @generated
*/
public interface OrderedTupleType extends EClass {
/**
* Returns the value of the '<em><b>Element Type</b></em>' reference list.
* The list contents are of type {@link org.eclipse.emf.ecore.EClassifier}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Element Type</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>Element Type</em>' reference list.
* @see org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.ImperativeOCLPackage#getOrderedTupleType_ElementType()
* @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='eltTuple'"
* @generated
*/
EList<EClassifier> getElementType();
} // OrderedTupleType