blob: dd17d50d3f7252bae2d060171c275dbb18f456c6 [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.BasicLabelStyle;
import org.eclipse.sirius.viewpoint.description.style.BasicLabelStyleDescription;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Begin Label Style</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc --> The style of a label. <!-- end-model-doc -->
*
*
* @see org.eclipse.sirius.diagram.DiagramPackage#getBeginLabelStyle()
* @model
* @generated
*/
public interface BeginLabelStyle extends BasicLabelStyle {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @model kind="operation"
* @generated
*/
BasicLabelStyleDescription getDescription();
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @model
* @generated
*/
void setDescription(BasicLabelStyleDescription description);
} // BeginLabelStyle