Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/impl/DeploymentRepositoryImpl.java')
-rw-r--r--org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/impl/DeploymentRepositoryImpl.java878
1 files changed, 426 insertions, 452 deletions
diff --git a/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/impl/DeploymentRepositoryImpl.java b/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/impl/DeploymentRepositoryImpl.java
index 9110e681..ef9f9e41 100644
--- a/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/impl/DeploymentRepositoryImpl.java
+++ b/org.eclipse.m2e.model.edit/src/main/java/org/eclipse/m2e/model/edit/pom/impl/DeploymentRepositoryImpl.java
@@ -12,476 +12,450 @@
package org.eclipse.m2e.model.edit.pom.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.ecore.impl.EObjectImpl;
+
import org.eclipse.m2e.model.edit.pom.DeploymentRepository;
import org.eclipse.m2e.model.edit.pom.PomPackage;
/**
- * <!-- begin-user-doc --> An implementation of the model object '
- * <em><b>Deployment Repository</b></em>'. <!-- end-user-doc -->
+ * <!-- begin-user-doc --> An implementation of the model object ' <em><b>Deployment Repository</b></em>'. <!--
+ * end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>
- * {@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getUniqueVersion
- * <em>Unique Version</em>}</li>
- * <li>{@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getId
- * <em>Id</em>}</li>
+ * {@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getUniqueVersion <em>Unique Version</em>}</li>
+ * <li>{@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getId <em>Id</em>}</li>
* <li>
- * {@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getName
- * <em>Name</em>}</li>
- * <li>{@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getUrl
- * <em>Url</em>}</li>
+ * {@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getName <em>Name</em>}</li>
+ * <li>{@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getUrl <em>Url</em>}</li>
* <li>
- * {@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getLayout
- * <em>Layout</em>}</li>
+ * {@link org.eclipse.m2e.model.edit.pom.impl.DeploymentRepositoryImpl#getLayout <em>Layout</em>}</li>
* </ul>
* </p>
*
* @generated
*/
-public class DeploymentRepositoryImpl extends EObjectImpl implements
- DeploymentRepository {
- /**
- * The default value of the '{@link #getUniqueVersion()
- * <em>Unique Version</em>}' attribute. <!-- begin-user-doc --> <!--
- * end-user-doc -->
- *
- * @see #getUniqueVersion()
- * @generated
- * @ordered
- */
- protected static final String UNIQUE_VERSION_EDEFAULT = "true"; //$NON-NLS-1$
-
- /**
- * The cached value of the '{@link #getUniqueVersion()
- * <em>Unique Version</em>}' attribute. <!-- begin-user-doc --> <!--
- * end-user-doc -->
- *
- * @see #getUniqueVersion()
- * @generated
- * @ordered
- */
- protected String uniqueVersion = UNIQUE_VERSION_EDEFAULT;
-
- /**
- * This is true if the Unique Version attribute has been set. <!--
- * begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- * @ordered
- */
- protected boolean uniqueVersionESet;
-
- /**
- * The default value of the '{@link #getId() <em>Id</em>}' attribute. <!--
- * begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getId()
- * @generated
- * @ordered
- */
- protected static final String ID_EDEFAULT = null;
-
- /**
- * The cached value of the '{@link #getId() <em>Id</em>}' attribute. <!--
- * begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getId()
- * @generated
- * @ordered
- */
- protected String id = ID_EDEFAULT;
-
- /**
- * The default value of the '{@link #getName() <em>Name</em>}' attribute.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getName()
- * @generated
- * @ordered
- */
- protected static final String NAME_EDEFAULT = null;
-
- /**
- * The cached value of the '{@link #getName() <em>Name</em>}' attribute.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getName()
- * @generated
- * @ordered
- */
- protected String name = NAME_EDEFAULT;
-
- /**
- * The default value of the '{@link #getUrl() <em>Url</em>}' attribute. <!--
- * begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getUrl()
- * @generated
- * @ordered
- */
- protected static final String URL_EDEFAULT = null;
-
- /**
- * The cached value of the '{@link #getUrl() <em>Url</em>}' attribute. <!--
- * begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getUrl()
- * @generated
- * @ordered
- */
- protected String url = URL_EDEFAULT;
-
- /**
- * The default value of the '{@link #getLayout() <em>Layout</em>}'
- * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getLayout()
- * @generated
- * @ordered
- */
- protected static final String LAYOUT_EDEFAULT = null;
-
- /**
- * The cached value of the '{@link #getLayout() <em>Layout</em>}' attribute.
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @see #getLayout()
- * @generated
- * @ordered
- */
- protected String layout = LAYOUT_EDEFAULT;
-
- /**
- * This is true if the Layout attribute has been set. <!-- begin-user-doc
- * --> <!-- end-user-doc -->
- *
- * @generated
- * @ordered
- */
- protected boolean layoutESet;
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- protected DeploymentRepositoryImpl() {
- super();
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return PomPackage.Literals.DEPLOYMENT_REPOSITORY;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public String getUniqueVersion() {
- return uniqueVersion;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public void setUniqueVersion(String newUniqueVersion) {
- String oldUniqueVersion = uniqueVersion;
- uniqueVersion = newUniqueVersion;
- boolean oldUniqueVersionESet = uniqueVersionESet;
- uniqueVersionESet = true;
- if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET,
- PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION,
- oldUniqueVersion, uniqueVersion, !oldUniqueVersionESet));
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public void unsetUniqueVersion() {
- String oldUniqueVersion = uniqueVersion;
- boolean oldUniqueVersionESet = uniqueVersionESet;
- uniqueVersion = UNIQUE_VERSION_EDEFAULT;
- uniqueVersionESet = false;
- if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.UNSET,
- PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION,
- oldUniqueVersion, UNIQUE_VERSION_EDEFAULT,
- oldUniqueVersionESet));
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public boolean isSetUniqueVersion() {
- return uniqueVersionESet;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public String getId() {
- return id;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public void setId(String newId) {
- String oldId = id;
- id = newId;
- if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET,
- PomPackage.DEPLOYMENT_REPOSITORY__ID, oldId, id));
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public String getName() {
- return name;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public void setName(String newName) {
- String oldName = name;
- name = newName;
- if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET,
- PomPackage.DEPLOYMENT_REPOSITORY__NAME, oldName, name));
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public String getUrl() {
- return url;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public void setUrl(String newUrl) {
- String oldUrl = url;
- url = newUrl;
- if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET,
- PomPackage.DEPLOYMENT_REPOSITORY__URL, oldUrl, url));
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public String getLayout() {
- return layout;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public void setLayout(String newLayout) {
- String oldLayout = layout;
- layout = newLayout;
- boolean oldLayoutESet = layoutESet;
- layoutESet = true;
- if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET,
- PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT, oldLayout,
- layout, !oldLayoutESet));
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public void unsetLayout() {
- String oldLayout = layout;
- boolean oldLayoutESet = layoutESet;
- layout = LAYOUT_EDEFAULT;
- layoutESet = false;
- if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.UNSET,
- PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT, oldLayout,
- LAYOUT_EDEFAULT, oldLayoutESet));
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- public boolean isSetLayout() {
- return layoutESet;
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public Object eGet(int featureID, boolean resolve, boolean coreType) {
- switch (featureID) {
- case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
- return getUniqueVersion();
- case PomPackage.DEPLOYMENT_REPOSITORY__ID:
- return getId();
- case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
- return getName();
- case PomPackage.DEPLOYMENT_REPOSITORY__URL:
- return getUrl();
- case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
- return getLayout();
- }
- return super.eGet(featureID, resolve, coreType);
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public void eSet(int featureID, Object newValue) {
- switch (featureID) {
- case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
- setUniqueVersion((String) newValue);
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__ID:
- setId((String) newValue);
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
- setName((String) newValue);
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__URL:
- setUrl((String) newValue);
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
- setLayout((String) newValue);
- return;
- }
- super.eSet(featureID, newValue);
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public void eUnset(int featureID) {
- switch (featureID) {
- case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
- unsetUniqueVersion();
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__ID:
- setId(ID_EDEFAULT);
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
- setName(NAME_EDEFAULT);
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__URL:
- setUrl(URL_EDEFAULT);
- return;
- case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
- unsetLayout();
- return;
- }
- super.eUnset(featureID);
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public boolean eIsSet(int featureID) {
- switch (featureID) {
- case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
- return isSetUniqueVersion();
- case PomPackage.DEPLOYMENT_REPOSITORY__ID:
- return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id);
- case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
- return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT
- .equals(name);
- case PomPackage.DEPLOYMENT_REPOSITORY__URL:
- return URL_EDEFAULT == null ? url != null : !URL_EDEFAULT
- .equals(url);
- case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
- return isSetLayout();
- }
- return super.eIsSet(featureID);
- }
-
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public String toString() {
- if (eIsProxy())
- return super.toString();
-
- StringBuffer result = new StringBuffer(super.toString());
- result.append(" (uniqueVersion: "); //$NON-NLS-1$
- if (uniqueVersionESet)
- result.append(uniqueVersion);
- else
- result.append("<unset>"); //$NON-NLS-1$
- result.append(", id: "); //$NON-NLS-1$
- result.append(id);
- result.append(", name: "); //$NON-NLS-1$
- result.append(name);
- result.append(", url: "); //$NON-NLS-1$
- result.append(url);
- result.append(", layout: "); //$NON-NLS-1$
- if (layoutESet)
- result.append(layout);
- else
- result.append("<unset>"); //$NON-NLS-1$
- result.append(')');
- return result.toString();
- }
+public class DeploymentRepositoryImpl extends EObjectImpl implements DeploymentRepository {
+ /**
+ * The default value of the '{@link #getUniqueVersion() <em>Unique Version</em>}' attribute. <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @see #getUniqueVersion()
+ * @generated
+ * @ordered
+ */
+ protected static final String UNIQUE_VERSION_EDEFAULT = "true"; //$NON-NLS-1$
+
+ /**
+ * The cached value of the '{@link #getUniqueVersion() <em>Unique Version</em>}' attribute. <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ *
+ * @see #getUniqueVersion()
+ * @generated
+ * @ordered
+ */
+ protected String uniqueVersion = UNIQUE_VERSION_EDEFAULT;
+
+ /**
+ * This is true if the Unique Version attribute has been set. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ * @ordered
+ */
+ protected boolean uniqueVersionESet;
+
+ /**
+ * The default value of the '{@link #getId() <em>Id</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @see #getId()
+ * @generated
+ * @ordered
+ */
+ protected static final String ID_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getId() <em>Id</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @see #getId()
+ * @generated
+ * @ordered
+ */
+ protected String id = ID_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getName() <em>Name</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
+ * -->
+ *
+ * @see #getName()
+ * @generated
+ * @ordered
+ */
+ protected static final String NAME_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getName() <em>Name</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @see #getName()
+ * @generated
+ * @ordered
+ */
+ protected String name = NAME_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getUrl() <em>Url</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @see #getUrl()
+ * @generated
+ * @ordered
+ */
+ protected static final String URL_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getUrl() <em>Url</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @see #getUrl()
+ * @generated
+ * @ordered
+ */
+ protected String url = URL_EDEFAULT;
+
+ /**
+ * The default value of the '{@link #getLayout() <em>Layout</em>}' attribute. <!-- begin-user-doc --> <!--
+ * end-user-doc -->
+ *
+ * @see #getLayout()
+ * @generated
+ * @ordered
+ */
+ protected static final String LAYOUT_EDEFAULT = null;
+
+ /**
+ * The cached value of the '{@link #getLayout() <em>Layout</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc
+ * -->
+ *
+ * @see #getLayout()
+ * @generated
+ * @ordered
+ */
+ protected String layout = LAYOUT_EDEFAULT;
+
+ /**
+ * This is true if the Layout attribute has been set. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ * @ordered
+ */
+ protected boolean layoutESet;
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ protected DeploymentRepositoryImpl() {
+ super();
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ protected EClass eStaticClass() {
+ return PomPackage.Literals.DEPLOYMENT_REPOSITORY;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public String getUniqueVersion() {
+ return uniqueVersion;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public void setUniqueVersion(String newUniqueVersion) {
+ String oldUniqueVersion = uniqueVersion;
+ uniqueVersion = newUniqueVersion;
+ boolean oldUniqueVersionESet = uniqueVersionESet;
+ uniqueVersionESet = true;
+ if(eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION,
+ oldUniqueVersion, uniqueVersion, !oldUniqueVersionESet));
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public void unsetUniqueVersion() {
+ String oldUniqueVersion = uniqueVersion;
+ boolean oldUniqueVersionESet = uniqueVersionESet;
+ uniqueVersion = UNIQUE_VERSION_EDEFAULT;
+ uniqueVersionESet = false;
+ if(eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.UNSET, PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION,
+ oldUniqueVersion, UNIQUE_VERSION_EDEFAULT, oldUniqueVersionESet));
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public boolean isSetUniqueVersion() {
+ return uniqueVersionESet;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public String getId() {
+ return id;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public void setId(String newId) {
+ String oldId = id;
+ id = newId;
+ if(eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, PomPackage.DEPLOYMENT_REPOSITORY__ID, oldId, id));
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public void setName(String newName) {
+ String oldName = name;
+ name = newName;
+ if(eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, PomPackage.DEPLOYMENT_REPOSITORY__NAME, oldName, name));
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public String getUrl() {
+ return url;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public void setUrl(String newUrl) {
+ String oldUrl = url;
+ url = newUrl;
+ if(eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, PomPackage.DEPLOYMENT_REPOSITORY__URL, oldUrl, url));
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public String getLayout() {
+ return layout;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public void setLayout(String newLayout) {
+ String oldLayout = layout;
+ layout = newLayout;
+ boolean oldLayoutESet = layoutESet;
+ layoutESet = true;
+ if(eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.SET, PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT, oldLayout,
+ layout, !oldLayoutESet));
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public void unsetLayout() {
+ String oldLayout = layout;
+ boolean oldLayoutESet = layoutESet;
+ layout = LAYOUT_EDEFAULT;
+ layoutESet = false;
+ if(eNotificationRequired())
+ eNotify(new ENotificationImpl(this, Notification.UNSET, PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT, oldLayout,
+ LAYOUT_EDEFAULT, oldLayoutESet));
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ public boolean isSetLayout() {
+ return layoutESet;
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ public Object eGet(int featureID, boolean resolve, boolean coreType) {
+ switch(featureID) {
+ case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
+ return getUniqueVersion();
+ case PomPackage.DEPLOYMENT_REPOSITORY__ID:
+ return getId();
+ case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
+ return getName();
+ case PomPackage.DEPLOYMENT_REPOSITORY__URL:
+ return getUrl();
+ case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
+ return getLayout();
+ }
+ return super.eGet(featureID, resolve, coreType);
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ public void eSet(int featureID, Object newValue) {
+ switch(featureID) {
+ case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
+ setUniqueVersion((String) newValue);
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__ID:
+ setId((String) newValue);
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
+ setName((String) newValue);
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__URL:
+ setUrl((String) newValue);
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
+ setLayout((String) newValue);
+ return;
+ }
+ super.eSet(featureID, newValue);
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ public void eUnset(int featureID) {
+ switch(featureID) {
+ case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
+ unsetUniqueVersion();
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__ID:
+ setId(ID_EDEFAULT);
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
+ setName(NAME_EDEFAULT);
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__URL:
+ setUrl(URL_EDEFAULT);
+ return;
+ case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
+ unsetLayout();
+ return;
+ }
+ super.eUnset(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ public boolean eIsSet(int featureID) {
+ switch(featureID) {
+ case PomPackage.DEPLOYMENT_REPOSITORY__UNIQUE_VERSION:
+ return isSetUniqueVersion();
+ case PomPackage.DEPLOYMENT_REPOSITORY__ID:
+ return ID_EDEFAULT == null ? id != null : !ID_EDEFAULT.equals(id);
+ case PomPackage.DEPLOYMENT_REPOSITORY__NAME:
+ return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT.equals(name);
+ case PomPackage.DEPLOYMENT_REPOSITORY__URL:
+ return URL_EDEFAULT == null ? url != null : !URL_EDEFAULT.equals(url);
+ case PomPackage.DEPLOYMENT_REPOSITORY__LAYOUT:
+ return isSetLayout();
+ }
+ return super.eIsSet(featureID);
+ }
+
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @generated
+ */
+ @Override
+ public String toString() {
+ if(eIsProxy())
+ return super.toString();
+
+ StringBuffer result = new StringBuffer(super.toString());
+ result.append(" (uniqueVersion: "); //$NON-NLS-1$
+ if(uniqueVersionESet)
+ result.append(uniqueVersion);
+ else
+ result.append("<unset>"); //$NON-NLS-1$
+ result.append(", id: "); //$NON-NLS-1$
+ result.append(id);
+ result.append(", name: "); //$NON-NLS-1$
+ result.append(name);
+ result.append(", url: "); //$NON-NLS-1$
+ result.append(url);
+ result.append(", layout: "); //$NON-NLS-1$
+ if(layoutESet)
+ result.append(layout);
+ else
+ result.append("<unset>"); //$NON-NLS-1$
+ result.append(')');
+ return result.toString();
+ }
} // DeploymentRepositoryImpl

Back to the top