Skip to content

Package: VCategorizationPackage$Literals

VCategorizationPackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 46
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 15
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: * EclipseSource Munich - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.spi.categorization.model;
15:
16: import org.eclipse.emf.ecore.EAttribute;
17: import org.eclipse.emf.ecore.EClass;
18: import org.eclipse.emf.ecore.EPackage;
19: import org.eclipse.emf.ecore.EReference;
20: import org.eclipse.emf.ecp.view.spi.model.VViewPackage;
21:
22: /**
23: * <!-- begin-user-doc -->
24: * The <b>Package</b> for the model.
25: * It contains accessors for the meta objects to represent
26: * <ul>
27: * <li>each class,</li>
28: * <li>each feature of each class,</li>
29: * <li>each enum,</li>
30: * <li>and each data type</li>
31: * </ul>
32: * <!-- end-user-doc -->
33: *
34: * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationFactory
35: * @model kind="package"
36: * @generated
37: */
38: public interface VCategorizationPackage extends EPackage {
39:         /**
40:          * The package name.
41:          * <!-- begin-user-doc -->
42:          * <!-- end-user-doc -->
43:          *
44:          * @generated
45:          */
46:         String eNAME = "categorization"; //$NON-NLS-1$
47:
48:         /**
49:          * The package namespace URI.
50:          * <!-- begin-user-doc -->
51:          * <!-- end-user-doc -->
52:          *
53:          * @generated
54:          */
55:         String eNS_URI = "http://org/eclipse/emf/ecp/view/categorization/model"; //$NON-NLS-1$
56:
57:         /**
58:          * The package namespace name.
59:          * <!-- begin-user-doc -->
60:          * <!-- end-user-doc -->
61:          *
62:          * @generated
63:          */
64:         String eNS_PREFIX = "org.eclipse.emf.ecp.view.categorization.model"; //$NON-NLS-1$
65:
66:         /**
67:          * The singleton instance of the package.
68:          * <!-- begin-user-doc -->
69:          * <!-- end-user-doc -->
70:          *
71:          * @generated
72:          */
73:         VCategorizationPackage eINSTANCE = org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl
74:                 .init();
75:
76:         /**
77:          * The meta object id for the
78:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VAbstractCategorizationImpl <em>Abstract
79:          * Categorization</em>}' class.
80:          * <!-- begin-user-doc -->
81:          * <!-- end-user-doc -->
82:          *
83:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VAbstractCategorizationImpl
84:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getAbstractCategorization()
85:          * @generated
86:          */
87:         int ABSTRACT_CATEGORIZATION = 0;
88:
89:         /**
90:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationImpl
91:          * <em>Categorization</em>}' class.
92:          * <!-- begin-user-doc -->
93:          * <!-- end-user-doc -->
94:          *
95:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationImpl
96:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategorization()
97:          * @generated
98:          */
99:         int CATEGORIZATION = 1;
100:
101:         /**
102:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategoryImpl
103:          * <em>Category</em>}' class.
104:          * <!-- begin-user-doc -->
105:          * <!-- end-user-doc -->
106:          *
107:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategoryImpl
108:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategory()
109:          * @generated
110:          */
111:         int CATEGORY = 2;
112:
113:         /**
114:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VActionImpl
115:          * <em>Action</em>}' class.
116:          * <!-- begin-user-doc -->
117:          * <!-- end-user-doc -->
118:          *
119:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VActionImpl
120:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getAction()
121:          * @generated
122:          */
123:         int ACTION = 3;
124:
125:         /**
126:          * The meta object id for the
127:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationElementImpl <em>Element</em>}'
128:          * class.
129:          * <!-- begin-user-doc -->
130:          * <!-- end-user-doc -->
131:          *
132:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationElementImpl
133:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategorizationElement()
134:          * @generated
135:          */
136:         int CATEGORIZATION_ELEMENT = 4;
137:
138:         /**
139:          * The meta object id for the
140:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizableElementImpl <em>Categorizable
141:          * Element</em>}' class.
142:          * <!-- begin-user-doc -->
143:          * <!-- end-user-doc -->
144:          *
145:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizableElementImpl
146:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategorizableElement()
147:          * @generated
148:          */
149:         int CATEGORIZABLE_ELEMENT = 5;
150:
151:         /**
152:          * The feature id for the '<em><b>Name</b></em>' attribute.
153:          * <!-- begin-user-doc -->
154:          * <!-- end-user-doc -->
155:          *
156:          * @generated
157:          * @ordered
158:          */
159:         int CATEGORIZABLE_ELEMENT__NAME = VViewPackage.ELEMENT__NAME;
160:
161:         /**
162:          * The feature id for the '<em><b>Label</b></em>' attribute.
163:          * <!-- begin-user-doc -->
164:          *
165:          * @since 1.13
166:          * <!-- end-user-doc -->
167:          *
168:          * @generated
169:          * @ordered
170:          */
171:         int CATEGORIZABLE_ELEMENT__LABEL = VViewPackage.ELEMENT__LABEL;
172:
173:         /**
174:          * The feature id for the '<em><b>Visible</b></em>' attribute.
175:          * <!-- begin-user-doc -->
176:          * <!-- end-user-doc -->
177:          *
178:          * @generated
179:          * @ordered
180:          */
181:         int CATEGORIZABLE_ELEMENT__VISIBLE = VViewPackage.ELEMENT__VISIBLE;
182:
183:         /**
184:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
185:          * <!-- begin-user-doc -->
186:          * <!-- end-user-doc -->
187:          *
188:          * @generated
189:          * @ordered
190:          */
191:         int CATEGORIZABLE_ELEMENT__ENABLED = VViewPackage.ELEMENT__ENABLED;
192:
193:         /**
194:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
195:          * <!-- begin-user-doc -->
196:          * <!-- end-user-doc -->
197:          *
198:          * @generated
199:          * @ordered
200:          */
201:         int CATEGORIZABLE_ELEMENT__READONLY = VViewPackage.ELEMENT__READONLY;
202:
203:         /**
204:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
205:          * <!-- begin-user-doc -->
206:          * <!-- end-user-doc -->
207:          *
208:          * @generated
209:          * @ordered
210:          */
211:         int CATEGORIZABLE_ELEMENT__DIAGNOSTIC = VViewPackage.ELEMENT__DIAGNOSTIC;
212:
213:         /**
214:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
215:          * <!-- begin-user-doc -->
216:          * <!-- end-user-doc -->
217:          *
218:          * @generated
219:          * @ordered
220:          */
221:         int CATEGORIZABLE_ELEMENT__ATTACHMENTS = VViewPackage.ELEMENT__ATTACHMENTS;
222:
223:         /**
224:          * The feature id for the '<em><b>Uuid</b></em>' attribute.
225:          * <!-- begin-user-doc -->
226:          *
227:          * @since 1.13
228:          * <!-- end-user-doc -->
229:          *
230:          * @generated
231:          * @ordered
232:          */
233:         int CATEGORIZABLE_ELEMENT__UUID = VViewPackage.ELEMENT__UUID;
234:
235:         /**
236:          * The feature id for the '<em><b>Tooltip</b></em>' attribute.
237:          * <!-- begin-user-doc -->
238:          *
239:          * @since 1.13
240:          * <!-- end-user-doc -->
241:          *
242:          * @generated
243:          * @ordered
244:          */
245:         int CATEGORIZABLE_ELEMENT__TOOLTIP = VViewPackage.ELEMENT_FEATURE_COUNT + 0;
246:
247:         /**
248:          * The feature id for the '<em><b>Label Object</b></em>' reference.
249:          * <!-- begin-user-doc -->
250:          * <!-- end-user-doc -->
251:          *
252:          * @generated
253:          * @ordered
254:          */
255:         int CATEGORIZABLE_ELEMENT__LABEL_OBJECT = VViewPackage.ELEMENT_FEATURE_COUNT + 1;
256:
257:         /**
258:          * The number of structural features of the '<em>Categorizable Element</em>' class.
259:          * <!-- begin-user-doc -->
260:          * <!-- end-user-doc -->
261:          *
262:          * @generated
263:          * @ordered
264:          */
265:         int CATEGORIZABLE_ELEMENT_FEATURE_COUNT = VViewPackage.ELEMENT_FEATURE_COUNT + 2;
266:
267:         /**
268:          * The feature id for the '<em><b>Name</b></em>' attribute.
269:          * <!-- begin-user-doc -->
270:          * <!-- end-user-doc -->
271:          *
272:          * @generated
273:          * @ordered
274:          */
275:         int ABSTRACT_CATEGORIZATION__NAME = CATEGORIZABLE_ELEMENT__NAME;
276:
277:         /**
278:          * The feature id for the '<em><b>Label</b></em>' attribute.
279:          * <!-- begin-user-doc -->
280:          *
281:          * @since 1.13
282:          * <!-- end-user-doc -->
283:          *
284:          * @generated
285:          * @ordered
286:          */
287:         int ABSTRACT_CATEGORIZATION__LABEL = CATEGORIZABLE_ELEMENT__LABEL;
288:
289:         /**
290:          * The feature id for the '<em><b>Visible</b></em>' attribute.
291:          * <!-- begin-user-doc -->
292:          * <!-- end-user-doc -->
293:          *
294:          * @generated
295:          * @ordered
296:          */
297:         int ABSTRACT_CATEGORIZATION__VISIBLE = CATEGORIZABLE_ELEMENT__VISIBLE;
298:
299:         /**
300:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
301:          * <!-- begin-user-doc -->
302:          * <!-- end-user-doc -->
303:          *
304:          * @generated
305:          * @ordered
306:          */
307:         int ABSTRACT_CATEGORIZATION__ENABLED = CATEGORIZABLE_ELEMENT__ENABLED;
308:
309:         /**
310:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
311:          * <!-- begin-user-doc -->
312:          * <!-- end-user-doc -->
313:          *
314:          * @generated
315:          * @ordered
316:          */
317:         int ABSTRACT_CATEGORIZATION__READONLY = CATEGORIZABLE_ELEMENT__READONLY;
318:
319:         /**
320:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
321:          * <!-- begin-user-doc -->
322:          * <!-- end-user-doc -->
323:          *
324:          * @generated
325:          * @ordered
326:          */
327:         int ABSTRACT_CATEGORIZATION__DIAGNOSTIC = CATEGORIZABLE_ELEMENT__DIAGNOSTIC;
328:
329:         /**
330:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
331:          * <!-- begin-user-doc -->
332:          * <!-- end-user-doc -->
333:          *
334:          * @generated
335:          * @ordered
336:          */
337:         int ABSTRACT_CATEGORIZATION__ATTACHMENTS = CATEGORIZABLE_ELEMENT__ATTACHMENTS;
338:
339:         /**
340:          * The feature id for the '<em><b>Uuid</b></em>' attribute.
341:          * <!-- begin-user-doc -->
342:          *
343:          * @since 1.13
344:          * <!-- end-user-doc -->
345:          *
346:          * @generated
347:          * @ordered
348:          */
349:         int ABSTRACT_CATEGORIZATION__UUID = CATEGORIZABLE_ELEMENT__UUID;
350:
351:         /**
352:          * The feature id for the '<em><b>Tooltip</b></em>' attribute.
353:          * <!-- begin-user-doc -->
354:          *
355:          * @since 1.13
356:          * <!-- end-user-doc -->
357:          *
358:          * @generated
359:          * @ordered
360:          */
361:         int ABSTRACT_CATEGORIZATION__TOOLTIP = CATEGORIZABLE_ELEMENT__TOOLTIP;
362:
363:         /**
364:          * The feature id for the '<em><b>Label Object</b></em>' reference.
365:          * <!-- begin-user-doc -->
366:          * <!-- end-user-doc -->
367:          *
368:          * @generated
369:          * @ordered
370:          */
371:         int ABSTRACT_CATEGORIZATION__LABEL_OBJECT = CATEGORIZABLE_ELEMENT__LABEL_OBJECT;
372:
373:         /**
374:          * The feature id for the '<em><b>Actions</b></em>' containment reference list.
375:          * <!-- begin-user-doc -->
376:          * <!-- end-user-doc -->
377:          *
378:          * @generated
379:          * @ordered
380:          */
381:         int ABSTRACT_CATEGORIZATION__ACTIONS = CATEGORIZABLE_ELEMENT_FEATURE_COUNT + 0;
382:
383:         /**
384:          * The number of structural features of the '<em>Abstract Categorization</em>' class.
385:          * <!-- begin-user-doc -->
386:          * <!-- end-user-doc -->
387:          *
388:          * @generated
389:          * @ordered
390:          */
391:         int ABSTRACT_CATEGORIZATION_FEATURE_COUNT = CATEGORIZABLE_ELEMENT_FEATURE_COUNT + 1;
392:
393:         /**
394:          * The feature id for the '<em><b>Name</b></em>' attribute.
395:          * <!-- begin-user-doc -->
396:          * <!-- end-user-doc -->
397:          *
398:          * @generated
399:          * @ordered
400:          */
401:         int CATEGORIZATION__NAME = ABSTRACT_CATEGORIZATION__NAME;
402:
403:         /**
404:          * The feature id for the '<em><b>Label</b></em>' attribute.
405:          * <!-- begin-user-doc -->
406:          *
407:          * @since 1.13
408:          * <!-- end-user-doc -->
409:          *
410:          * @generated
411:          * @ordered
412:          */
413:         int CATEGORIZATION__LABEL = ABSTRACT_CATEGORIZATION__LABEL;
414:
415:         /**
416:          * The feature id for the '<em><b>Visible</b></em>' attribute.
417:          * <!-- begin-user-doc -->
418:          * <!-- end-user-doc -->
419:          *
420:          * @generated
421:          * @ordered
422:          */
423:         int CATEGORIZATION__VISIBLE = ABSTRACT_CATEGORIZATION__VISIBLE;
424:
425:         /**
426:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
427:          * <!-- begin-user-doc -->
428:          * <!-- end-user-doc -->
429:          *
430:          * @generated
431:          * @ordered
432:          */
433:         int CATEGORIZATION__ENABLED = ABSTRACT_CATEGORIZATION__ENABLED;
434:
435:         /**
436:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
437:          * <!-- begin-user-doc -->
438:          * <!-- end-user-doc -->
439:          *
440:          * @generated
441:          * @ordered
442:          */
443:         int CATEGORIZATION__READONLY = ABSTRACT_CATEGORIZATION__READONLY;
444:
445:         /**
446:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
447:          * <!-- begin-user-doc -->
448:          * <!-- end-user-doc -->
449:          *
450:          * @generated
451:          * @ordered
452:          */
453:         int CATEGORIZATION__DIAGNOSTIC = ABSTRACT_CATEGORIZATION__DIAGNOSTIC;
454:
455:         /**
456:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
457:          * <!-- begin-user-doc -->
458:          * <!-- end-user-doc -->
459:          *
460:          * @generated
461:          * @ordered
462:          */
463:         int CATEGORIZATION__ATTACHMENTS = ABSTRACT_CATEGORIZATION__ATTACHMENTS;
464:
465:         /**
466:          * The feature id for the '<em><b>Uuid</b></em>' attribute.
467:          * <!-- begin-user-doc -->
468:          *
469:          * @since 1.13
470:          * <!-- end-user-doc -->
471:          *
472:          * @generated
473:          * @ordered
474:          */
475:         int CATEGORIZATION__UUID = ABSTRACT_CATEGORIZATION__UUID;
476:
477:         /**
478:          * The feature id for the '<em><b>Tooltip</b></em>' attribute.
479:          * <!-- begin-user-doc -->
480:          *
481:          * @since 1.13
482:          * <!-- end-user-doc -->
483:          *
484:          * @generated
485:          * @ordered
486:          */
487:         int CATEGORIZATION__TOOLTIP = ABSTRACT_CATEGORIZATION__TOOLTIP;
488:
489:         /**
490:          * The feature id for the '<em><b>Label Object</b></em>' reference.
491:          * <!-- begin-user-doc -->
492:          * <!-- end-user-doc -->
493:          *
494:          * @generated
495:          * @ordered
496:          */
497:         int CATEGORIZATION__LABEL_OBJECT = ABSTRACT_CATEGORIZATION__LABEL_OBJECT;
498:
499:         /**
500:          * The feature id for the '<em><b>Actions</b></em>' containment reference list.
501:          * <!-- begin-user-doc -->
502:          * <!-- end-user-doc -->
503:          *
504:          * @generated
505:          * @ordered
506:          */
507:         int CATEGORIZATION__ACTIONS = ABSTRACT_CATEGORIZATION__ACTIONS;
508:
509:         /**
510:          * The feature id for the '<em><b>Categorizations</b></em>' containment reference list.
511:          * <!-- begin-user-doc -->
512:          * <!-- end-user-doc -->
513:          *
514:          * @generated
515:          * @ordered
516:          */
517:         int CATEGORIZATION__CATEGORIZATIONS = ABSTRACT_CATEGORIZATION_FEATURE_COUNT + 0;
518:
519:         /**
520:          * The number of structural features of the '<em>Categorization</em>' class.
521:          * <!-- begin-user-doc -->
522:          * <!-- end-user-doc -->
523:          *
524:          * @generated
525:          * @ordered
526:          */
527:         int CATEGORIZATION_FEATURE_COUNT = ABSTRACT_CATEGORIZATION_FEATURE_COUNT + 1;
528:
529:         /**
530:          * The feature id for the '<em><b>Name</b></em>' attribute.
531:          * <!-- begin-user-doc -->
532:          * <!-- end-user-doc -->
533:          *
534:          * @generated
535:          * @ordered
536:          */
537:         int CATEGORY__NAME = ABSTRACT_CATEGORIZATION__NAME;
538:
539:         /**
540:          * The feature id for the '<em><b>Label</b></em>' attribute.
541:          * <!-- begin-user-doc -->
542:          *
543:          * @since 1.13
544:          * <!-- end-user-doc -->
545:          *
546:          * @generated
547:          * @ordered
548:          */
549:         int CATEGORY__LABEL = ABSTRACT_CATEGORIZATION__LABEL;
550:
551:         /**
552:          * The feature id for the '<em><b>Visible</b></em>' attribute.
553:          * <!-- begin-user-doc -->
554:          * <!-- end-user-doc -->
555:          *
556:          * @generated
557:          * @ordered
558:          */
559:         int CATEGORY__VISIBLE = ABSTRACT_CATEGORIZATION__VISIBLE;
560:
561:         /**
562:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
563:          * <!-- begin-user-doc -->
564:          * <!-- end-user-doc -->
565:          *
566:          * @generated
567:          * @ordered
568:          */
569:         int CATEGORY__ENABLED = ABSTRACT_CATEGORIZATION__ENABLED;
570:
571:         /**
572:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
573:          * <!-- begin-user-doc -->
574:          * <!-- end-user-doc -->
575:          *
576:          * @generated
577:          * @ordered
578:          */
579:         int CATEGORY__READONLY = ABSTRACT_CATEGORIZATION__READONLY;
580:
581:         /**
582:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
583:          * <!-- begin-user-doc -->
584:          * <!-- end-user-doc -->
585:          *
586:          * @generated
587:          * @ordered
588:          */
589:         int CATEGORY__DIAGNOSTIC = ABSTRACT_CATEGORIZATION__DIAGNOSTIC;
590:
591:         /**
592:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
593:          * <!-- begin-user-doc -->
594:          * <!-- end-user-doc -->
595:          *
596:          * @generated
597:          * @ordered
598:          */
599:         int CATEGORY__ATTACHMENTS = ABSTRACT_CATEGORIZATION__ATTACHMENTS;
600:
601:         /**
602:          * The feature id for the '<em><b>Uuid</b></em>' attribute.
603:          * <!-- begin-user-doc -->
604:          *
605:          * @since 1.13
606:          * <!-- end-user-doc -->
607:          *
608:          * @generated
609:          * @ordered
610:          */
611:         int CATEGORY__UUID = ABSTRACT_CATEGORIZATION__UUID;
612:
613:         /**
614:          * The feature id for the '<em><b>Tooltip</b></em>' attribute.
615:          * <!-- begin-user-doc -->
616:          *
617:          * @since 1.13
618:          * <!-- end-user-doc -->
619:          *
620:          * @generated
621:          * @ordered
622:          */
623:         int CATEGORY__TOOLTIP = ABSTRACT_CATEGORIZATION__TOOLTIP;
624:
625:         /**
626:          * The feature id for the '<em><b>Label Object</b></em>' reference.
627:          * <!-- begin-user-doc -->
628:          * <!-- end-user-doc -->
629:          *
630:          * @generated
631:          * @ordered
632:          */
633:         int CATEGORY__LABEL_OBJECT = ABSTRACT_CATEGORIZATION__LABEL_OBJECT;
634:
635:         /**
636:          * The feature id for the '<em><b>Actions</b></em>' containment reference list.
637:          * <!-- begin-user-doc -->
638:          * <!-- end-user-doc -->
639:          *
640:          * @generated
641:          * @ordered
642:          */
643:         int CATEGORY__ACTIONS = ABSTRACT_CATEGORIZATION__ACTIONS;
644:
645:         /**
646:          * The feature id for the '<em><b>Composite</b></em>' containment reference.
647:          * <!-- begin-user-doc -->
648:          * <!-- end-user-doc -->
649:          *
650:          * @generated
651:          * @ordered
652:          */
653:         int CATEGORY__COMPOSITE = ABSTRACT_CATEGORIZATION_FEATURE_COUNT + 0;
654:
655:         /**
656:          * The number of structural features of the '<em>Category</em>' class.
657:          * <!-- begin-user-doc -->
658:          * <!-- end-user-doc -->
659:          *
660:          * @generated
661:          * @ordered
662:          */
663:         int CATEGORY_FEATURE_COUNT = ABSTRACT_CATEGORIZATION_FEATURE_COUNT + 1;
664:
665:         /**
666:          * The feature id for the '<em><b>Bundle</b></em>' attribute.
667:          * <!-- begin-user-doc -->
668:          * <!-- end-user-doc -->
669:          *
670:          * @generated
671:          * @ordered
672:          */
673:         int ACTION__BUNDLE = 0;
674:
675:         /**
676:          * The feature id for the '<em><b>Class Name</b></em>' attribute.
677:          * <!-- begin-user-doc -->
678:          * <!-- end-user-doc -->
679:          *
680:          * @generated
681:          * @ordered
682:          */
683:         int ACTION__CLASS_NAME = 1;
684:
685:         /**
686:          * The number of structural features of the '<em>Action</em>' class.
687:          * <!-- begin-user-doc -->
688:          * <!-- end-user-doc -->
689:          *
690:          * @generated
691:          * @ordered
692:          */
693:         int ACTION_FEATURE_COUNT = 2;
694:
695:         /**
696:          * The feature id for the '<em><b>Name</b></em>' attribute.
697:          * <!-- begin-user-doc -->
698:          * <!-- end-user-doc -->
699:          *
700:          * @generated
701:          * @ordered
702:          */
703:         int CATEGORIZATION_ELEMENT__NAME = VViewPackage.CONTAINED_ELEMENT__NAME;
704:
705:         /**
706:          * The feature id for the '<em><b>Label</b></em>' attribute.
707:          * <!-- begin-user-doc -->
708:          *
709:          * @since 1.13
710:          * <!-- end-user-doc -->
711:          *
712:          * @generated
713:          * @ordered
714:          */
715:         int CATEGORIZATION_ELEMENT__LABEL = VViewPackage.CONTAINED_ELEMENT__LABEL;
716:
717:         /**
718:          * The feature id for the '<em><b>Visible</b></em>' attribute.
719:          * <!-- begin-user-doc -->
720:          * <!-- end-user-doc -->
721:          *
722:          * @generated
723:          * @ordered
724:          */
725:         int CATEGORIZATION_ELEMENT__VISIBLE = VViewPackage.CONTAINED_ELEMENT__VISIBLE;
726:
727:         /**
728:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
729:          * <!-- begin-user-doc -->
730:          * <!-- end-user-doc -->
731:          *
732:          * @generated
733:          * @ordered
734:          */
735:         int CATEGORIZATION_ELEMENT__ENABLED = VViewPackage.CONTAINED_ELEMENT__ENABLED;
736:
737:         /**
738:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
739:          * <!-- begin-user-doc -->
740:          * <!-- end-user-doc -->
741:          *
742:          * @generated
743:          * @ordered
744:          */
745:         int CATEGORIZATION_ELEMENT__READONLY = VViewPackage.CONTAINED_ELEMENT__READONLY;
746:
747:         /**
748:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
749:          * <!-- begin-user-doc -->
750:          * <!-- end-user-doc -->
751:          *
752:          * @generated
753:          * @ordered
754:          */
755:         int CATEGORIZATION_ELEMENT__DIAGNOSTIC = VViewPackage.CONTAINED_ELEMENT__DIAGNOSTIC;
756:
757:         /**
758:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
759:          * <!-- begin-user-doc -->
760:          * <!-- end-user-doc -->
761:          *
762:          * @generated
763:          * @ordered
764:          */
765:         int CATEGORIZATION_ELEMENT__ATTACHMENTS = VViewPackage.CONTAINED_ELEMENT__ATTACHMENTS;
766:
767:         /**
768:          * The feature id for the '<em><b>Uuid</b></em>' attribute.
769:          * <!-- begin-user-doc -->
770:          *
771:          * @since 1.13
772:          * <!-- end-user-doc -->
773:          *
774:          * @generated
775:          * @ordered
776:          */
777:         int CATEGORIZATION_ELEMENT__UUID = VViewPackage.CONTAINED_ELEMENT__UUID;
778:
779:         /**
780:          * The feature id for the '<em><b>Categorizations</b></em>' containment reference list.
781:          * <!-- begin-user-doc -->
782:          * <!-- end-user-doc -->
783:          *
784:          * @generated
785:          * @ordered
786:          */
787:         int CATEGORIZATION_ELEMENT__CATEGORIZATIONS = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 0;
788:
789:         /**
790:          * The feature id for the '<em><b>Current Selection</b></em>' reference.
791:          * <!-- begin-user-doc -->
792:          * <!-- end-user-doc -->
793:          *
794:          * @generated
795:          * @ordered
796:          */
797:         int CATEGORIZATION_ELEMENT__CURRENT_SELECTION = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 1;
798:
799:         /**
800:          * The feature id for the '<em><b>Main Category Depth</b></em>' attribute.
801:          * <!-- begin-user-doc -->
802:          * <!-- end-user-doc -->
803:          *
804:          * @generated
805:          * @ordered
806:          */
807:         int CATEGORIZATION_ELEMENT__MAIN_CATEGORY_DEPTH = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 2;
808:
809:         /**
810:          * The number of structural features of the '<em>Element</em>' class.
811:          * <!-- begin-user-doc -->
812:          * <!-- end-user-doc -->
813:          *
814:          * @generated
815:          * @ordered
816:          */
817:         int CATEGORIZATION_ELEMENT_FEATURE_COUNT = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 3;
818:
819:         /**
820:          * Returns the meta object for class
821:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VAbstractCategorization <em>Abstract
822:          * Categorization</em>}'.
823:          * <!-- begin-user-doc -->
824:          * <!-- end-user-doc -->
825:          *
826:          * @return the meta object for class '<em>Abstract Categorization</em>'.
827:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VAbstractCategorization
828:          * @generated
829:          */
830:         EClass getAbstractCategorization();
831:
832:         /**
833:          * Returns the meta object for the containment reference list
834:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VAbstractCategorization#getActions <em>Actions</em>}'.
835:          * <!-- begin-user-doc -->
836:          * <!-- end-user-doc -->
837:          *
838:          * @return the meta object for the containment reference list '<em>Actions</em>'.
839:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VAbstractCategorization#getActions()
840:          * @see #getAbstractCategorization()
841:          * @generated
842:          */
843:         EReference getAbstractCategorization_Actions();
844:
845:         /**
846:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorization
847:          * <em>Categorization</em>}'.
848:          * <!-- begin-user-doc -->
849:          * <!-- end-user-doc -->
850:          *
851:          * @return the meta object for class '<em>Categorization</em>'.
852:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorization
853:          * @generated
854:          */
855:         EClass getCategorization();
856:
857:         /**
858:          * Returns the meta object for the containment reference list
859:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorization#getCategorizations
860:          * <em>Categorizations</em>}'.
861:          * <!-- begin-user-doc -->
862:          * <!-- end-user-doc -->
863:          *
864:          * @return the meta object for the containment reference list '<em>Categorizations</em>'.
865:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorization#getCategorizations()
866:          * @see #getCategorization()
867:          * @generated
868:          */
869:         EReference getCategorization_Categorizations();
870:
871:         /**
872:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategory
873:          * <em>Category</em>}'.
874:          * <!-- begin-user-doc -->
875:          * <!-- end-user-doc -->
876:          *
877:          * @return the meta object for class '<em>Category</em>'.
878:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategory
879:          * @generated
880:          */
881:         EClass getCategory();
882:
883:         /**
884:          * Returns the meta object for the containment reference
885:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategory#getComposite <em>Composite</em>}'.
886:          * <!-- begin-user-doc -->
887:          * <!-- end-user-doc -->
888:          *
889:          * @return the meta object for the containment reference '<em>Composite</em>'.
890:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategory#getComposite()
891:          * @see #getCategory()
892:          * @generated
893:          */
894:         EReference getCategory_Composite();
895:
896:         /**
897:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VAction
898:          * <em>Action</em>}'.
899:          * <!-- begin-user-doc -->
900:          * <!-- end-user-doc -->
901:          *
902:          * @return the meta object for class '<em>Action</em>'.
903:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VAction
904:          * @generated
905:          */
906:         EClass getAction();
907:
908:         /**
909:          * Returns the meta object for the attribute
910:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VAction#getBundle <em>Bundle</em>}'.
911:          * <!-- begin-user-doc -->
912:          * <!-- end-user-doc -->
913:          *
914:          * @return the meta object for the attribute '<em>Bundle</em>'.
915:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VAction#getBundle()
916:          * @see #getAction()
917:          * @generated
918:          */
919:         EAttribute getAction_Bundle();
920:
921:         /**
922:          * Returns the meta object for the attribute
923:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VAction#getClassName <em>Class Name</em>}'.
924:          * <!-- begin-user-doc -->
925:          * <!-- end-user-doc -->
926:          *
927:          * @return the meta object for the attribute '<em>Class Name</em>'.
928:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VAction#getClassName()
929:          * @see #getAction()
930:          * @generated
931:          */
932:         EAttribute getAction_ClassName();
933:
934:         /**
935:          * Returns the meta object for class
936:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement <em>Element</em>}'.
937:          * <!-- begin-user-doc -->
938:          * <!-- end-user-doc -->
939:          *
940:          * @return the meta object for class '<em>Element</em>'.
941:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement
942:          * @generated
943:          */
944:         EClass getCategorizationElement();
945:
946:         /**
947:          * Returns the meta object for the containment reference list
948:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement#getCategorizations
949:          * <em>Categorizations</em>}'.
950:          * <!-- begin-user-doc -->
951:          * <!-- end-user-doc -->
952:          *
953:          * @return the meta object for the containment reference list '<em>Categorizations</em>'.
954:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement#getCategorizations()
955:          * @see #getCategorizationElement()
956:          * @generated
957:          */
958:         EReference getCategorizationElement_Categorizations();
959:
960:         /**
961:          * Returns the meta object for the reference
962:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement#getCurrentSelection <em>Current
963:          * Selection</em>}'.
964:          * <!-- begin-user-doc -->
965:          * <!-- end-user-doc -->
966:          *
967:          * @return the meta object for the reference '<em>Current Selection</em>'.
968:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement#getCurrentSelection()
969:          * @see #getCategorizationElement()
970:          * @generated
971:          */
972:         EReference getCategorizationElement_CurrentSelection();
973:
974:         /**
975:          * Returns the meta object for the attribute
976:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement#getMainCategoryDepth <em>Main
977:          * Category Depth</em>}'.
978:          * <!-- begin-user-doc -->
979:          * <!-- end-user-doc -->
980:          *
981:          * @return the meta object for the attribute '<em>Main Category Depth</em>'.
982:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizationElement#getMainCategoryDepth()
983:          * @see #getCategorizationElement()
984:          * @generated
985:          */
986:         EAttribute getCategorizationElement_MainCategoryDepth();
987:
988:         /**
989:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizableElement
990:          * <em>Categorizable Element</em>}'.
991:          * <!-- begin-user-doc -->
992:          * <!-- end-user-doc -->
993:          *
994:          * @return the meta object for class '<em>Categorizable Element</em>'.
995:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizableElement
996:          * @generated
997:          */
998:         EClass getCategorizableElement();
999:
1000:         /**
1001:          * Returns the meta object for the reference
1002:          * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizableElement#getLabelObject <em>Label
1003:          * Object</em>}'.
1004:          * <!-- begin-user-doc -->
1005:          * <!-- end-user-doc -->
1006:          *
1007:          * @return the meta object for the reference '<em>Label Object</em>'.
1008:          * @see org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizableElement#getLabelObject()
1009:          * @see #getCategorizableElement()
1010:          * @generated
1011:          */
1012:         EReference getCategorizableElement_LabelObject();
1013:
1014:         /**
1015:          * Returns the factory that creates the instances of the model.
1016:          * <!-- begin-user-doc -->
1017:          * <!-- end-user-doc -->
1018:          *
1019:          * @return the factory that creates the instances of the model.
1020:          * @generated
1021:          */
1022:         VCategorizationFactory getCategorizationFactory();
1023:
1024:         /**
1025:          * <!-- begin-user-doc -->
1026:          * Defines literals for the meta objects that represent
1027:          * <ul>
1028:          * <li>each class,</li>
1029:          * <li>each feature of each class,</li>
1030:          * <li>each enum,</li>
1031:          * <li>and each data type</li>
1032:          * </ul>
1033:          * <!-- end-user-doc -->
1034:          *
1035:          * @generated
1036:          */
1037:         interface Literals {
1038:                 /**
1039:                  * The meta object literal for the
1040:                  * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VAbstractCategorizationImpl <em>Abstract
1041:                  * Categorization</em>}' class.
1042:                  * <!-- begin-user-doc -->
1043:                  * <!-- end-user-doc -->
1044:                  *
1045:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VAbstractCategorizationImpl
1046:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getAbstractCategorization()
1047:                  * @generated
1048:                  */
1049:                 EClass ABSTRACT_CATEGORIZATION = eINSTANCE.getAbstractCategorization();
1050:
1051:                 /**
1052:                  * The meta object literal for the '<em><b>Actions</b></em>' containment reference list feature.
1053:                  * <!-- begin-user-doc -->
1054:                  * <!-- end-user-doc -->
1055:                  *
1056:                  * @generated
1057:                  */
1058:                 EReference ABSTRACT_CATEGORIZATION__ACTIONS = eINSTANCE.getAbstractCategorization_Actions();
1059:
1060:                 /**
1061:                  * The meta object literal for the
1062:                  * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationImpl <em>Categorization</em>}'
1063:                  * class.
1064:                  * <!-- begin-user-doc -->
1065:                  * <!-- end-user-doc -->
1066:                  *
1067:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationImpl
1068:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategorization()
1069:                  * @generated
1070:                  */
1071:                 EClass CATEGORIZATION = eINSTANCE.getCategorization();
1072:
1073:                 /**
1074:                  * The meta object literal for the '<em><b>Categorizations</b></em>' containment reference list feature.
1075:                  * <!-- begin-user-doc -->
1076:                  * <!-- end-user-doc -->
1077:                  *
1078:                  * @generated
1079:                  */
1080:                 EReference CATEGORIZATION__CATEGORIZATIONS = eINSTANCE.getCategorization_Categorizations();
1081:
1082:                 /**
1083:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategoryImpl
1084:                  * <em>Category</em>}' class.
1085:                  * <!-- begin-user-doc -->
1086:                  * <!-- end-user-doc -->
1087:                  *
1088:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategoryImpl
1089:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategory()
1090:                  * @generated
1091:                  */
1092:                 EClass CATEGORY = eINSTANCE.getCategory();
1093:
1094:                 /**
1095:                  * The meta object literal for the '<em><b>Composite</b></em>' containment reference feature.
1096:                  * <!-- begin-user-doc -->
1097:                  * <!-- end-user-doc -->
1098:                  *
1099:                  * @generated
1100:                  */
1101:                 EReference CATEGORY__COMPOSITE = eINSTANCE.getCategory_Composite();
1102:
1103:                 /**
1104:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VActionImpl
1105:                  * <em>Action</em>}' class.
1106:                  * <!-- begin-user-doc -->
1107:                  * <!-- end-user-doc -->
1108:                  *
1109:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VActionImpl
1110:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getAction()
1111:                  * @generated
1112:                  */
1113:                 EClass ACTION = eINSTANCE.getAction();
1114:
1115:                 /**
1116:                  * The meta object literal for the '<em><b>Bundle</b></em>' attribute feature.
1117:                  * <!-- begin-user-doc -->
1118:                  * <!-- end-user-doc -->
1119:                  *
1120:                  * @generated
1121:                  */
1122:                 EAttribute ACTION__BUNDLE = eINSTANCE.getAction_Bundle();
1123:
1124:                 /**
1125:                  * The meta object literal for the '<em><b>Class Name</b></em>' attribute feature.
1126:                  * <!-- begin-user-doc -->
1127:                  * <!-- end-user-doc -->
1128:                  *
1129:                  * @generated
1130:                  */
1131:                 EAttribute ACTION__CLASS_NAME = eINSTANCE.getAction_ClassName();
1132:
1133:                 /**
1134:                  * The meta object literal for the
1135:                  * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationElementImpl <em>Element</em>}'
1136:                  * class.
1137:                  * <!-- begin-user-doc -->
1138:                  * <!-- end-user-doc -->
1139:                  *
1140:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationElementImpl
1141:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategorizationElement()
1142:                  * @generated
1143:                  */
1144:                 EClass CATEGORIZATION_ELEMENT = eINSTANCE.getCategorizationElement();
1145:
1146:                 /**
1147:                  * The meta object literal for the '<em><b>Categorizations</b></em>' containment reference list feature.
1148:                  * <!-- begin-user-doc -->
1149:                  * <!-- end-user-doc -->
1150:                  *
1151:                  * @generated
1152:                  */
1153:                 EReference CATEGORIZATION_ELEMENT__CATEGORIZATIONS = eINSTANCE.getCategorizationElement_Categorizations();
1154:
1155:                 /**
1156:                  * The meta object literal for the '<em><b>Current Selection</b></em>' reference feature.
1157:                  * <!-- begin-user-doc -->
1158:                  * <!-- end-user-doc -->
1159:                  *
1160:                  * @generated
1161:                  */
1162:                 EReference CATEGORIZATION_ELEMENT__CURRENT_SELECTION = eINSTANCE.getCategorizationElement_CurrentSelection();
1163:
1164:                 /**
1165:                  * The meta object literal for the '<em><b>Main Category Depth</b></em>' attribute feature.
1166:                  * <!-- begin-user-doc -->
1167:                  * <!-- end-user-doc -->
1168:                  *
1169:                  * @generated
1170:                  */
1171:                 EAttribute CATEGORIZATION_ELEMENT__MAIN_CATEGORY_DEPTH = eINSTANCE.getCategorizationElement_MainCategoryDepth();
1172:
1173:                 /**
1174:                  * The meta object literal for the
1175:                  * '{@link org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizableElementImpl <em>Categorizable
1176:                  * Element</em>}' class.
1177:                  * <!-- begin-user-doc -->
1178:                  * <!-- end-user-doc -->
1179:                  *
1180:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizableElementImpl
1181:                  * @see org.eclipse.emf.ecp.view.spi.categorization.model.impl.VCategorizationPackageImpl#getCategorizableElement()
1182:                  * @generated
1183:                  */
1184:                 EClass CATEGORIZABLE_ELEMENT = eINSTANCE.getCategorizableElement();
1185:
1186:                 /**
1187:                  * The meta object literal for the '<em><b>Label Object</b></em>' reference feature.
1188:                  * <!-- begin-user-doc -->
1189:                  * <!-- end-user-doc -->
1190:                  *
1191:                  * @generated
1192:                  */
1193:                 EReference CATEGORIZABLE_ELEMENT__LABEL_OBJECT = eINSTANCE.getCategorizableElement_LabelObject();
1194:
1195:         }
1196:
1197: } // VCategorizationPackage