Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapsIdImpl.java')
-rw-r--r--core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapsIdImpl.java87
1 files changed, 43 insertions, 44 deletions
diff --git a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapsIdImpl.java b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapsIdImpl.java
index dd28f7270..ffda17ba4 100644
--- a/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapsIdImpl.java
+++ b/core/org.eclipse.emf.teneo.annotations/src/org/eclipse/emf/teneo/annotations/pannotation/impl/MapsIdImpl.java
@@ -7,32 +7,29 @@
package org.eclipse.emf.teneo.annotations.pannotation.impl;
import org.eclipse.emf.common.notify.Notification;
-
import org.eclipse.emf.ecore.EClass;
-
import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
import org.eclipse.emf.teneo.annotations.pannotation.MapsId;
import org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage;
/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Maps Id</b></em>'.
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> An implementation of the model object '<em><b>Maps Id</b></em>'. <!--
+ * end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
- * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.MapsIdImpl#getValue <em>Value</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.annotations.pannotation.impl.MapsIdImpl#getValue <em>Value</em>}
+ * </li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class MapsIdImpl extends PAnnotationImpl implements MapsId {
/**
- * The default value of the '{@link #getValue() <em>Value</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * The default value of the '{@link #getValue() <em>Value</em>}' attribute. <!-- begin-user-doc
+ * --> <!-- end-user-doc -->
+ *
* @see #getValue()
* @generated
* @ordered
@@ -40,9 +37,9 @@ public class MapsIdImpl extends PAnnotationImpl implements MapsId {
protected static final String VALUE_EDEFAULT = null;
/**
- * The cached value of the '{@link #getValue() <em>Value</em>}' attribute.
- * <!-- begin-user-doc -->
+ * The cached value of the '{@link #getValue() <em>Value</em>}' attribute. <!-- begin-user-doc -->
* <!-- end-user-doc -->
+ *
* @see #getValue()
* @generated
* @ordered
@@ -50,8 +47,8 @@ public class MapsIdImpl extends PAnnotationImpl implements MapsId {
protected String value = VALUE_EDEFAULT;
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected MapsIdImpl() {
@@ -59,8 +56,8 @@ public class MapsIdImpl extends PAnnotationImpl implements MapsId {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -69,8 +66,8 @@ public class MapsIdImpl extends PAnnotationImpl implements MapsId {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public String getValue() {
@@ -78,83 +75,85 @@ public class MapsIdImpl extends PAnnotationImpl implements MapsId {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setValue(String newValue) {
String oldValue = value;
value = newValue;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.MAPS_ID__VALUE, oldValue, value));
+ eNotify(new ENotificationImpl(this, Notification.SET, PannotationPackage.MAPS_ID__VALUE,
+ oldValue, value));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
- case PannotationPackage.MAPS_ID__VALUE:
- return getValue();
+ case PannotationPackage.MAPS_ID__VALUE:
+ return getValue();
}
return super.eGet(featureID, resolve, coreType);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
- case PannotationPackage.MAPS_ID__VALUE:
- setValue((String)newValue);
- return;
+ case PannotationPackage.MAPS_ID__VALUE:
+ setValue((String) newValue);
+ return;
}
super.eSet(featureID, newValue);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
- case PannotationPackage.MAPS_ID__VALUE:
- setValue(VALUE_EDEFAULT);
- return;
+ case PannotationPackage.MAPS_ID__VALUE:
+ setValue(VALUE_EDEFAULT);
+ return;
}
super.eUnset(featureID);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
- case PannotationPackage.MAPS_ID__VALUE:
- return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value);
+ case PannotationPackage.MAPS_ID__VALUE:
+ return VALUE_EDEFAULT == null ? value != null : !VALUE_EDEFAULT.equals(value);
}
return super.eIsSet(featureID);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public String toString() {
- if (eIsProxy()) return super.toString();
+ if (eIsProxy())
+ return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (value: ");
@@ -163,4 +162,4 @@ public class MapsIdImpl extends PAnnotationImpl implements MapsId {
return result.toString();
}
-} //MapsIdImpl
+} // MapsIdImpl

Back to the top