blob: f2b6fea35f9452657436b6b90d6eeb2415ba850a [file] [log] [blame]
/**
* Copyright (c) 2000-2009, Intalio Inc.
* 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:
* Intalio Inc. - initial API and implementation
*
*/
package org.eclipse.mdt.bpmn.impl;
import java.util.Collection;
import javax.xml.namespace.QName;
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.EDataTypeEList;
import org.eclipse.mdt.bpmn.Auditing;
import org.eclipse.mdt.bpmn.BpmnPackage;
import org.eclipse.mdt.bpmn.FlowElement;
import org.eclipse.mdt.bpmn.Monitoring;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Flow Element</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.mdt.bpmn.impl.FlowElementImpl#getAuditing <em>Auditing</em>}</li>
* <li>{@link org.eclipse.mdt.bpmn.impl.FlowElementImpl#getMonitoring <em>Monitoring</em>}</li>
* <li>{@link org.eclipse.mdt.bpmn.impl.FlowElementImpl#getCategoryValueRef <em>Category Value Ref</em>}</li>
* <li>{@link org.eclipse.mdt.bpmn.impl.FlowElementImpl#getName <em>Name</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public abstract class FlowElementImpl extends BaseElementImpl implements
FlowElement {
/**
* The cached value of the '{@link #getAuditing() <em>Auditing</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getAuditing()
* @generated
* @ordered
*/
protected Auditing auditing;
/**
* The cached value of the '{@link #getMonitoring() <em>Monitoring</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMonitoring()
* @generated
* @ordered
*/
protected Monitoring monitoring;
/**
* The cached value of the '{@link #getCategoryValueRef() <em>Category Value Ref</em>}' attribute list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getCategoryValueRef()
* @generated
* @ordered
*/
protected EList<QName> categoryValueRef;
/**
* 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;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected FlowElementImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return BpmnPackage.eINSTANCE.getFlowElement();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Auditing getAuditing() {
return auditing;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetAuditing(Auditing newAuditing,
NotificationChain msgs) {
Auditing oldAuditing = auditing;
auditing = newAuditing;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this,
Notification.SET, BpmnPackage.FLOW_ELEMENT__AUDITING,
oldAuditing, newAuditing);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setAuditing(Auditing newAuditing) {
if (newAuditing != auditing) {
NotificationChain msgs = null;
if (auditing != null)
msgs = ((InternalEObject) auditing).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE
- BpmnPackage.FLOW_ELEMENT__AUDITING, null,
msgs);
if (newAuditing != null)
msgs = ((InternalEObject) newAuditing).eInverseAdd(this,
EOPPOSITE_FEATURE_BASE
- BpmnPackage.FLOW_ELEMENT__AUDITING, null,
msgs);
msgs = basicSetAuditing(newAuditing, msgs);
if (msgs != null)
msgs.dispatch();
} else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
BpmnPackage.FLOW_ELEMENT__AUDITING, newAuditing,
newAuditing));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Monitoring getMonitoring() {
return monitoring;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetMonitoring(Monitoring newMonitoring,
NotificationChain msgs) {
Monitoring oldMonitoring = monitoring;
monitoring = newMonitoring;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this,
Notification.SET, BpmnPackage.FLOW_ELEMENT__MONITORING,
oldMonitoring, newMonitoring);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setMonitoring(Monitoring newMonitoring) {
if (newMonitoring != monitoring) {
NotificationChain msgs = null;
if (monitoring != null)
msgs = ((InternalEObject) monitoring).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE
- BpmnPackage.FLOW_ELEMENT__MONITORING, null,
msgs);
if (newMonitoring != null)
msgs = ((InternalEObject) newMonitoring).eInverseAdd(this,
EOPPOSITE_FEATURE_BASE
- BpmnPackage.FLOW_ELEMENT__MONITORING, null,
msgs);
msgs = basicSetMonitoring(newMonitoring, msgs);
if (msgs != null)
msgs.dispatch();
} else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
BpmnPackage.FLOW_ELEMENT__MONITORING, newMonitoring,
newMonitoring));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<QName> getCategoryValueRef() {
if (categoryValueRef == null) {
categoryValueRef = new EDataTypeEList<QName>(QName.class, this,
BpmnPackage.FLOW_ELEMENT__CATEGORY_VALUE_REF);
}
return categoryValueRef;
}
/**
* <!-- 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,
BpmnPackage.FLOW_ELEMENT__NAME, oldName, name));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID, NotificationChain msgs) {
switch (featureID) {
case BpmnPackage.FLOW_ELEMENT__AUDITING:
return basicSetAuditing(null, msgs);
case BpmnPackage.FLOW_ELEMENT__MONITORING:
return basicSetMonitoring(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 BpmnPackage.FLOW_ELEMENT__AUDITING:
return getAuditing();
case BpmnPackage.FLOW_ELEMENT__MONITORING:
return getMonitoring();
case BpmnPackage.FLOW_ELEMENT__CATEGORY_VALUE_REF:
return getCategoryValueRef();
case BpmnPackage.FLOW_ELEMENT__NAME:
return getName();
}
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 BpmnPackage.FLOW_ELEMENT__AUDITING:
setAuditing((Auditing) newValue);
return;
case BpmnPackage.FLOW_ELEMENT__MONITORING:
setMonitoring((Monitoring) newValue);
return;
case BpmnPackage.FLOW_ELEMENT__CATEGORY_VALUE_REF:
getCategoryValueRef().clear();
getCategoryValueRef()
.addAll((Collection<? extends QName>) newValue);
return;
case BpmnPackage.FLOW_ELEMENT__NAME:
setName((String) newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case BpmnPackage.FLOW_ELEMENT__AUDITING:
setAuditing((Auditing) null);
return;
case BpmnPackage.FLOW_ELEMENT__MONITORING:
setMonitoring((Monitoring) null);
return;
case BpmnPackage.FLOW_ELEMENT__CATEGORY_VALUE_REF:
getCategoryValueRef().clear();
return;
case BpmnPackage.FLOW_ELEMENT__NAME:
setName(NAME_EDEFAULT);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case BpmnPackage.FLOW_ELEMENT__AUDITING:
return auditing != null;
case BpmnPackage.FLOW_ELEMENT__MONITORING:
return monitoring != null;
case BpmnPackage.FLOW_ELEMENT__CATEGORY_VALUE_REF:
return categoryValueRef != null && !categoryValueRef.isEmpty();
case BpmnPackage.FLOW_ELEMENT__NAME:
return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT
.equals(name);
}
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(" (categoryValueRef: "); //$NON-NLS-1$
result.append(categoryValueRef);
result.append(", name: "); //$NON-NLS-1$
result.append(name);
result.append(')');
return result.toString();
}
} //FlowElementImpl