1 /**2 * <copyright>3 * </copyright>4 *5 * $Id$6 */7 package Olj;8 9 import org.eclipse.emf.common.util.EList;10 11 import org.eclipse.emf.ecore.EObject;12 13 /**14 * <!-- begin-user-doc -->15 * A representation of the model object '<em><b>Tables Type</b></em>'.16 * <!-- end-user-doc -->17 *18 * <p>19 * The following features are supported:20 * <ul>21 * <li>{@link Olj.TablesType#getTable <em>Table</em>}</li>22 * </ul>23 * </p>24 *25 * @see Olj.OljPackage#getTablesType()26 * @model 27 * @generated28 */29 public interface TablesType extends EObject {30 /**31 * Returns the value of the '<em><b>Table</b></em>' containment reference list.32 * The list contents are of type {@link Olj.TableType}.33 * <!-- begin-user-doc -->34 * <p>35 * If the meaning of the '<em>Table</em>' containment reference list isn't clear,36 * there really should be more of a description here...37 * </p>38 * <!-- end-user-doc -->39 * @return the value of the '<em>Table</em>' containment reference list.40 * @see Olj.OljPackage#getTablesType_Table()41 * @model type="Olj.TableType" containment="true" resolveProxies="false" required="true"42 * @generated43 */44 EList getTable();45 46 } // TablesType47