Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML/impl/PersonnelSegmentSpecificationImpl.java')
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML/impl/PersonnelSegmentSpecificationImpl.java39
1 files changed, 0 insertions, 39 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML/impl/PersonnelSegmentSpecificationImpl.java b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML/impl/PersonnelSegmentSpecificationImpl.java
deleted file mode 100644
index 2af52443491..00000000000
--- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/src/org/eclipse/papyrus/manufacturing/b2mml/profile/B2MML/impl/PersonnelSegmentSpecificationImpl.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/**
- */
-package org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML.impl;
-
-import org.eclipse.emf.ecore.EClass;
-
-import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
-
-import org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML.B2mmlProcessSegmentPackage;
-import org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML.PersonnelSegmentSpecification;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Personnel Segment Specification</b></em>'.
- * <!-- end-user-doc -->
- *
- * @generated
- */
-public class PersonnelSegmentSpecificationImpl extends MinimalEObjectImpl.Container implements PersonnelSegmentSpecification {
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- protected PersonnelSegmentSpecificationImpl() {
- super();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return B2mmlProcessSegmentPackage.Literals.PERSONNEL_SEGMENT_SPECIFICATION;
- }
-
-} //PersonnelSegmentSpecificationImpl

Back to the top