Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.sirius.model/src-gen/org/eclipse/sirius/viewpoint/description/audit/InformationSection.java')
-rw-r--r--plugins/org.eclipse.sirius.model/src-gen/org/eclipse/sirius/viewpoint/description/audit/InformationSection.java40
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.model/src-gen/org/eclipse/sirius/viewpoint/description/audit/InformationSection.java b/plugins/org.eclipse.sirius.model/src-gen/org/eclipse/sirius/viewpoint/description/audit/InformationSection.java
new file mode 100644
index 0000000000..6a568c593a
--- /dev/null
+++ b/plugins/org.eclipse.sirius.model/src-gen/org/eclipse/sirius/viewpoint/description/audit/InformationSection.java
@@ -0,0 +1,40 @@
+/**
+ * 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.viewpoint.description.audit;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc --> A representation of the model object ' <em><b>Information Section</b></em>'. <!--
+ * end-user-doc -->
+ *
+ * <!-- begin-model-doc --> The section that displays informations about the selected element. <!-- end-model-doc -->
+ *
+ *
+ * @see org.eclipse.sirius.viewpoint.description.audit.AuditPackage#getInformationSection()
+ * @model abstract="true"
+ * @generated
+ */
+public interface InformationSection extends EObject {
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc --> Return the content of the section.
+ *
+ * @param eObj
+ * The selected element. <!-- end-model-doc -->
+ * @model
+ * @generated
+ */
+ String getContent(EObject eObj);
+
+} // InformationSection

Back to the top