blob: ec3a7f9bfd0bb3b067c096f12c47173d413c0465 [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.bpmn.impl;
import java.util.Collection;
import javax.xml.namespace.QName;
import org.eclipse.bpmn.BpmnPackage;
import org.eclipse.bpmn.GlobalChoreographyTask;
import org.eclipse.bpmn.MessageFlow;
import org.eclipse.bpmn.Participant;
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;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Global Choreography Task</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.bpmn.impl.GlobalChoreographyTaskImpl#getParticipant <em>Participant</em>}</li>
* <li>{@link org.eclipse.bpmn.impl.GlobalChoreographyTaskImpl#getMessageFlow <em>Message Flow</em>}</li>
* <li>{@link org.eclipse.bpmn.impl.GlobalChoreographyTaskImpl#getInitiatingParticipantRef <em>Initiating Participant Ref</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class GlobalChoreographyTaskImpl extends CallableElementImpl implements
GlobalChoreographyTask {
/**
* The cached value of the '{@link #getParticipant() <em>Participant</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getParticipant()
* @generated
* @ordered
*/
protected EList<Participant> participant;
/**
* The cached value of the '{@link #getMessageFlow() <em>Message Flow</em>}' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getMessageFlow()
* @generated
* @ordered
*/
protected EList<MessageFlow> messageFlow;
/**
* The default value of the '{@link #getInitiatingParticipantRef() <em>Initiating Participant Ref</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getInitiatingParticipantRef()
* @generated
* @ordered
*/
protected static final QName INITIATING_PARTICIPANT_REF_EDEFAULT = null;
/**
* The cached value of the '{@link #getInitiatingParticipantRef() <em>Initiating Participant Ref</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getInitiatingParticipantRef()
* @generated
* @ordered
*/
protected QName initiatingParticipantRef = INITIATING_PARTICIPANT_REF_EDEFAULT;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected GlobalChoreographyTaskImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return BpmnPackage.eINSTANCE.getGlobalChoreographyTask();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Participant> getParticipant() {
if (participant == null) {
participant = new EObjectContainmentEList<Participant>(
Participant.class, this,
BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANT);
}
return participant;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<MessageFlow> getMessageFlow() {
if (messageFlow == null) {
messageFlow = new EObjectContainmentEList<MessageFlow>(
MessageFlow.class, this,
BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOW);
}
return messageFlow;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public QName getInitiatingParticipantRef() {
return initiatingParticipantRef;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setInitiatingParticipantRef(QName newInitiatingParticipantRef) {
QName oldInitiatingParticipantRef = initiatingParticipantRef;
initiatingParticipantRef = newInitiatingParticipantRef;
if (eNotificationRequired())
eNotify(new ENotificationImpl(
this,
Notification.SET,
BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF,
oldInitiatingParticipantRef, initiatingParticipantRef));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID, NotificationChain msgs) {
switch (featureID) {
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANT:
return ((InternalEList<?>) getParticipant()).basicRemove(otherEnd,
msgs);
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOW:
return ((InternalEList<?>) getMessageFlow()).basicRemove(otherEnd,
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.GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANT:
return getParticipant();
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOW:
return getMessageFlow();
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF:
return getInitiatingParticipantRef();
}
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.GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANT:
getParticipant().clear();
getParticipant().addAll(
(Collection<? extends Participant>) newValue);
return;
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOW:
getMessageFlow().clear();
getMessageFlow().addAll(
(Collection<? extends MessageFlow>) newValue);
return;
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF:
setInitiatingParticipantRef((QName) newValue);
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANT:
getParticipant().clear();
return;
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOW:
getMessageFlow().clear();
return;
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF:
setInitiatingParticipantRef(INITIATING_PARTICIPANT_REF_EDEFAULT);
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__PARTICIPANT:
return participant != null && !participant.isEmpty();
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__MESSAGE_FLOW:
return messageFlow != null && !messageFlow.isEmpty();
case BpmnPackage.GLOBAL_CHOREOGRAPHY_TASK__INITIATING_PARTICIPANT_REF:
return INITIATING_PARTICIPANT_REF_EDEFAULT == null ? initiatingParticipantRef != null
: !INITIATING_PARTICIPANT_REF_EDEFAULT
.equals(initiatingParticipantRef);
}
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(" (initiatingParticipantRef: "); //$NON-NLS-1$
result.append(initiatingParticipantRef);
result.append(')');
return result.toString();
}
} //GlobalChoreographyTaskImpl