Skip to content

Package: TestPackage$Literals

TestPackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 19 C: 0
0%
M: 0 C: 0
100%
M: 1 C: 0
0%
M: 6 C: 0
0%
M: 1 C: 0
0%

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: * EclipseSource Muenchen GmbH - initial API and implementation
13: ******************************************************************************/
14: package org.eclipse.emf.ecp.ui.view.editor.test.model.test;
15:
16: import org.eclipse.emf.ecore.EClass;
17: import org.eclipse.emf.ecore.EPackage;
18: import org.eclipse.emf.ecore.EReference;
19:
20: /**
21: * <!-- begin-user-doc -->
22: * The <b>Package</b> for the model.
23: * It contains accessors for the meta objects to represent
24: * <ul>
25: * <li>each class,</li>
26: * <li>each feature of each class,</li>
27: * <li>each operation of each class,</li>
28: * <li>each enum,</li>
29: * <li>and each data type</li>
30: * </ul>
31: * <!-- end-user-doc -->
32: *
33: * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.TestFactory
34: * @model kind="package"
35: * @generated
36: */
37: public interface TestPackage extends EPackage {
38:         /**
39:          * The package name.
40:          * <!-- begin-user-doc -->
41:          * <!-- end-user-doc -->
42:          *
43:          * @generated
44:          */
45:         String eNAME = "test";
46:
47:         /**
48:          * The package namespace URI.
49:          * <!-- begin-user-doc -->
50:          * <!-- end-user-doc -->
51:          *
52:          * @generated
53:          */
54:         String eNS_URI = "http://eclipse.com/emf/ecp/view/editor/controls/test";
55:
56:         /**
57:          * The package namespace name.
58:          * <!-- begin-user-doc -->
59:          * <!-- end-user-doc -->
60:          *
61:          * @generated
62:          */
63:         String eNS_PREFIX = "org.eclipse.emf.ecp.ui.view.editor.controls.test";
64:
65:         /**
66:          * The singleton instance of the package.
67:          * <!-- begin-user-doc -->
68:          * <!-- end-user-doc -->
69:          *
70:          * @generated
71:          */
72:         TestPackage eINSTANCE = org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.TestPackageImpl.init();
73:
74:         /**
75:          * The meta object id for the '{@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.ComponentImpl
76:          * <em>Component</em>}' class.
77:          * <!-- begin-user-doc -->
78:          * <!-- end-user-doc -->
79:          *
80:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.ComponentImpl
81:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.TestPackageImpl#getComponent()
82:          * @generated
83:          */
84:         int COMPONENT = 0;
85:
86:         /**
87:          * The feature id for the '<em><b>Component</b></em>' containment reference.
88:          * <!-- begin-user-doc -->
89:          * <!-- end-user-doc -->
90:          *
91:          * @generated
92:          * @ordered
93:          */
94:         int COMPONENT__COMPONENT = 0;
95:
96:         /**
97:          * The number of structural features of the '<em>Component</em>' class.
98:          * <!-- begin-user-doc -->
99:          * <!-- end-user-doc -->
100:          *
101:          * @generated
102:          * @ordered
103:          */
104:         int COMPONENT_FEATURE_COUNT = 1;
105:
106:         /**
107:          * The number of operations of the '<em>Component</em>' class.
108:          * <!-- begin-user-doc -->
109:          * <!-- end-user-doc -->
110:          *
111:          * @generated
112:          * @ordered
113:          */
114:         int COMPONENT_OPERATION_COUNT = 0;
115:
116:         /**
117:          * The meta object id for the '{@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.CompositeImpl
118:          * <em>Composite</em>}' class.
119:          * <!-- begin-user-doc -->
120:          * <!-- end-user-doc -->
121:          *
122:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.CompositeImpl
123:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.TestPackageImpl#getComposite()
124:          * @generated
125:          */
126:         int COMPOSITE = 1;
127:
128:         /**
129:          * The feature id for the '<em><b>Component</b></em>' containment reference.
130:          * <!-- begin-user-doc -->
131:          * <!-- end-user-doc -->
132:          *
133:          * @generated
134:          * @ordered
135:          */
136:         int COMPOSITE__COMPONENT = COMPONENT__COMPONENT;
137:
138:         /**
139:          * The feature id for the '<em><b>Composites</b></em>' containment reference list.
140:          * <!-- begin-user-doc -->
141:          * <!-- end-user-doc -->
142:          *
143:          * @generated
144:          * @ordered
145:          */
146:         int COMPOSITE__COMPOSITES = COMPONENT_FEATURE_COUNT + 0;
147:
148:         /**
149:          * The number of structural features of the '<em>Composite</em>' class.
150:          * <!-- begin-user-doc -->
151:          * <!-- end-user-doc -->
152:          *
153:          * @generated
154:          * @ordered
155:          */
156:         int COMPOSITE_FEATURE_COUNT = COMPONENT_FEATURE_COUNT + 1;
157:
158:         /**
159:          * The number of operations of the '<em>Composite</em>' class.
160:          * <!-- begin-user-doc -->
161:          * <!-- end-user-doc -->
162:          *
163:          * @generated
164:          * @ordered
165:          */
166:         int COMPOSITE_OPERATION_COUNT = COMPONENT_OPERATION_COUNT + 0;
167:
168:         /**
169:          * The meta object id for the '{@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.Component2Impl
170:          * <em>Component2</em>}' class.
171:          * <!-- begin-user-doc -->
172:          * <!-- end-user-doc -->
173:          *
174:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.Component2Impl
175:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.TestPackageImpl#getComponent2()
176:          * @generated
177:          */
178:         int COMPONENT2 = 2;
179:
180:         /**
181:          * The feature id for the '<em><b>Composites</b></em>' containment reference list.
182:          * <!-- begin-user-doc -->
183:          * <!-- end-user-doc -->
184:          *
185:          * @generated
186:          * @ordered
187:          */
188:         int COMPONENT2__COMPOSITES = 0;
189:
190:         /**
191:          * The number of structural features of the '<em>Component2</em>' class.
192:          * <!-- begin-user-doc -->
193:          * <!-- end-user-doc -->
194:          *
195:          * @generated
196:          * @ordered
197:          */
198:         int COMPONENT2_FEATURE_COUNT = 1;
199:
200:         /**
201:          * The number of operations of the '<em>Component2</em>' class.
202:          * <!-- begin-user-doc -->
203:          * <!-- end-user-doc -->
204:          *
205:          * @generated
206:          * @ordered
207:          */
208:         int COMPONENT2_OPERATION_COUNT = 0;
209:
210:         /**
211:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component
212:          * <em>Component</em>}'.
213:          * <!-- begin-user-doc -->
214:          * <!-- end-user-doc -->
215:          *
216:          * @return the meta object for class '<em>Component</em>'.
217:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component
218:          * @generated
219:          */
220:         EClass getComponent();
221:
222:         /**
223:          * Returns the meta object for the containment reference '
224:          * {@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component#getComponent <em>Component</em>}'.
225:          * <!-- begin-user-doc -->
226:          * <!-- end-user-doc -->
227:          *
228:          * @return the meta object for the containment reference '<em>Component</em>'.
229:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component#getComponent()
230:          * @see #getComponent()
231:          * @generated
232:          */
233:         EReference getComponent_Component();
234:
235:         /**
236:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.Composite
237:          * <em>Composite</em>}'.
238:          * <!-- begin-user-doc -->
239:          * <!-- end-user-doc -->
240:          *
241:          * @return the meta object for class '<em>Composite</em>'.
242:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.Composite
243:          * @generated
244:          */
245:         EClass getComposite();
246:
247:         /**
248:          * Returns the meta object for the containment reference list '
249:          * {@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.Composite#getComposites <em>Composites</em>}'.
250:          * <!-- begin-user-doc -->
251:          * <!-- end-user-doc -->
252:          *
253:          * @return the meta object for the containment reference list '<em>Composites</em>'.
254:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.Composite#getComposites()
255:          * @see #getComposite()
256:          * @generated
257:          */
258:         EReference getComposite_Composites();
259:
260:         /**
261:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component2
262:          * <em>Component2</em>}'.
263:          * <!-- begin-user-doc -->
264:          * <!-- end-user-doc -->
265:          *
266:          * @return the meta object for class '<em>Component2</em>'.
267:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component2
268:          * @generated
269:          */
270:         EClass getComponent2();
271:
272:         /**
273:          * Returns the meta object for the containment reference list '
274:          * {@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component2#getComposites <em>Composites</em>}'.
275:          * <!-- begin-user-doc -->
276:          * <!-- end-user-doc -->
277:          *
278:          * @return the meta object for the containment reference list '<em>Composites</em>'.
279:          * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.Component2#getComposites()
280:          * @see #getComponent2()
281:          * @generated
282:          */
283:         EReference getComponent2_Composites();
284:
285:         /**
286:          * Returns the factory that creates the instances of the model.
287:          * <!-- begin-user-doc -->
288:          * <!-- end-user-doc -->
289:          *
290:          * @return the factory that creates the instances of the model.
291:          * @generated
292:          */
293:         TestFactory getTestFactory();
294:
295:         /**
296:          * <!-- begin-user-doc -->
297:          * Defines literals for the meta objects that represent
298:          * <ul>
299:          * <li>each class,</li>
300:          * <li>each feature of each class,</li>
301:          * <li>each operation of each class,</li>
302:          * <li>each enum,</li>
303:          * <li>and each data type</li>
304:          * </ul>
305:          * <!-- end-user-doc -->
306:          *
307:          * @generated
308:          */
309:         interface Literals {
310:                 /**
311:                  * The meta object literal for the '
312:                  * {@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.ComponentImpl <em>Component</em>}' class.
313:                  * <!-- begin-user-doc -->
314:                  * <!-- end-user-doc -->
315:                  *
316:                  * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.ComponentImpl
317:                  * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.TestPackageImpl#getComponent()
318:                  * @generated
319:                  */
320:                 EClass COMPONENT = eINSTANCE.getComponent();
321:
322:                 /**
323:                  * The meta object literal for the '<em><b>Component</b></em>' containment reference feature.
324:                  * <!-- begin-user-doc -->
325:                  * <!-- end-user-doc -->
326:                  *
327:                  * @generated
328:                  */
329:                 EReference COMPONENT__COMPONENT = eINSTANCE.getComponent_Component();
330:
331:                 /**
332:                  * The meta object literal for the '
333:                  * {@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.CompositeImpl <em>Composite</em>}' class.
334:                  * <!-- begin-user-doc -->
335:                  * <!-- end-user-doc -->
336:                  *
337:                  * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.CompositeImpl
338:                  * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.TestPackageImpl#getComposite()
339:                  * @generated
340:                  */
341:                 EClass COMPOSITE = eINSTANCE.getComposite();
342:
343:                 /**
344:                  * The meta object literal for the '<em><b>Composites</b></em>' containment reference list feature.
345:                  * <!-- begin-user-doc -->
346:                  * <!-- end-user-doc -->
347:                  *
348:                  * @generated
349:                  */
350:                 EReference COMPOSITE__COMPOSITES = eINSTANCE.getComposite_Composites();
351:
352:                 /**
353:                  * The meta object literal for the '
354:                  * {@link org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.Component2Impl <em>Component2</em>}' class.
355:                  * <!-- begin-user-doc -->
356:                  * <!-- end-user-doc -->
357:                  *
358:                  * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.Component2Impl
359:                  * @see org.eclipse.emf.ecp.ui.view.editor.test.model.test.impl.TestPackageImpl#getComponent2()
360:                  * @generated
361:                  */
362:                 EClass COMPONENT2 = eINSTANCE.getComponent2();
363:
364:                 /**
365:                  * The meta object literal for the '<em><b>Composites</b></em>' containment reference list feature.
366:                  * <!-- begin-user-doc -->
367:                  * <!-- end-user-doc -->
368:                  *
369:                  * @generated
370:                  */
371:                 EReference COMPONENT2__COMPOSITES = eINSTANCE.getComponent2_Composites();
372:
373:         }
374:
375: } // TestPackage