Skip to content

Package: AddressImpl

AddressImpl

nameinstructionbranchcomplexitylinemethod
AddressImpl()
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: 0 C: 2
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 1
100%
M: 0 C: 1
100%

Coverage

1: /**
2: * Copyright (c) 2011-2014 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: * EclipseSource - Generated code
13: */
14: package org.eclipse.emf.ecp.test.university.impl;
15:
16: import org.eclipse.emf.ecore.EClass;
17: import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
18: import org.eclipse.emf.ecp.test.university.Address;
19: import org.eclipse.emf.ecp.test.university.UniversityPackage;
20:
21: /**
22: * <!-- begin-user-doc -->
23: * An implementation of the model object '<em><b>Address</b></em>'.
24: * <!-- end-user-doc -->
25: *
26: * @generated
27: */
28: public class AddressImpl extends MinimalEObjectImpl.Container implements Address {
29:         /**
30:          * <!-- begin-user-doc -->
31:          * <!-- end-user-doc -->
32:          *
33:          * @generated
34:          */
35:         protected AddressImpl() {
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 UniversityPackage.Literals.ADDRESS;
48:         }
49:
50: } // AddressImpl