Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3cf8a28403620d4d4807614d8d11749ca8f65d66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 */
package org.eclipse.papyrus.infra.gmfdiag.css.stylesheets;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Style Sheet</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.papyrus.infra.gmfdiag.css.stylesheets.StylesheetsPackage#getStyleSheet()
 * @model interface="true" abstract="true"
 * @generated
 */
public interface StyleSheet extends EObject {
} // StyleSheet

Back to the top