blob: c0b704f7bf36831f8eae4763b018b1ddf406d4e4 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2006, 2008 IBM Corporation, Zeligsoft Inc., and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
* Zeligsoft - Bug 256040
*
* </copyright>
*
* $Id: CollectionLiteralExp.java,v 1.2 2008/11/24 00:44:38 cdamus Exp $
*/
package org.eclipse.ocl.ecore;
import org.eclipse.emf.ecore.EClassifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Collection Literal Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.ecore.EcorePackage#getCollectionLiteralExp()
* @model
* @generated
*/
public interface CollectionLiteralExp
extends LiteralExp,
org.eclipse.ocl.expressions.CollectionLiteralExp<EClassifier> {
} // CollectionLiteralExp