/** * <copyright> * </copyright> * * $Id$ */ package orgomg.cwm.resource.relational; import orgomg.cwm.foundation.keysindexes.IndexedFeature; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>SQL Index Column</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Associates an index with its columns. * * This is really an association (link) class. It is associated with one index and one column. * * <!-- end-model-doc --> * * * @see orgomg.cwm.resource.relational.RelationalPackage#getSQLIndexColumn() * @model * @generated */ public interface SQLIndexColumn extends IndexedFeature { } // SQLIndexColumn