Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/impl/ConfigurationPropertyImpl.java')
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/impl/ConfigurationPropertyImpl.java24
1 files changed, 10 insertions, 14 deletions
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/impl/ConfigurationPropertyImpl.java b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/impl/ConfigurationPropertyImpl.java
index 3ded2e5717c..ea85c0ceee2 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/impl/ConfigurationPropertyImpl.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/impl/ConfigurationPropertyImpl.java
@@ -13,16 +13,12 @@
package org.eclipse.papyrus.FCM.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.EObjectImpl;
-
import org.eclipse.papyrus.FCM.ConfigurationProperty;
import org.eclipse.papyrus.FCM.FCMPackage;
-
import org.eclipse.uml2.uml.Property;
/**
@@ -43,7 +39,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
* The cached value of the '{@link #getBase_Property() <em>Base Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @see #getBase_Property()
* @generated
* @ordered
@@ -53,7 +49,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected ConfigurationPropertyImpl() {
@@ -63,7 +59,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -74,7 +70,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -94,7 +90,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
public Property basicGetBase_Property() {
@@ -104,7 +100,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -119,7 +115,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -137,7 +133,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -153,7 +149,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -169,7 +165,7 @@ public class ConfigurationPropertyImpl extends EObjectImpl implements Configurat
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top