blob: a88ec236d84fafb5698d2b5e13d74943287df7cd [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: ListType.java,v 1.1 2008/09/02 20:01:44 radvorak Exp $
*/
package org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL;
import org.eclipse.ocl.ecore.CollectionType;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>List Type</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL.ImperativeOCLPackage#getListType()
* @model
* @generated
*/
public interface ListType extends CollectionType {
} // ListType