Skip to content

Package: EdaptTestAPackage

EdaptTestAPackage

nameinstructionbranchcomplexitylinemethod
static {...}
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%

Coverage

1: /**
2: * Copyright (c) 2011-2013 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: */
13: package org.eclipse.emf.ecp.view.edapt.util.test.model.a;
14:
15: import org.eclipse.emf.ecore.EClass;
16: import org.eclipse.emf.ecore.EPackage;
17:
18: /**
19: * <!-- begin-user-doc -->
20: * The <b>Package</b> for the model.
21: * It contains accessors for the meta objects to represent
22: * <ul>
23: * <li>each class,</li>
24: * <li>each feature of each class,</li>
25: * <li>each operation of each class,</li>
26: * <li>each enum,</li>
27: * <li>and each data type</li>
28: * </ul>
29: * <!-- end-user-doc -->
30: *
31: * @see org.eclipse.emf.ecp.view.edapt.util.test.model.a.EdaptTestAFactory
32: * @model kind="package"
33: * @generated
34: */
35: public interface EdaptTestAPackage extends EPackage {
36:         /**
37:          * The package name.
38:          * <!-- begin-user-doc -->
39:          * <!-- end-user-doc -->
40:          *
41:          * @generated
42:          */
43:         String eNAME = "a";
44:
45:         /**
46:          * The package namespace URI.
47:          * <!-- begin-user-doc -->
48:          * <!-- end-user-doc -->
49:          *
50:          * @generated
51:          */
52:         String eNS_URI = "http://example.org/a";
53:
54:         /**
55:          * The package namespace name.
56:          * <!-- begin-user-doc -->
57:          * <!-- end-user-doc -->
58:          *
59:          * @generated
60:          */
61:         String eNS_PREFIX = "a";
62:
63:         /**
64:          * The singleton instance of the package.
65:          * <!-- begin-user-doc -->
66:          * <!-- end-user-doc -->
67:          *
68:          * @generated
69:          */
70:         EdaptTestAPackage eINSTANCE = org.eclipse.emf.ecp.view.edapt.util.test.model.a.impl.EdaptTestAPackageImpl.init();
71:
72:         /**
73:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.edapt.util.test.model.a.impl.EdaptTestAImpl
74:          * <em>A</em>}' class.
75:          * <!-- begin-user-doc -->
76:          * <!-- end-user-doc -->
77:          *
78:          * @see org.eclipse.emf.ecp.view.edapt.util.test.model.a.impl.EdaptTestAImpl
79:          * @see org.eclipse.emf.ecp.view.edapt.util.test.model.a.impl.EdaptTestAPackageImpl#getA()
80:          * @generated
81:          */
82:         int A = 0;
83:
84:         /**
85:          * The number of structural features of the '<em>A</em>' class.
86:          * <!-- begin-user-doc -->
87:          * <!-- end-user-doc -->
88:          *
89:          * @generated
90:          * @ordered
91:          */
92:         int A_FEATURE_COUNT = 0;
93:
94:         /**
95:          * The number of operations of the '<em>A</em>' class.
96:          * <!-- begin-user-doc -->
97:          * <!-- end-user-doc -->
98:          *
99:          * @generated
100:          * @ordered
101:          */
102:         int A_OPERATION_COUNT = 0;
103:
104:         /**
105:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.edapt.util.test.model.a.EdaptTestA <em>A</em>}
106:          * '.
107:          * <!-- begin-user-doc -->
108:          * <!-- end-user-doc -->
109:          *
110:          * @return the meta object for class '<em>A</em>'.
111:          * @see org.eclipse.emf.ecp.view.edapt.util.test.model.a.EdaptTestA
112:          * @generated
113:          */
114:         EClass getA();
115:
116:         /**
117:          * Returns the factory that creates the instances of the model.
118:          * <!-- begin-user-doc -->
119:          * <!-- end-user-doc -->
120:          *
121:          * @return the factory that creates the instances of the model.
122:          * @generated
123:          */
124:         EdaptTestAFactory getAFactory();
125:
126:         /**
127:          * <!-- begin-user-doc -->
128:          * Defines literals for the meta objects that represent
129:          * <ul>
130:          * <li>each class,</li>
131:          * <li>each feature of each class,</li>
132:          * <li>each operation of each class,</li>
133:          * <li>each enum,</li>
134:          * <li>and each data type</li>
135:          * </ul>
136:          * <!-- end-user-doc -->
137:          *
138:          * @generated
139:          */
140:         interface Literals {
141:                 /**
142:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.edapt.util.test.model.a.impl.EdaptTestAImpl
143:                  * <em>A</em>}' class.
144:                  * <!-- begin-user-doc -->
145:                  * <!-- end-user-doc -->
146:                  *
147:                  * @see org.eclipse.emf.ecp.view.edapt.util.test.model.a.impl.EdaptTestAImpl
148:                  * @see org.eclipse.emf.ecp.view.edapt.util.test.model.a.impl.EdaptTestAPackageImpl#getA()
149:                  * @generated
150:                  */
151:                 EClass A = eINSTANCE.getA();
152:
153:         }
154:
155: } // EdaptTestAPackage