Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/LiteralCompartmentImpl.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/LiteralCompartmentImpl.java259
1 files changed, 0 insertions, 259 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/LiteralCompartmentImpl.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/LiteralCompartmentImpl.java
deleted file mode 100644
index 8ed252cac98..00000000000
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/LiteralCompartmentImpl.java
+++ /dev/null
@@ -1,259 +0,0 @@
-/**
- * Copyright (c) 2014 CEA LIST.
- *
- * 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:
- * CEA LIST - Initial API and implementation
- */
-package org.eclipse.papyrus.umldi.impl;
-
-import org.eclipse.emf.common.notify.Notification;
-import org.eclipse.emf.common.notify.NotificationChain;
-
-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.EcoreUtil;
-
-import org.eclipse.papyrus.umldi.EnumerationShape;
-import org.eclipse.papyrus.umldi.LiteralCompartment;
-import org.eclipse.papyrus.umldi.UMLDIPackage;
-import org.eclipse.papyrus.umldi.UmlDiagramElement;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Literal Compartment</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * The following features are implemented:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.papyrus.umldi.impl.LiteralCompartmentImpl#getOwningUmlDiagramElement <em>Owning Uml Diagram Element</em>}</li>
- * <li>{@link org.eclipse.papyrus.umldi.impl.LiteralCompartmentImpl#getEnumerationShape <em>Enumeration Shape</em>}</li>
- * </ul>
- *
- * @generated
- */
-public class LiteralCompartmentImpl extends ListCompartmentImpl implements LiteralCompartment {
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- protected LiteralCompartmentImpl() {
- super();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return UMLDIPackage.Literals.LITERAL_COMPARTMENT;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public UmlDiagramElement getOwningUmlDiagramElement() {
- UmlDiagramElement owningUmlDiagramElement = basicGetOwningUmlDiagramElement();
- return owningUmlDiagramElement != null && owningUmlDiagramElement.eIsProxy() ? (UmlDiagramElement)eResolveProxy((InternalEObject)owningUmlDiagramElement) : owningUmlDiagramElement;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public UmlDiagramElement basicGetOwningUmlDiagramElement() {
- EnumerationShape enumerationShape = getEnumerationShape();
- if(enumerationShape != null) {
- return enumerationShape;
- }
- return super.basicGetOwningUmlDiagramElement();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- public EnumerationShape getEnumerationShape() {
- if(eContainerFeatureID() != UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE)
- return null;
- return (EnumerationShape)eInternalContainer();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- public NotificationChain basicSetEnumerationShape(EnumerationShape newEnumerationShape, NotificationChain msgs) {
- msgs = eBasicSetContainer((InternalEObject)newEnumerationShape, UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE, msgs);
- return msgs;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- public void setEnumerationShape(EnumerationShape newEnumerationShape) {
- if(newEnumerationShape != eInternalContainer() || (eContainerFeatureID() != UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE && newEnumerationShape != null)) {
- if(EcoreUtil.isAncestor(this, newEnumerationShape))
- throw new IllegalArgumentException("Recursive containment not allowed for " + toString());
- NotificationChain msgs = null;
- if(eInternalContainer() != null)
- msgs = eBasicRemoveFromContainer(msgs);
- if(newEnumerationShape != null)
- msgs = ((InternalEObject)newEnumerationShape).eInverseAdd(this, UMLDIPackage.ENUMERATION_SHAPE__LITERAL_COMPARTMENT, EnumerationShape.class, msgs);
- msgs = basicSetEnumerationShape(newEnumerationShape, msgs);
- if(msgs != null)
- msgs.dispatch();
- } else if(eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE, newEnumerationShape, newEnumerationShape));
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
- switch(featureID) {
- case UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE:
- if(eInternalContainer() != null)
- msgs = eBasicRemoveFromContainer(msgs);
- return basicSetEnumerationShape((EnumerationShape)otherEnd, msgs);
- }
- return super.eInverseAdd(otherEnd, featureID, msgs);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
- switch(featureID) {
- case UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE:
- return basicSetEnumerationShape(null, msgs);
- }
- return super.eInverseRemove(otherEnd, featureID, msgs);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs) {
- switch(eContainerFeatureID()) {
- case UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE:
- return eInternalContainer().eInverseRemove(this, UMLDIPackage.ENUMERATION_SHAPE__LITERAL_COMPARTMENT, EnumerationShape.class, msgs);
- }
- return super.eBasicRemoveFromContainerFeature(msgs);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public Object eGet(int featureID, boolean resolve, boolean coreType) {
- switch(featureID) {
- case UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE:
- return getEnumerationShape();
- }
- return super.eGet(featureID, resolve, coreType);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public void eSet(int featureID, Object newValue) {
- switch(featureID) {
- case UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE:
- setEnumerationShape((EnumerationShape)newValue);
- return;
- }
- super.eSet(featureID, newValue);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public void eUnset(int featureID) {
- switch(featureID) {
- case UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE:
- setEnumerationShape((EnumerationShape)null);
- return;
- }
- super.eUnset(featureID);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public boolean eIsSet(int featureID) {
- switch(featureID) {
- case UMLDIPackage.LITERAL_COMPARTMENT__OWNING_UML_DIAGRAM_ELEMENT:
- return isSetOwningUmlDiagramElement();
- case UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE:
- return getEnumerationShape() != null;
- }
- return super.eIsSet(featureID);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public boolean isSetOwningUmlDiagramElement() {
- return super.isSetOwningUmlDiagramElement() || eIsSet(UMLDIPackage.LITERAL_COMPARTMENT__ENUMERATION_SHAPE);
- }
-} //LiteralCompartmentImpl

Back to the top