/** * <copyright> * </copyright> * * $Id$ */ package com.hundsun.ares.studio.jres.model.chouse; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Add Table Column Modification</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.jres.model.chouse.AddTableColumnModification#getColumns <em>Columns</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.jres.model.chouse.ChousePackage#getAddTableColumnModification() * @model * @generated */ public interface AddTableColumnModification extends Modification { /** * Returns the value of the '<em><b>Columns</b></em>' containment reference list. * The list contents are of type {@link com.hundsun.ares.studio.jres.model.chouse.HisTableColumn}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Columns</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Columns</em>' containment reference list. * @see com.hundsun.ares.studio.jres.model.chouse.ChousePackage#getAddTableColumnModification_Columns() * @model containment="true" * @generated */ EList<HisTableColumn> getColumns(); } // AddTableColumnModification