blob: eded9b7f356c3d1bc7c1d57246dfce76bbdf0898 [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.core.builtintypes;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Basic Table</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Default implementation provided for a table.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.papyrus.model2doc.core.builtintypes.BuiltInTypesPackage#getBasicTable()
* @model
* @generated
*/
public interface BasicTable extends AbstractTable {
} // BasicTable