blob: c6ae16a0a0feee3ec6aed173afe81827c7fe631d [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.gmf.examples.design2d;
import org.eclipse.gmf.runtime.notation.Style;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Design Style</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.examples.design2d.Design2DPackage#getDesignStyle()
* @model interface="true" abstract="true"
* @generated
*/
public interface DesignStyle extends Style {
} // DesignStyle