/** * <copyright> * </copyright> * * $Id$ */ package orgomg.cwm.resource.relational; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Column Set</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * A set of columns, representing either the result of a query, a view or a physical table. * <!-- end-model-doc --> * * * @see orgomg.cwm.resource.relational.RelationalPackage#getColumnSet() * @model * @generated */ public interface ColumnSet extends orgomg.cwm.objectmodel.core.Class { } // ColumnSet