Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/facade/org.eclipse.papyrus.facade/src/org/eclipse/papyrus/facade/extensiondefinition/BaseMetaclass.java')
-rw-r--r--extraplugins/facade/org.eclipse.papyrus.facade/src/org/eclipse/papyrus/facade/extensiondefinition/BaseMetaclass.java17
1 files changed, 8 insertions, 9 deletions
diff --git a/extraplugins/facade/org.eclipse.papyrus.facade/src/org/eclipse/papyrus/facade/extensiondefinition/BaseMetaclass.java b/extraplugins/facade/org.eclipse.papyrus.facade/src/org/eclipse/papyrus/facade/extensiondefinition/BaseMetaclass.java
index 5f78bf4bd66..46de28bd045 100644
--- a/extraplugins/facade/org.eclipse.papyrus.facade/src/org/eclipse/papyrus/facade/extensiondefinition/BaseMetaclass.java
+++ b/extraplugins/facade/org.eclipse.papyrus.facade/src/org/eclipse/papyrus/facade/extensiondefinition/BaseMetaclass.java
@@ -14,7 +14,6 @@
package org.eclipse.papyrus.facade.extensiondefinition;
import org.eclipse.emf.common.util.EList;
-
import org.eclipse.emf.ecore.EObject;
/**
@@ -46,7 +45,7 @@ public interface BaseMetaclass extends EObject {
* If the meaning of the '<em>Incompatible Stereotypes</em>' containment reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Incompatible Stereotypes</em>' containment reference list.
* @see org.eclipse.papyrus.facade.extensiondefinition.ExtensiondefinitionPackage#getBaseMetaclass_IncompatibleStereotypes()
* @model containment="true"
@@ -61,7 +60,7 @@ public interface BaseMetaclass extends EObject {
* If the meaning of the '<em>Base</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Base</em>' reference.
* @see #setBase(EObject)
* @see org.eclipse.papyrus.facade.extensiondefinition.ExtensiondefinitionPackage#getBaseMetaclass_Base()
@@ -74,7 +73,7 @@ public interface BaseMetaclass extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.facade.extensiondefinition.BaseMetaclass#getBase <em>Base</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Base</em>' reference.
* @see #getBase()
@@ -90,7 +89,7 @@ public interface BaseMetaclass extends EObject {
* If the meaning of the '<em>Extension Definition</em>' container reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Extension Definition</em>' container reference.
* @see #setExtensionDefinition(ExtensionDefinition)
* @see org.eclipse.papyrus.facade.extensiondefinition.ExtensiondefinitionPackage#getBaseMetaclass_ExtensionDefinition()
@@ -104,7 +103,7 @@ public interface BaseMetaclass extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.facade.extensiondefinition.BaseMetaclass#getExtensionDefinition <em>Extension Definition</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Extension Definition</em>' container reference.
* @see #getExtensionDefinition()
@@ -120,7 +119,7 @@ public interface BaseMetaclass extends EObject {
* If the meaning of the '<em>Compatible Stereotypes</em>' containment reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Compatible Stereotypes</em>' containment reference list.
* @see org.eclipse.papyrus.facade.extensiondefinition.ExtensiondefinitionPackage#getBaseMetaclass_CompatibleStereotypes()
* @model containment="true"
@@ -135,7 +134,7 @@ public interface BaseMetaclass extends EObject {
* If the meaning of the '<em>Possible</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Possible</em>' attribute.
* @see #setPossible(boolean)
* @see org.eclipse.papyrus.facade.extensiondefinition.ExtensiondefinitionPackage#getBaseMetaclass_Possible()
@@ -148,7 +147,7 @@ public interface BaseMetaclass extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.facade.extensiondefinition.BaseMetaclass#isPossible <em>Possible</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Possible</em>' attribute.
* @see #isPossible()

Back to the top