Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/CategoryValueImpl.java')
-rw-r--r--extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/CategoryValueImpl.java46
1 files changed, 0 insertions, 46 deletions
diff --git a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/CategoryValueImpl.java b/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/CategoryValueImpl.java
deleted file mode 100644
index 605c8f0babe..00000000000
--- a/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/src/SoaML/impl/CategoryValueImpl.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2015 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:
- * Fadwa TMAR (CEA LIST) fadwa.tmar@cea.fr - Initial API and implementation
- *****************************************************************************/
-package SoaML.impl;
-
-import SoaML.CategoryValue;
-import SoaML.SoaMLPackage;
-
-import org.eclipse.emf.ecore.EClass;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Category Value</b></em>'.
- * <!-- end-user-doc -->
- *
- * @generated
- */
-public class CategoryValueImpl extends FreeFormValueImpl implements CategoryValue {
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- protected CategoryValueImpl() {
- super();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return SoaMLPackage.Literals.CATEGORY_VALUE;
- }
-
-} //CategoryValueImpl

Back to the top