blob: 8424d450024c3af8c67ef7f2f5af055a2be57510 [file] [log] [blame]
/**
* Copyright (c) 2019 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation
*/
package org.eclipse.papyrus.model2doc.emf.documentstructure;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Inserted Generated File</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This element reference a generated file which will be inserted in the final document.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.papyrus.model2doc.emf.documentstructure.DocumentStructurePackage#getInsertedGeneratedFile()
* @model
* @generated
*/
public interface InsertedGeneratedFile extends InsertedFile, IGeneratedFile {
} // InsertedGeneratedFile