blob: 5f47241925dbca4b67d820d045ac2ac74f085026 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2012 Ericsson
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Description:
*
* Contributors:
* Alvaro Sanchez-Leon - Initial Implementation and API
*******************************************************************************/
package org.eclipse.mylyn.reviews.frame.core.model.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.mylyn.reviews.frame.core.model.ModelPackage;
import org.eclipse.mylyn.reviews.frame.core.model.Review;
import org.eclipse.mylyn.reviews.frame.core.model.ReviewGroup;
import org.eclipse.mylyn.reviews.frame.core.model.SubModelRoot;
import org.eclipse.mylyn.reviews.frame.core.model.TaskReference;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Review Group</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.mylyn.reviews.frame.core.model.impl.ReviewGroupImpl#getFragmentVersion <em>Fragment Version</em>}</li>
* <li>{@link org.eclipse.mylyn.reviews.frame.core.model.impl.ReviewGroupImpl#getCompatibility <em>Compatibility</em>}</li>
* <li>{@link org.eclipse.mylyn.reviews.frame.core.model.impl.ReviewGroupImpl#getApplicationVersion <em>Application Version</em>}</li>
* <li>{@link org.eclipse.mylyn.reviews.frame.core.model.impl.ReviewGroupImpl#getReviews <em>Reviews</em>}</li>
* <li>{@link org.eclipse.mylyn.reviews.frame.core.model.impl.ReviewGroupImpl#getReviewGroupTask <em>Review Group Task</em>}</li>
* <li>{@link org.eclipse.mylyn.reviews.frame.core.model.impl.ReviewGroupImpl#getDescription <em>Description</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class ReviewGroupImpl extends ReviewComponentImpl implements ReviewGroup {
/**
* The default value of the '{@link #getFragmentVersion() <em>Fragment Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getFragmentVersion()
* @generated
* @ordered
*/
protected static final String FRAGMENT_VERSION_EDEFAULT = "0.8.0";
/**
* The cached value of the '{@link #getFragmentVersion() <em>Fragment Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getFragmentVersion()
* @generated
* @ordered
*/
protected String fragmentVersion = FRAGMENT_VERSION_EDEFAULT;
/**
* The default value of the '{@link #getCompatibility() <em>Compatibility</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getCompatibility()
* @generated
* @ordered
*/
protected static final int COMPATIBILITY_EDEFAULT = 0;
/**
* The cached value of the '{@link #getCompatibility() <em>Compatibility</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getCompatibility()
* @generated
* @ordered
*/
protected int compatibility = COMPATIBILITY_EDEFAULT;
/**
* This is true if the Compatibility attribute has been set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
protected boolean compatibilityESet;
/**
* The default value of the '{@link #getApplicationVersion() <em>Application Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getApplicationVersion()
* @generated
* @ordered
*/
protected static final String APPLICATION_VERSION_EDEFAULT = "1.0.0";
/**
* The cached value of the '{@link #getApplicationVersion() <em>Application Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getApplicationVersion()
* @generated
* @ordered
*/
protected String applicationVersion = APPLICATION_VERSION_EDEFAULT;
/**
* This is true if the Application Version attribute has been set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
protected boolean applicationVersionESet;
/**
* The cached value of the '{@link #getReviews() <em>Reviews</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getReviews()
* @generated
* @ordered
*/
protected EList<Review> reviews;
/**
* The cached value of the '{@link #getReviewGroupTask() <em>Review Group Task</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getReviewGroupTask()
* @generated
* @ordered
*/
protected TaskReference reviewGroupTask;
/**
* The default value of the '{@link #getDescription() <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDescription()
* @generated
* @ordered
*/
protected static final String DESCRIPTION_EDEFAULT = null;
/**
* The cached value of the '{@link #getDescription() <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDescription()
* @generated
* @ordered
*/
protected String description = DESCRIPTION_EDEFAULT;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ReviewGroupImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ModelPackage.Literals.REVIEW_GROUP;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getFragmentVersion() {
return fragmentVersion;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setFragmentVersion(String newFragmentVersion) {
String oldFragmentVersion = fragmentVersion;
fragmentVersion = newFragmentVersion;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ModelPackage.REVIEW_GROUP__FRAGMENT_VERSION, oldFragmentVersion, fragmentVersion));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int getCompatibility() {
return compatibility;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setCompatibility(int newCompatibility) {
int oldCompatibility = compatibility;
compatibility = newCompatibility;
boolean oldCompatibilityESet = compatibilityESet;
compatibilityESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ModelPackage.REVIEW_GROUP__COMPATIBILITY, oldCompatibility, compatibility, !oldCompatibilityESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void unsetCompatibility() {
int oldCompatibility = compatibility;
boolean oldCompatibilityESet = compatibilityESet;
compatibility = COMPATIBILITY_EDEFAULT;
compatibilityESet = false;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.UNSET, ModelPackage.REVIEW_GROUP__COMPATIBILITY, oldCompatibility, COMPATIBILITY_EDEFAULT, oldCompatibilityESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSetCompatibility() {
return compatibilityESet;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getApplicationVersion() {
return applicationVersion;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setApplicationVersion(String newApplicationVersion) {
String oldApplicationVersion = applicationVersion;
applicationVersion = newApplicationVersion;
boolean oldApplicationVersionESet = applicationVersionESet;
applicationVersionESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ModelPackage.REVIEW_GROUP__APPLICATION_VERSION, oldApplicationVersion, applicationVersion, !oldApplicationVersionESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void unsetApplicationVersion() {
String oldApplicationVersion = applicationVersion;
boolean oldApplicationVersionESet = applicationVersionESet;
applicationVersion = APPLICATION_VERSION_EDEFAULT;
applicationVersionESet = false;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.UNSET, ModelPackage.REVIEW_GROUP__APPLICATION_VERSION, oldApplicationVersion, APPLICATION_VERSION_EDEFAULT, oldApplicationVersionESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSetApplicationVersion() {
return applicationVersionESet;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Review> getReviews() {
if (reviews == null) {
reviews = new EObjectContainmentEList.Resolving<Review>(Review.class, this, ModelPackage.REVIEW_GROUP__REVIEWS);
}
return reviews;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public TaskReference getReviewGroupTask() {
if (reviewGroupTask != null && reviewGroupTask.eIsProxy()) {
InternalEObject oldReviewGroupTask = (InternalEObject)reviewGroupTask;
reviewGroupTask = (TaskReference)eResolveProxy(oldReviewGroupTask);
if (reviewGroupTask != oldReviewGroupTask) {
InternalEObject newReviewGroupTask = (InternalEObject)reviewGroupTask;
NotificationChain msgs = oldReviewGroupTask.eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK, null, null);
if (newReviewGroupTask.eInternalContainer() == null) {
msgs = newReviewGroupTask.eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK, null, msgs);
}
if (msgs != null) msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE, ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK, oldReviewGroupTask, reviewGroupTask));
}
}
return reviewGroupTask;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public TaskReference basicGetReviewGroupTask() {
return reviewGroupTask;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetReviewGroupTask(TaskReference newReviewGroupTask, NotificationChain msgs) {
TaskReference oldReviewGroupTask = reviewGroupTask;
reviewGroupTask = newReviewGroupTask;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK, oldReviewGroupTask, newReviewGroupTask);
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setReviewGroupTask(TaskReference newReviewGroupTask) {
if (newReviewGroupTask != reviewGroupTask) {
NotificationChain msgs = null;
if (reviewGroupTask != null)
msgs = ((InternalEObject)reviewGroupTask).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK, null, msgs);
if (newReviewGroupTask != null)
msgs = ((InternalEObject)newReviewGroupTask).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK, null, msgs);
msgs = basicSetReviewGroupTask(newReviewGroupTask, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK, newReviewGroupTask, newReviewGroupTask));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getDescription() {
return description;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDescription(String newDescription) {
String oldDescription = description;
description = newDescription;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ModelPackage.REVIEW_GROUP__DESCRIPTION, oldDescription, description));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
switch (featureID) {
case ModelPackage.REVIEW_GROUP__REVIEWS:
return ((InternalEList<?>)getReviews()).basicRemove(otherEnd, msgs);
case ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK:
return basicSetReviewGroupTask(null, msgs);
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case ModelPackage.REVIEW_GROUP__FRAGMENT_VERSION:
return getFragmentVersion();
case ModelPackage.REVIEW_GROUP__COMPATIBILITY:
return getCompatibility();
case ModelPackage.REVIEW_GROUP__APPLICATION_VERSION:
return getApplicationVersion();
case ModelPackage.REVIEW_GROUP__REVIEWS:
return getReviews();
case ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK:
if (resolve) return getReviewGroupTask();
return basicGetReviewGroupTask();
case ModelPackage.REVIEW_GROUP__DESCRIPTION:
return getDescription();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@SuppressWarnings("unchecked")
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case ModelPackage.REVIEW_GROUP__FRAGMENT_VERSION:
setFragmentVersion((String)newValue);
return;
case ModelPackage.REVIEW_GROUP__COMPATIBILITY:
setCompatibility((Integer)newValue);
return;
case ModelPackage.REVIEW_GROUP__APPLICATION_VERSION:
setApplicationVersion((String)newValue);
return;
case ModelPackage.REVIEW_GROUP__REVIEWS:
getReviews().clear();
getReviews().addAll((Collection<? extends Review>)newValue);
return;
case ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK:
setReviewGroupTask((TaskReference)newValue);
return;
case ModelPackage.REVIEW_GROUP__DESCRIPTION:
setDescription((String)newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case ModelPackage.REVIEW_GROUP__FRAGMENT_VERSION:
setFragmentVersion(FRAGMENT_VERSION_EDEFAULT);
return;
case ModelPackage.REVIEW_GROUP__COMPATIBILITY:
unsetCompatibility();
return;
case ModelPackage.REVIEW_GROUP__APPLICATION_VERSION:
unsetApplicationVersion();
return;
case ModelPackage.REVIEW_GROUP__REVIEWS:
getReviews().clear();
return;
case ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK:
setReviewGroupTask((TaskReference)null);
return;
case ModelPackage.REVIEW_GROUP__DESCRIPTION:
setDescription(DESCRIPTION_EDEFAULT);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case ModelPackage.REVIEW_GROUP__FRAGMENT_VERSION:
return FRAGMENT_VERSION_EDEFAULT == null ? fragmentVersion != null : !FRAGMENT_VERSION_EDEFAULT.equals(fragmentVersion);
case ModelPackage.REVIEW_GROUP__COMPATIBILITY:
return isSetCompatibility();
case ModelPackage.REVIEW_GROUP__APPLICATION_VERSION:
return isSetApplicationVersion();
case ModelPackage.REVIEW_GROUP__REVIEWS:
return reviews != null && !reviews.isEmpty();
case ModelPackage.REVIEW_GROUP__REVIEW_GROUP_TASK:
return reviewGroupTask != null;
case ModelPackage.REVIEW_GROUP__DESCRIPTION:
return DESCRIPTION_EDEFAULT == null ? description != null : !DESCRIPTION_EDEFAULT.equals(description);
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass) {
if (baseClass == SubModelRoot.class) {
switch (derivedFeatureID) {
case ModelPackage.REVIEW_GROUP__FRAGMENT_VERSION: return ModelPackage.SUB_MODEL_ROOT__FRAGMENT_VERSION;
case ModelPackage.REVIEW_GROUP__COMPATIBILITY: return ModelPackage.SUB_MODEL_ROOT__COMPATIBILITY;
case ModelPackage.REVIEW_GROUP__APPLICATION_VERSION: return ModelPackage.SUB_MODEL_ROOT__APPLICATION_VERSION;
default: return -1;
}
}
return super.eBaseStructuralFeatureID(derivedFeatureID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public int eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass) {
if (baseClass == SubModelRoot.class) {
switch (baseFeatureID) {
case ModelPackage.SUB_MODEL_ROOT__FRAGMENT_VERSION: return ModelPackage.REVIEW_GROUP__FRAGMENT_VERSION;
case ModelPackage.SUB_MODEL_ROOT__COMPATIBILITY: return ModelPackage.REVIEW_GROUP__COMPATIBILITY;
case ModelPackage.SUB_MODEL_ROOT__APPLICATION_VERSION: return ModelPackage.REVIEW_GROUP__APPLICATION_VERSION;
default: return -1;
}
}
return super.eDerivedStructuralFeatureID(baseFeatureID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String toString() {
if (eIsProxy()) return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (fragmentVersion: ");
result.append(fragmentVersion);
result.append(", compatibility: ");
if (compatibilityESet) result.append(compatibility); else result.append("<unset>");
result.append(", applicationVersion: ");
if (applicationVersionESet) result.append(applicationVersion); else result.append("<unset>");
result.append(", description: ");
result.append(description);
result.append(')');
return result.toString();
}
} //ReviewGroupImpl