blob: 4d83dd5e148724b4a8b8121eeb914f43eb633643 [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 - initial API and implementation
*
* $Id: ParameterImpl.java,v 1.32 2006/11/14 18:02:18 khussey Exp $
*/
package org.eclipse.uml2.uml.internal.impl;
import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.DiagnosticChain;
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.resource.Resource;
import org.eclipse.emf.ecore.util.EObjectWithInverseResolvingEList;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.uml2.common.util.CacheAdapter;
import org.eclipse.uml2.common.util.DerivedUnionEObjectEList;
import org.eclipse.uml2.uml.Element;
import org.eclipse.uml2.uml.MultiplicityElement;
import org.eclipse.uml2.uml.Namespace;
import org.eclipse.uml2.uml.Operation;
import org.eclipse.uml2.uml.Parameter;
import org.eclipse.uml2.uml.ParameterDirectionKind;
import org.eclipse.uml2.uml.ParameterEffectKind;
import org.eclipse.uml2.uml.ParameterSet;
import org.eclipse.uml2.uml.StringExpression;
import org.eclipse.uml2.uml.TemplateParameter;
import org.eclipse.uml2.uml.Type;
import org.eclipse.uml2.uml.UMLPackage;
import org.eclipse.uml2.uml.ValueSpecification;
import org.eclipse.uml2.uml.VisibilityKind;
import org.eclipse.uml2.uml.internal.operations.MultiplicityElementOperations;
import org.eclipse.uml2.uml.internal.operations.ParameterOperations;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Parameter</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getOwnedElements <em>Owned Element</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#isOrdered <em>Is Ordered</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#isUnique <em>Is Unique</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getUpper <em>Upper</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getLower <em>Lower</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getUpperValue <em>Upper Value</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getLowerValue <em>Lower Value</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getNamespace <em>Namespace</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getParameterSets <em>Parameter Set</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getOperation <em>Operation</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getDirection <em>Direction</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getDefault <em>Default</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getDefaultValue <em>Default Value</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#isException <em>Is Exception</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#isStream <em>Is Stream</em>}</li>
* <li>{@link org.eclipse.uml2.uml.internal.impl.ParameterImpl#getEffect <em>Effect</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class ParameterImpl
extends ConnectableElementImpl
implements Parameter {
/**
* The default value of the '{@link #isOrdered() <em>Is Ordered</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isOrdered()
* @generated
* @ordered
*/
protected static final boolean IS_ORDERED_EDEFAULT = false;
/**
* The flag representing the value of the '{@link #isOrdered() <em>Is Ordered</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isOrdered()
* @generated
* @ordered
*/
protected static final int IS_ORDERED_EFLAG = 1 << 10;
/**
* The default value of the '{@link #isUnique() <em>Is Unique</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isUnique()
* @generated
* @ordered
*/
protected static final boolean IS_UNIQUE_EDEFAULT = true;
/**
* The flag representing the value of the '{@link #isUnique() <em>Is Unique</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isUnique()
* @generated
* @ordered
*/
protected static final int IS_UNIQUE_EFLAG = 1 << 11;
/**
* The default value of the '{@link #getUpper() <em>Upper</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getUpper()
* @generated
* @ordered
*/
protected static final int UPPER_EDEFAULT = 1;
/**
* The default value of the '{@link #getLower() <em>Lower</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getLower()
* @generated
* @ordered
*/
protected static final int LOWER_EDEFAULT = 1;
/**
* The cached value of the '{@link #getUpperValue() <em>Upper Value</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getUpperValue()
* @generated
* @ordered
*/
protected ValueSpecification upperValue = null;
/**
* The cached value of the '{@link #getLowerValue() <em>Lower Value</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getLowerValue()
* @generated
* @ordered
*/
protected ValueSpecification lowerValue = null;
/**
* The cached value of the '{@link #getParameterSets() <em>Parameter Set</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getParameterSets()
* @generated
* @ordered
*/
protected EList parameterSets = null;
/**
* The default value of the '{@link #getDirection() <em>Direction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDirection()
* @generated
* @ordered
*/
protected static final ParameterDirectionKind DIRECTION_EDEFAULT = ParameterDirectionKind.IN_LITERAL;
/**
* The cached value of the '{@link #getDirection() <em>Direction</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDirection()
* @generated
* @ordered
*/
protected ParameterDirectionKind direction = DIRECTION_EDEFAULT;
/**
* The default value of the '{@link #getDefault() <em>Default</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDefault()
* @generated
* @ordered
*/
protected static final String DEFAULT_EDEFAULT = null;
/**
* The cached value of the '{@link #getDefaultValue() <em>Default Value</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDefaultValue()
* @generated
* @ordered
*/
protected ValueSpecification defaultValue = null;
/**
* The default value of the '{@link #isException() <em>Is Exception</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isException()
* @generated
* @ordered
*/
protected static final boolean IS_EXCEPTION_EDEFAULT = false;
/**
* The flag representing the value of the '{@link #isException() <em>Is Exception</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isException()
* @generated
* @ordered
*/
protected static final int IS_EXCEPTION_EFLAG = 1 << 12;
/**
* The default value of the '{@link #isStream() <em>Is Stream</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isStream()
* @generated
* @ordered
*/
protected static final boolean IS_STREAM_EDEFAULT = false;
/**
* The flag representing the value of the '{@link #isStream() <em>Is Stream</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #isStream()
* @generated
* @ordered
*/
protected static final int IS_STREAM_EFLAG = 1 << 13;
/**
* The default value of the '{@link #getEffect() <em>Effect</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEffect()
* @generated
* @ordered
*/
protected static final ParameterEffectKind EFFECT_EDEFAULT = ParameterEffectKind.CREATE_LITERAL;
/**
* The cached value of the '{@link #getEffect() <em>Effect</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getEffect()
* @generated
* @ordered
*/
protected ParameterEffectKind effect = EFFECT_EDEFAULT;
/**
* The flag representing whether the Effect attribute has been set.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
protected static final int EFFECT_ESETFLAG = 1 << 14;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ParameterImpl() {
super();
eFlags |= IS_UNIQUE_EFLAG;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected EClass eStaticClass() {
return UMLPackage.Literals.PARAMETER;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList getOwnedElements() {
CacheAdapter cache = getCacheAdapter();
if (cache != null) {
Resource eResource = eResource();
EList ownedElements = (EList) cache.get(eResource, this,
UMLPackage.Literals.ELEMENT__OWNED_ELEMENT);
if (ownedElements == null) {
cache.put(eResource, this,
UMLPackage.Literals.ELEMENT__OWNED_ELEMENT,
ownedElements = new DerivedUnionEObjectEList(Element.class,
this, UMLPackage.PARAMETER__OWNED_ELEMENT,
OWNED_ELEMENT_ESUBSETS));
}
return ownedElements;
}
return new DerivedUnionEObjectEList(Element.class, this,
UMLPackage.PARAMETER__OWNED_ELEMENT, OWNED_ELEMENT_ESUBSETS);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isOrdered() {
return (eFlags & IS_ORDERED_EFLAG) != 0;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setIsOrdered(boolean newIsOrdered) {
boolean oldIsOrdered = (eFlags & IS_ORDERED_EFLAG) != 0;
if (newIsOrdered)
eFlags |= IS_ORDERED_EFLAG;
else
eFlags &= ~IS_ORDERED_EFLAG;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__IS_ORDERED, oldIsOrdered, newIsOrdered));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isUnique() {
return (eFlags & IS_UNIQUE_EFLAG) != 0;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setIsUnique(boolean newIsUnique) {
boolean oldIsUnique = (eFlags & IS_UNIQUE_EFLAG) != 0;
if (newIsUnique)
eFlags |= IS_UNIQUE_EFLAG;
else
eFlags &= ~IS_UNIQUE_EFLAG;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__IS_UNIQUE, oldIsUnique, newIsUnique));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int getUpper() {
return MultiplicityElementOperations.getUpper(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setUpper(int newUpper) {
MultiplicityElementOperations.setUpper(this, newUpper);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int getLower() {
return MultiplicityElementOperations.getLower(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLower(int newLower) {
MultiplicityElementOperations.setLower(this, newLower);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification getUpperValue() {
if (upperValue != null && upperValue.eIsProxy()) {
InternalEObject oldUpperValue = (InternalEObject) upperValue;
upperValue = (ValueSpecification) eResolveProxy(oldUpperValue);
if (upperValue != oldUpperValue) {
InternalEObject newUpperValue = (InternalEObject) upperValue;
NotificationChain msgs = oldUpperValue.eInverseRemove(this,
EOPPOSITE_FEATURE_BASE - UMLPackage.PARAMETER__UPPER_VALUE,
null, null);
if (newUpperValue.eInternalContainer() == null) {
msgs = newUpperValue.eInverseAdd(this,
EOPPOSITE_FEATURE_BASE
- UMLPackage.PARAMETER__UPPER_VALUE, null, msgs);
}
if (msgs != null)
msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE,
UMLPackage.PARAMETER__UPPER_VALUE, oldUpperValue,
upperValue));
}
}
return upperValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification basicGetUpperValue() {
return upperValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetUpperValue(
ValueSpecification newUpperValue, NotificationChain msgs) {
ValueSpecification oldUpperValue = upperValue;
upperValue = newUpperValue;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this,
Notification.SET, UMLPackage.PARAMETER__UPPER_VALUE,
oldUpperValue, newUpperValue);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setUpperValue(ValueSpecification newUpperValue) {
if (newUpperValue != upperValue) {
NotificationChain msgs = null;
if (upperValue != null)
msgs = ((InternalEObject) upperValue).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE - UMLPackage.PARAMETER__UPPER_VALUE,
null, msgs);
if (newUpperValue != null)
msgs = ((InternalEObject) newUpperValue).eInverseAdd(this,
EOPPOSITE_FEATURE_BASE - UMLPackage.PARAMETER__UPPER_VALUE,
null, msgs);
msgs = basicSetUpperValue(newUpperValue, msgs);
if (msgs != null)
msgs.dispatch();
} else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__UPPER_VALUE, newUpperValue, newUpperValue));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification createUpperValue(String name, Type type,
EClass eClass) {
ValueSpecification newUpperValue = (ValueSpecification) create(eClass);
setUpperValue(newUpperValue);
if (name != null)
newUpperValue.setName(name);
if (type != null)
newUpperValue.setType(type);
return newUpperValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification getLowerValue() {
if (lowerValue != null && lowerValue.eIsProxy()) {
InternalEObject oldLowerValue = (InternalEObject) lowerValue;
lowerValue = (ValueSpecification) eResolveProxy(oldLowerValue);
if (lowerValue != oldLowerValue) {
InternalEObject newLowerValue = (InternalEObject) lowerValue;
NotificationChain msgs = oldLowerValue.eInverseRemove(this,
EOPPOSITE_FEATURE_BASE - UMLPackage.PARAMETER__LOWER_VALUE,
null, null);
if (newLowerValue.eInternalContainer() == null) {
msgs = newLowerValue.eInverseAdd(this,
EOPPOSITE_FEATURE_BASE
- UMLPackage.PARAMETER__LOWER_VALUE, null, msgs);
}
if (msgs != null)
msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE,
UMLPackage.PARAMETER__LOWER_VALUE, oldLowerValue,
lowerValue));
}
}
return lowerValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification basicGetLowerValue() {
return lowerValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetLowerValue(
ValueSpecification newLowerValue, NotificationChain msgs) {
ValueSpecification oldLowerValue = lowerValue;
lowerValue = newLowerValue;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this,
Notification.SET, UMLPackage.PARAMETER__LOWER_VALUE,
oldLowerValue, newLowerValue);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setLowerValue(ValueSpecification newLowerValue) {
if (newLowerValue != lowerValue) {
NotificationChain msgs = null;
if (lowerValue != null)
msgs = ((InternalEObject) lowerValue).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE - UMLPackage.PARAMETER__LOWER_VALUE,
null, msgs);
if (newLowerValue != null)
msgs = ((InternalEObject) newLowerValue).eInverseAdd(this,
EOPPOSITE_FEATURE_BASE - UMLPackage.PARAMETER__LOWER_VALUE,
null, msgs);
msgs = basicSetLowerValue(newLowerValue, msgs);
if (msgs != null)
msgs.dispatch();
} else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__LOWER_VALUE, newLowerValue, newLowerValue));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification createLowerValue(String name, Type type,
EClass eClass) {
ValueSpecification newLowerValue = (ValueSpecification) create(eClass);
setLowerValue(newLowerValue);
if (name != null)
newLowerValue.setName(name);
if (type != null)
newLowerValue.setType(type);
return newLowerValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Namespace getNamespace() {
Namespace namespace = basicGetNamespace();
return namespace != null && namespace.eIsProxy()
? (Namespace) eResolveProxy((InternalEObject) namespace)
: namespace;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList getParameterSets() {
if (parameterSets == null) {
parameterSets = new EObjectWithInverseResolvingEList.ManyInverse(
ParameterSet.class, this, UMLPackage.PARAMETER__PARAMETER_SET,
UMLPackage.PARAMETER_SET__PARAMETER);
}
return parameterSets;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ParameterSet getParameterSet(String name) {
return getParameterSet(name, false);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ParameterSet getParameterSet(String name, boolean ignoreCase) {
parameterSetLoop : for (Iterator i = getParameterSets().iterator(); i
.hasNext();) {
ParameterSet parameterSet = (ParameterSet) i.next();
if (name != null && !(ignoreCase
? name.equalsIgnoreCase(parameterSet.getName())
: name.equals(parameterSet.getName())))
continue parameterSetLoop;
return parameterSet;
}
return null;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Operation getOperation() {
Operation operation = basicGetOperation();
return operation != null && operation.eIsProxy()
? (Operation) eResolveProxy((InternalEObject) operation)
: operation;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated NOT
*/
public Operation basicGetOperation() {
InternalEObject eInternalContainer = eInternalContainer();
return eInternalContainer instanceof Operation
? (Operation) eInternalContainer
: null;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ParameterDirectionKind getDirection() {
return direction;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDirection(ParameterDirectionKind newDirection) {
ParameterDirectionKind oldDirection = direction;
direction = newDirection == null
? DIRECTION_EDEFAULT
: newDirection;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__DIRECTION, oldDirection, direction));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String getDefault() {
return ParameterOperations.getDefault(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDefault(String newDefault) {
ParameterOperations.setDefault(this, newDefault);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void unsetDefault() {
ParameterOperations.unsetDefault(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSetDefault() {
return ParameterOperations.isSetDefault(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification getDefaultValue() {
if (defaultValue != null && defaultValue.eIsProxy()) {
InternalEObject oldDefaultValue = (InternalEObject) defaultValue;
defaultValue = (ValueSpecification) eResolveProxy(oldDefaultValue);
if (defaultValue != oldDefaultValue) {
InternalEObject newDefaultValue = (InternalEObject) defaultValue;
NotificationChain msgs = oldDefaultValue.eInverseRemove(this,
EOPPOSITE_FEATURE_BASE
- UMLPackage.PARAMETER__DEFAULT_VALUE, null, null);
if (newDefaultValue.eInternalContainer() == null) {
msgs = newDefaultValue.eInverseAdd(this,
EOPPOSITE_FEATURE_BASE
- UMLPackage.PARAMETER__DEFAULT_VALUE, null, msgs);
}
if (msgs != null)
msgs.dispatch();
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.RESOLVE,
UMLPackage.PARAMETER__DEFAULT_VALUE, oldDefaultValue,
defaultValue));
}
}
return defaultValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification basicGetDefaultValue() {
return defaultValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetDefaultValue(
ValueSpecification newDefaultValue, NotificationChain msgs) {
ValueSpecification oldDefaultValue = defaultValue;
defaultValue = newDefaultValue;
if (eNotificationRequired()) {
ENotificationImpl notification = new ENotificationImpl(this,
Notification.SET, UMLPackage.PARAMETER__DEFAULT_VALUE,
oldDefaultValue, newDefaultValue);
if (msgs == null)
msgs = notification;
else
msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setDefaultValue(ValueSpecification newDefaultValue) {
if (newDefaultValue != defaultValue) {
NotificationChain msgs = null;
if (defaultValue != null)
msgs = ((InternalEObject) defaultValue).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE
- UMLPackage.PARAMETER__DEFAULT_VALUE, null, msgs);
if (newDefaultValue != null)
msgs = ((InternalEObject) newDefaultValue).eInverseAdd(this,
EOPPOSITE_FEATURE_BASE
- UMLPackage.PARAMETER__DEFAULT_VALUE, null, msgs);
msgs = basicSetDefaultValue(newDefaultValue, msgs);
if (msgs != null)
msgs.dispatch();
} else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__DEFAULT_VALUE, newDefaultValue,
newDefaultValue));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ValueSpecification createDefaultValue(String name, Type type,
EClass eClass) {
ValueSpecification newDefaultValue = (ValueSpecification) create(eClass);
setDefaultValue(newDefaultValue);
if (name != null)
newDefaultValue.setName(name);
if (type != null)
newDefaultValue.setType(type);
return newDefaultValue;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isException() {
return (eFlags & IS_EXCEPTION_EFLAG) != 0;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setIsException(boolean newIsException) {
boolean oldIsException = (eFlags & IS_EXCEPTION_EFLAG) != 0;
if (newIsException)
eFlags |= IS_EXCEPTION_EFLAG;
else
eFlags &= ~IS_EXCEPTION_EFLAG;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__IS_EXCEPTION, oldIsException,
newIsException));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isStream() {
return (eFlags & IS_STREAM_EFLAG) != 0;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setIsStream(boolean newIsStream) {
boolean oldIsStream = (eFlags & IS_STREAM_EFLAG) != 0;
if (newIsStream)
eFlags |= IS_STREAM_EFLAG;
else
eFlags &= ~IS_STREAM_EFLAG;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__IS_STREAM, oldIsStream, newIsStream));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ParameterEffectKind getEffect() {
return effect;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setEffect(ParameterEffectKind newEffect) {
ParameterEffectKind oldEffect = effect;
effect = newEffect == null
? EFFECT_EDEFAULT
: newEffect;
boolean oldEffectESet = (eFlags & EFFECT_ESETFLAG) != 0;
eFlags |= EFFECT_ESETFLAG;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
UMLPackage.PARAMETER__EFFECT, oldEffect, effect, !oldEffectESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void unsetEffect() {
ParameterEffectKind oldEffect = effect;
boolean oldEffectESet = (eFlags & EFFECT_ESETFLAG) != 0;
effect = EFFECT_EDEFAULT;
eFlags &= ~EFFECT_ESETFLAG;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.UNSET,
UMLPackage.PARAMETER__EFFECT, oldEffect, EFFECT_EDEFAULT,
oldEffectESet));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSetEffect() {
return (eFlags & EFFECT_ESETFLAG) != 0;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateUpperGt0(DiagnosticChain diagnostics, Map context) {
return MultiplicityElementOperations.validateUpperGt0(this,
diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateLowerGe0(DiagnosticChain diagnostics, Map context) {
return MultiplicityElementOperations.validateLowerGe0(this,
diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateUpperGeLower(DiagnosticChain diagnostics, Map context) {
return MultiplicityElementOperations.validateUpperGeLower(this,
diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateValueSpecificationNoSideEffects(
DiagnosticChain diagnostics, Map context) {
return MultiplicityElementOperations
.validateValueSpecificationNoSideEffects(this, diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateValueSpecificationConstant(
DiagnosticChain diagnostics, Map context) {
return MultiplicityElementOperations
.validateValueSpecificationConstant(this, diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isMultivalued() {
return MultiplicityElementOperations.isMultivalued(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean includesCardinality(int C) {
return MultiplicityElementOperations.includesCardinality(this, C);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean includesMultiplicity(MultiplicityElement M) {
return MultiplicityElementOperations.includesMultiplicity(this, M);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int lowerBound() {
return MultiplicityElementOperations.lowerBound(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int upperBound() {
return MultiplicityElementOperations.upperBound(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean compatibleWith(MultiplicityElement other) {
return MultiplicityElementOperations.compatibleWith(this, other);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean is(int lowerbound, int upperbound) {
return MultiplicityElementOperations.is(this, lowerbound, upperbound);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateConnectorEnd(DiagnosticChain diagnostics, Map context) {
return ParameterOperations.validateConnectorEnd(this, diagnostics,
context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateStreamAndException(DiagnosticChain diagnostics,
Map context) {
return ParameterOperations.validateStreamAndException(this,
diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateNotException(DiagnosticChain diagnostics, Map context) {
return ParameterOperations.validateNotException(this, diagnostics,
context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateReentrantBehaviors(DiagnosticChain diagnostics,
Map context) {
return ParameterOperations.validateReentrantBehaviors(this,
diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean validateInAndOut(DiagnosticChain diagnostics, Map context) {
return ParameterOperations.validateInAndOut(this, diagnostics, context);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setBooleanDefaultValue(boolean value) {
ParameterOperations.setBooleanDefaultValue(this, value);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setIntegerDefaultValue(int value) {
ParameterOperations.setIntegerDefaultValue(this, value);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setStringDefaultValue(String value) {
ParameterOperations.setStringDefaultValue(this, value);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setUnlimitedNaturalDefaultValue(int value) {
ParameterOperations.setUnlimitedNaturalDefaultValue(this, value);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setNullDefaultValue() {
ParameterOperations.setNullDefaultValue(this);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID, NotificationChain msgs) {
switch (featureID) {
case UMLPackage.PARAMETER__EANNOTATIONS :
return ((InternalEList) getEAnnotations()).basicAdd(otherEnd,
msgs);
case UMLPackage.PARAMETER__CLIENT_DEPENDENCY :
return ((InternalEList) getClientDependencies()).basicAdd(
otherEnd, msgs);
case UMLPackage.PARAMETER__OWNING_TEMPLATE_PARAMETER :
if (eInternalContainer() != null)
msgs = eBasicRemoveFromContainer(msgs);
return basicSetOwningTemplateParameter(
(TemplateParameter) otherEnd, msgs);
case UMLPackage.PARAMETER__TEMPLATE_PARAMETER :
if (templateParameter != null)
msgs = ((InternalEObject) templateParameter)
.eInverseRemove(this,
UMLPackage.TEMPLATE_PARAMETER__PARAMETERED_ELEMENT,
TemplateParameter.class, msgs);
return basicSetTemplateParameter((TemplateParameter) otherEnd,
msgs);
case UMLPackage.PARAMETER__END :
return ((InternalEList) getEnds()).basicAdd(otherEnd, msgs);
case UMLPackage.PARAMETER__PARAMETER_SET :
return ((InternalEList) getParameterSets()).basicAdd(otherEnd,
msgs);
}
return eDynamicInverseAdd(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID, NotificationChain msgs) {
switch (featureID) {
case UMLPackage.PARAMETER__EANNOTATIONS :
return ((InternalEList) getEAnnotations()).basicRemove(
otherEnd, msgs);
case UMLPackage.PARAMETER__OWNED_COMMENT :
return ((InternalEList) getOwnedComments()).basicRemove(
otherEnd, msgs);
case UMLPackage.PARAMETER__CLIENT_DEPENDENCY :
return ((InternalEList) getClientDependencies()).basicRemove(
otherEnd, msgs);
case UMLPackage.PARAMETER__NAME_EXPRESSION :
return basicSetNameExpression(null, msgs);
case UMLPackage.PARAMETER__OWNING_TEMPLATE_PARAMETER :
return basicSetOwningTemplateParameter(null, msgs);
case UMLPackage.PARAMETER__TEMPLATE_PARAMETER :
return basicSetTemplateParameter(null, msgs);
case UMLPackage.PARAMETER__END :
return ((InternalEList) getEnds()).basicRemove(otherEnd, msgs);
case UMLPackage.PARAMETER__UPPER_VALUE :
return basicSetUpperValue(null, msgs);
case UMLPackage.PARAMETER__LOWER_VALUE :
return basicSetLowerValue(null, msgs);
case UMLPackage.PARAMETER__PARAMETER_SET :
return ((InternalEList) getParameterSets()).basicRemove(
otherEnd, msgs);
case UMLPackage.PARAMETER__DEFAULT_VALUE :
return basicSetDefaultValue(null, msgs);
}
return eDynamicInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
case UMLPackage.PARAMETER__EANNOTATIONS :
return getEAnnotations();
case UMLPackage.PARAMETER__OWNED_ELEMENT :
return getOwnedElements();
case UMLPackage.PARAMETER__OWNER :
if (resolve)
return getOwner();
return basicGetOwner();
case UMLPackage.PARAMETER__OWNED_COMMENT :
return getOwnedComments();
case UMLPackage.PARAMETER__NAME :
return getName();
case UMLPackage.PARAMETER__VISIBILITY :
return getVisibility();
case UMLPackage.PARAMETER__QUALIFIED_NAME :
return getQualifiedName();
case UMLPackage.PARAMETER__CLIENT_DEPENDENCY :
return getClientDependencies();
case UMLPackage.PARAMETER__NAMESPACE :
if (resolve)
return getNamespace();
return basicGetNamespace();
case UMLPackage.PARAMETER__NAME_EXPRESSION :
if (resolve)
return getNameExpression();
return basicGetNameExpression();
case UMLPackage.PARAMETER__TYPE :
if (resolve)
return getType();
return basicGetType();
case UMLPackage.PARAMETER__OWNING_TEMPLATE_PARAMETER :
if (resolve)
return getOwningTemplateParameter();
return basicGetOwningTemplateParameter();
case UMLPackage.PARAMETER__TEMPLATE_PARAMETER :
if (resolve)
return getTemplateParameter();
return basicGetTemplateParameter();
case UMLPackage.PARAMETER__END :
return getEnds();
case UMLPackage.PARAMETER__IS_ORDERED :
return isOrdered()
? Boolean.TRUE
: Boolean.FALSE;
case UMLPackage.PARAMETER__IS_UNIQUE :
return isUnique()
? Boolean.TRUE
: Boolean.FALSE;
case UMLPackage.PARAMETER__UPPER :
return new Integer(getUpper());
case UMLPackage.PARAMETER__LOWER :
return new Integer(getLower());
case UMLPackage.PARAMETER__UPPER_VALUE :
if (resolve)
return getUpperValue();
return basicGetUpperValue();
case UMLPackage.PARAMETER__LOWER_VALUE :
if (resolve)
return getLowerValue();
return basicGetLowerValue();
case UMLPackage.PARAMETER__PARAMETER_SET :
return getParameterSets();
case UMLPackage.PARAMETER__OPERATION :
if (resolve)
return getOperation();
return basicGetOperation();
case UMLPackage.PARAMETER__DIRECTION :
return getDirection();
case UMLPackage.PARAMETER__DEFAULT :
return getDefault();
case UMLPackage.PARAMETER__DEFAULT_VALUE :
if (resolve)
return getDefaultValue();
return basicGetDefaultValue();
case UMLPackage.PARAMETER__IS_EXCEPTION :
return isException()
? Boolean.TRUE
: Boolean.FALSE;
case UMLPackage.PARAMETER__IS_STREAM :
return isStream()
? Boolean.TRUE
: Boolean.FALSE;
case UMLPackage.PARAMETER__EFFECT :
return getEffect();
}
return eDynamicGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void eSet(int featureID, Object newValue) {
switch (featureID) {
case UMLPackage.PARAMETER__EANNOTATIONS :
getEAnnotations().clear();
getEAnnotations().addAll((Collection) newValue);
return;
case UMLPackage.PARAMETER__OWNED_COMMENT :
getOwnedComments().clear();
getOwnedComments().addAll((Collection) newValue);
return;
case UMLPackage.PARAMETER__NAME :
setName((String) newValue);
return;
case UMLPackage.PARAMETER__VISIBILITY :
setVisibility((VisibilityKind) newValue);
return;
case UMLPackage.PARAMETER__CLIENT_DEPENDENCY :
getClientDependencies().clear();
getClientDependencies().addAll((Collection) newValue);
return;
case UMLPackage.PARAMETER__NAME_EXPRESSION :
setNameExpression((StringExpression) newValue);
return;
case UMLPackage.PARAMETER__TYPE :
setType((Type) newValue);
return;
case UMLPackage.PARAMETER__OWNING_TEMPLATE_PARAMETER :
setOwningTemplateParameter((TemplateParameter) newValue);
return;
case UMLPackage.PARAMETER__TEMPLATE_PARAMETER :
setTemplateParameter((TemplateParameter) newValue);
return;
case UMLPackage.PARAMETER__END :
getEnds().clear();
getEnds().addAll((Collection) newValue);
return;
case UMLPackage.PARAMETER__IS_ORDERED :
setIsOrdered(((Boolean) newValue).booleanValue());
return;
case UMLPackage.PARAMETER__IS_UNIQUE :
setIsUnique(((Boolean) newValue).booleanValue());
return;
case UMLPackage.PARAMETER__UPPER :
setUpper(((Integer) newValue).intValue());
return;
case UMLPackage.PARAMETER__LOWER :
setLower(((Integer) newValue).intValue());
return;
case UMLPackage.PARAMETER__UPPER_VALUE :
setUpperValue((ValueSpecification) newValue);
return;
case UMLPackage.PARAMETER__LOWER_VALUE :
setLowerValue((ValueSpecification) newValue);
return;
case UMLPackage.PARAMETER__PARAMETER_SET :
getParameterSets().clear();
getParameterSets().addAll((Collection) newValue);
return;
case UMLPackage.PARAMETER__DIRECTION :
setDirection((ParameterDirectionKind) newValue);
return;
case UMLPackage.PARAMETER__DEFAULT :
setDefault((String) newValue);
return;
case UMLPackage.PARAMETER__DEFAULT_VALUE :
setDefaultValue((ValueSpecification) newValue);
return;
case UMLPackage.PARAMETER__IS_EXCEPTION :
setIsException(((Boolean) newValue).booleanValue());
return;
case UMLPackage.PARAMETER__IS_STREAM :
setIsStream(((Boolean) newValue).booleanValue());
return;
case UMLPackage.PARAMETER__EFFECT :
setEffect((ParameterEffectKind) newValue);
return;
}
eDynamicSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void eUnset(int featureID) {
switch (featureID) {
case UMLPackage.PARAMETER__EANNOTATIONS :
getEAnnotations().clear();
return;
case UMLPackage.PARAMETER__OWNED_COMMENT :
getOwnedComments().clear();
return;
case UMLPackage.PARAMETER__NAME :
unsetName();
return;
case UMLPackage.PARAMETER__VISIBILITY :
unsetVisibility();
return;
case UMLPackage.PARAMETER__CLIENT_DEPENDENCY :
getClientDependencies().clear();
return;
case UMLPackage.PARAMETER__NAME_EXPRESSION :
setNameExpression((StringExpression) null);
return;
case UMLPackage.PARAMETER__TYPE :
setType((Type) null);
return;
case UMLPackage.PARAMETER__OWNING_TEMPLATE_PARAMETER :
setOwningTemplateParameter((TemplateParameter) null);
return;
case UMLPackage.PARAMETER__TEMPLATE_PARAMETER :
setTemplateParameter((TemplateParameter) null);
return;
case UMLPackage.PARAMETER__END :
getEnds().clear();
return;
case UMLPackage.PARAMETER__IS_ORDERED :
setIsOrdered(IS_ORDERED_EDEFAULT);
return;
case UMLPackage.PARAMETER__IS_UNIQUE :
setIsUnique(IS_UNIQUE_EDEFAULT);
return;
case UMLPackage.PARAMETER__UPPER :
setUpper(UPPER_EDEFAULT);
return;
case UMLPackage.PARAMETER__LOWER :
setLower(LOWER_EDEFAULT);
return;
case UMLPackage.PARAMETER__UPPER_VALUE :
setUpperValue((ValueSpecification) null);
return;
case UMLPackage.PARAMETER__LOWER_VALUE :
setLowerValue((ValueSpecification) null);
return;
case UMLPackage.PARAMETER__PARAMETER_SET :
getParameterSets().clear();
return;
case UMLPackage.PARAMETER__DIRECTION :
setDirection(DIRECTION_EDEFAULT);
return;
case UMLPackage.PARAMETER__DEFAULT :
unsetDefault();
return;
case UMLPackage.PARAMETER__DEFAULT_VALUE :
setDefaultValue((ValueSpecification) null);
return;
case UMLPackage.PARAMETER__IS_EXCEPTION :
setIsException(IS_EXCEPTION_EDEFAULT);
return;
case UMLPackage.PARAMETER__IS_STREAM :
setIsStream(IS_STREAM_EDEFAULT);
return;
case UMLPackage.PARAMETER__EFFECT :
unsetEffect();
return;
}
eDynamicUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean eIsSet(int featureID) {
switch (featureID) {
case UMLPackage.PARAMETER__EANNOTATIONS :
return eAnnotations != null && !eAnnotations.isEmpty();
case UMLPackage.PARAMETER__OWNED_ELEMENT :
return isSetOwnedElements();
case UMLPackage.PARAMETER__OWNER :
return isSetOwner();
case UMLPackage.PARAMETER__OWNED_COMMENT :
return ownedComments != null && !ownedComments.isEmpty();
case UMLPackage.PARAMETER__NAME :
return isSetName();
case UMLPackage.PARAMETER__VISIBILITY :
return isSetVisibility();
case UMLPackage.PARAMETER__QUALIFIED_NAME :
return QUALIFIED_NAME_EDEFAULT == null
? getQualifiedName() != null
: !QUALIFIED_NAME_EDEFAULT.equals(getQualifiedName());
case UMLPackage.PARAMETER__CLIENT_DEPENDENCY :
return clientDependencies != null
&& !clientDependencies.isEmpty();
case UMLPackage.PARAMETER__NAMESPACE :
return isSetNamespace();
case UMLPackage.PARAMETER__NAME_EXPRESSION :
return nameExpression != null;
case UMLPackage.PARAMETER__TYPE :
return type != null;
case UMLPackage.PARAMETER__OWNING_TEMPLATE_PARAMETER :
return basicGetOwningTemplateParameter() != null;
case UMLPackage.PARAMETER__TEMPLATE_PARAMETER :
return isSetTemplateParameter();
case UMLPackage.PARAMETER__END :
return ends != null && !ends.isEmpty();
case UMLPackage.PARAMETER__IS_ORDERED :
return ((eFlags & IS_ORDERED_EFLAG) != 0) != IS_ORDERED_EDEFAULT;
case UMLPackage.PARAMETER__IS_UNIQUE :
return ((eFlags & IS_UNIQUE_EFLAG) != 0) != IS_UNIQUE_EDEFAULT;
case UMLPackage.PARAMETER__UPPER :
return getUpper() != UPPER_EDEFAULT;
case UMLPackage.PARAMETER__LOWER :
return getLower() != LOWER_EDEFAULT;
case UMLPackage.PARAMETER__UPPER_VALUE :
return upperValue != null;
case UMLPackage.PARAMETER__LOWER_VALUE :
return lowerValue != null;
case UMLPackage.PARAMETER__PARAMETER_SET :
return parameterSets != null && !parameterSets.isEmpty();
case UMLPackage.PARAMETER__OPERATION :
return basicGetOperation() != null;
case UMLPackage.PARAMETER__DIRECTION :
return direction != DIRECTION_EDEFAULT;
case UMLPackage.PARAMETER__DEFAULT :
return isSetDefault();
case UMLPackage.PARAMETER__DEFAULT_VALUE :
return defaultValue != null;
case UMLPackage.PARAMETER__IS_EXCEPTION :
return ((eFlags & IS_EXCEPTION_EFLAG) != 0) != IS_EXCEPTION_EDEFAULT;
case UMLPackage.PARAMETER__IS_STREAM :
return ((eFlags & IS_STREAM_EFLAG) != 0) != IS_STREAM_EDEFAULT;
case UMLPackage.PARAMETER__EFFECT :
return isSetEffect();
}
return eDynamicIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int eBaseStructuralFeatureID(int derivedFeatureID, Class baseClass) {
if (baseClass == MultiplicityElement.class) {
switch (derivedFeatureID) {
case UMLPackage.PARAMETER__IS_ORDERED :
return UMLPackage.MULTIPLICITY_ELEMENT__IS_ORDERED;
case UMLPackage.PARAMETER__IS_UNIQUE :
return UMLPackage.MULTIPLICITY_ELEMENT__IS_UNIQUE;
case UMLPackage.PARAMETER__UPPER :
return UMLPackage.MULTIPLICITY_ELEMENT__UPPER;
case UMLPackage.PARAMETER__LOWER :
return UMLPackage.MULTIPLICITY_ELEMENT__LOWER;
case UMLPackage.PARAMETER__UPPER_VALUE :
return UMLPackage.MULTIPLICITY_ELEMENT__UPPER_VALUE;
case UMLPackage.PARAMETER__LOWER_VALUE :
return UMLPackage.MULTIPLICITY_ELEMENT__LOWER_VALUE;
default :
return -1;
}
}
return super.eBaseStructuralFeatureID(derivedFeatureID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public int eDerivedStructuralFeatureID(int baseFeatureID, Class baseClass) {
if (baseClass == MultiplicityElement.class) {
switch (baseFeatureID) {
case UMLPackage.MULTIPLICITY_ELEMENT__IS_ORDERED :
return UMLPackage.PARAMETER__IS_ORDERED;
case UMLPackage.MULTIPLICITY_ELEMENT__IS_UNIQUE :
return UMLPackage.PARAMETER__IS_UNIQUE;
case UMLPackage.MULTIPLICITY_ELEMENT__UPPER :
return UMLPackage.PARAMETER__UPPER;
case UMLPackage.MULTIPLICITY_ELEMENT__LOWER :
return UMLPackage.PARAMETER__LOWER;
case UMLPackage.MULTIPLICITY_ELEMENT__UPPER_VALUE :
return UMLPackage.PARAMETER__UPPER_VALUE;
case UMLPackage.MULTIPLICITY_ELEMENT__LOWER_VALUE :
return UMLPackage.PARAMETER__LOWER_VALUE;
default :
return -1;
}
}
return super.eDerivedStructuralFeatureID(baseFeatureID, baseClass);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String toString() {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (isOrdered: "); //$NON-NLS-1$
result.append((eFlags & IS_ORDERED_EFLAG) != 0);
result.append(", isUnique: "); //$NON-NLS-1$
result.append((eFlags & IS_UNIQUE_EFLAG) != 0);
result.append(", direction: "); //$NON-NLS-1$
result.append(direction);
result.append(", isException: "); //$NON-NLS-1$
result.append((eFlags & IS_EXCEPTION_EFLAG) != 0);
result.append(", isStream: "); //$NON-NLS-1$
result.append((eFlags & IS_STREAM_EFLAG) != 0);
result.append(", effect: "); //$NON-NLS-1$
if ((eFlags & EFFECT_ESETFLAG) != 0)
result.append(effect);
else
result.append("<unset>"); //$NON-NLS-1$
result.append(')');
return result.toString();
}
/**
* The array of subset feature identifiers for the '{@link #getOwnedElements() <em>Owned Element</em>}' reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getOwnedElements()
* @generated
* @ordered
*/
protected static final int[] OWNED_ELEMENT_ESUBSETS = new int[]{
UMLPackage.PARAMETER__OWNED_COMMENT,
UMLPackage.PARAMETER__NAME_EXPRESSION,
UMLPackage.PARAMETER__UPPER_VALUE, UMLPackage.PARAMETER__LOWER_VALUE,
UMLPackage.PARAMETER__DEFAULT_VALUE};
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSetOwnedElements() {
return super.isSetOwnedElements()
|| eIsSet(UMLPackage.PARAMETER__UPPER_VALUE)
|| eIsSet(UMLPackage.PARAMETER__LOWER_VALUE)
|| eIsSet(UMLPackage.PARAMETER__DEFAULT_VALUE);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Namespace basicGetNamespace() {
Operation operation = basicGetOperation();
if (operation != null) {
return operation;
}
return super.basicGetNamespace();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public boolean isSetNamespace() {
return super.isSetNamespace()
|| eIsSet(UMLPackage.PARAMETER__OPERATION);
}
} //ParameterImpl