blob: c152d482884a5c3d45732303cd45a0bad7390b1a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007-2013 THALES GLOBAL SERVICES.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.table.metamodel.table;
import org.eclipse.sirius.viewpoint.DSemanticDecorator;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>DTarget Column</b></em>'. <!-- end-user-doc -->
*
*
* @see org.eclipse.sirius.table.metamodel.table.TablePackage#getDTargetColumn()
* @model
* @generated
*/
public interface DTargetColumn extends DSemanticDecorator, DColumn, DTableElementUpdater {
} // DTargetColumn