Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.sirius.diagram.model/src-gen/org/eclipse/sirius/diagram/description/style/CenterLabelStyleDescription.java')
-rw-r--r--plugins/org.eclipse.sirius.diagram.model/src-gen/org/eclipse/sirius/diagram/description/style/CenterLabelStyleDescription.java30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.diagram.model/src-gen/org/eclipse/sirius/diagram/description/style/CenterLabelStyleDescription.java b/plugins/org.eclipse.sirius.diagram.model/src-gen/org/eclipse/sirius/diagram/description/style/CenterLabelStyleDescription.java
new file mode 100644
index 0000000000..397249c27c
--- /dev/null
+++ b/plugins/org.eclipse.sirius.diagram.model/src-gen/org/eclipse/sirius/diagram/description/style/CenterLabelStyleDescription.java
@@ -0,0 +1,30 @@
+/**
+ * Copyright (c) 2007, 2013 THALES GLOBAL SERVICES.
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ * Obeo - initial API and implementation
+ *
+ */
+package org.eclipse.sirius.diagram.description.style;
+
+import org.eclipse.sirius.viewpoint.description.style.BasicLabelStyleDescription;
+
+/**
+ * <!-- begin-user-doc --> A representation of the model object ' <em><b>Center Label Style Description</b></em>'. <!--
+ * end-user-doc -->
+ *
+ * <!-- begin-model-doc --> The style of a center label. <!-- end-model-doc -->
+ *
+ *
+ * @see org.eclipse.sirius.diagram.description.style.StylePackage#getCenterLabelStyleDescription()
+ * @model
+ * @generated
+ */
+public interface CenterLabelStyleDescription extends BasicLabelStyleDescription {
+} // CenterLabelStyleDescription

Back to the top