/** * <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>Rename Table Column Modification</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.hundsun.ares.studio.jres.model.chouse.RenameTableColumnModification#getDetails <em>Details</em>}</li> * </ul> * </p> * * @see com.hundsun.ares.studio.jres.model.chouse.ChousePackage#getRenameTableColumnModification() * @model * @generated */ public interface RenameTableColumnModification extends Modification { /** * Returns the value of the '<em><b>Details</b></em>' containment reference list. * The list contents are of type {@link com.hundsun.ares.studio.jres.model.chouse.RTCMDetail}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Details</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>Details</em>' containment reference list. * @see com.hundsun.ares.studio.jres.model.chouse.ChousePackage#getRenameTableColumnModification_Details() * @model containment="true" * @generated */ EList<RTCMDetail> getDetails(); } // RenameTableColumnModification