blob: 47c128cbf7e58cb48101ec398fb0040a38da1d9c [file] [log] [blame]
//------------------------------------------------------------------------------
// Copyright (c) 2005, 2006 IBM Corporation and others.
// 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
//
// Contributors:
// IBM Corporation - initial implementation
//------------------------------------------------------------------------------
package org.eclipse.epf.uma.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.epf.uma.ProcessDescription;
import org.eclipse.epf.uma.UmaPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Process Description</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.epf.uma.impl.ProcessDescriptionImpl#getExternalId <em>External Id</em>}</li>
* <li>{@link org.eclipse.epf.uma.impl.ProcessDescriptionImpl#getScope <em>Scope</em>}</li>
* <li>{@link org.eclipse.epf.uma.impl.ProcessDescriptionImpl#getUsageNotes <em>Usage Notes</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class ProcessDescriptionImpl extends ActivityDescriptionImpl implements
ProcessDescription {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
private static final long serialVersionUID = 1L;
/**
* The default value of the '{@link #getExternalId() <em>External Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getExternalId()
* @generated
* @ordered
*/
protected static final String EXTERNAL_ID_EDEFAULT = "";
/**
* The cached value of the '{@link #getExternalId() <em>External Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getExternalId()
* @generated
* @ordered
*/
protected String externalId = EXTERNAL_ID_EDEFAULT;
/**
* The default value of the '{@link #getScope() <em>Scope</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getScope()
* @generated
* @ordered
*/
protected static final String SCOPE_EDEFAULT = "";
/**
* The cached value of the '{@link #getScope() <em>Scope</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getScope()
* @generated
* @ordered
*/
protected String scope = SCOPE_EDEFAULT;
/**
* The default value of the '{@link #getUsageNotes() <em>Usage Notes</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getUsageNotes()
* @generated
* @ordered
*/
protected static final String USAGE_NOTES_EDEFAULT = "";
/**
* The cached value of the '{@link #getUsageNotes() <em>Usage Notes</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getUsageNotes()
* @generated
* @ordered
*/
protected String usageNotes = USAGE_NOTES_EDEFAULT;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ProcessDescriptionImpl() {
super();
//UMA-->
reassignDefaultValues();
//UMA<--
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EClass eStaticClass() {
return UmaPackage.Literals.PROCESS_DESCRIPTION;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getExternalId() {
return externalId;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setExternalId(String newExternalId) {
String oldExternalId = externalId;
externalId = newExternalId;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UmaPackage.PROCESS_DESCRIPTION__EXTERNAL_ID, oldExternalId,
externalId));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getScope() {
return scope;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setScope(String newScope) {
String oldScope = scope;
scope = newScope;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UmaPackage.PROCESS_DESCRIPTION__SCOPE, oldScope, scope));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getUsageNotes() {
return usageNotes;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setUsageNotes(String newUsageNotes) {
String oldUsageNotes = usageNotes;
usageNotes = newUsageNotes;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UmaPackage.PROCESS_DESCRIPTION__USAGE_NOTES, oldUsageNotes,
usageNotes));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case UmaPackage.PROCESS_DESCRIPTION__EXTERNAL_ID:
return getExternalId();
case UmaPackage.PROCESS_DESCRIPTION__SCOPE:
return getScope();
case UmaPackage.PROCESS_DESCRIPTION__USAGE_NOTES:
return getUsageNotes();
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case UmaPackage.PROCESS_DESCRIPTION__EXTERNAL_ID:
setExternalId((String) newValue);
return;
case UmaPackage.PROCESS_DESCRIPTION__SCOPE:
setScope((String) newValue);
return;
case UmaPackage.PROCESS_DESCRIPTION__USAGE_NOTES:
setUsageNotes((String) newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void eUnset(int featureID) {
switch (featureID) {
case UmaPackage.PROCESS_DESCRIPTION__EXTERNAL_ID:
setExternalId(EXTERNAL_ID_EDEFAULT);
return;
case UmaPackage.PROCESS_DESCRIPTION__SCOPE:
setScope(SCOPE_EDEFAULT);
return;
case UmaPackage.PROCESS_DESCRIPTION__USAGE_NOTES:
setUsageNotes(USAGE_NOTES_EDEFAULT);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean eIsSet(int featureID) {
//UMA-->
EStructuralFeature feature = getFeatureWithOverridenDefaultValue(featureID);
if (feature != null) {
return isFeatureWithOverridenDefaultValueSet(feature);
}
//UMA<--
switch (featureID) {
case UmaPackage.PROCESS_DESCRIPTION__EXTERNAL_ID:
return EXTERNAL_ID_EDEFAULT == null ? externalId != null
: !EXTERNAL_ID_EDEFAULT.equals(externalId);
case UmaPackage.PROCESS_DESCRIPTION__SCOPE:
return SCOPE_EDEFAULT == null ? scope != null : !SCOPE_EDEFAULT
.equals(scope);
case UmaPackage.PROCESS_DESCRIPTION__USAGE_NOTES:
return USAGE_NOTES_EDEFAULT == null ? usageNotes != null
: !USAGE_NOTES_EDEFAULT.equals(usageNotes);
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String toString() {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (externalId: "); //$NON-NLS-1$
result.append(externalId);
result.append(", scope: "); //$NON-NLS-1$
result.append(scope);
result.append(", usageNotes: "); //$NON-NLS-1$
result.append(usageNotes);
result.append(')');
return result.toString();
}
} //ProcessDescriptionImpl