blob: 0bcb203c1e3cdbc5f502ae3fc146e2d63f57f276 [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.diagram;
import org.eclipse.sirius.viewpoint.LabelStyle;
import org.eclipse.sirius.viewpoint.Style;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Container Style</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc --> The style of a container. <!-- end-model-doc -->
*
*
* @see org.eclipse.sirius.diagram.DiagramPackage#getContainerStyle()
* @model abstract="true"
* @generated
*/
public interface ContainerStyle extends LabelStyle, Style, BorderedStyle, HideLabelCapabilityStyle {
} // ContainerStyle