Skip to content

Package: EImpl

EImpl

nameinstructionbranchcomplexitylinemethod
EImpl()
M: 0 C: 3
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 2
100%
M: 0 C: 1
100%
eStaticClass()
M: 2 C: 0
0%
M: 0 C: 0
100%
M: 1 C: 0
0%
M: 1 C: 0
0%
M: 1 C: 0
0%

Coverage

1: /**
2: * Copyright (c) 2011-2016 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: * Lucas Koehler - initial API and implementation
13: */
14: package org.eclipse.emfforms.core.services.databinding.testmodel.test.model.impl;
15:
16: import org.eclipse.emf.ecore.EClass;
17: import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
18: import org.eclipse.emfforms.core.services.databinding.testmodel.test.model.E;
19: import org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage;
20:
21: /**
22: * <!-- begin-user-doc -->
23: * An implementation of the model object '<em><b>E</b></em>'.
24: * <!-- end-user-doc -->
25: *
26: * @generated
27: */
28: public abstract class EImpl extends MinimalEObjectImpl.Container implements E {
29:         /**
30:          * <!-- begin-user-doc -->
31:          * <!-- end-user-doc -->
32:          *
33:          * @generated
34:          */
35:         protected EImpl() {
36:                 super();
37:         }
38:
39:         /**
40:          * <!-- begin-user-doc -->
41:          * <!-- end-user-doc -->
42:          *
43:          * @generated
44:          */
45:         @Override
46:         protected EClass eStaticClass() {
47:                 return TestPackage.Literals.E;
48:         }
49:
50: } // EImpl