Skip to content

Package: VTTemplatePackage$Literals

VTTemplatePackage$Literals

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

Coverage

1: /**
2: * Copyright (c) 2011-2019 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: * Christian W. Damus - bug 544499
14: */
15: package org.eclipse.emf.ecp.view.template.model;
16:
17: import org.eclipse.emf.ecore.EAttribute;
18: import org.eclipse.emf.ecore.EClass;
19: import org.eclipse.emf.ecore.EPackage;
20: import org.eclipse.emf.ecore.EReference;
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 operation of each class,</li>
30: * <li>each enum,</li>
31: * <li>and each data type</li>
32: * </ul>
33: * <!-- end-user-doc -->
34: *
35: * @see org.eclipse.emf.ecp.view.template.model.VTTemplateFactory
36: * @model kind="package"
37: * @generated
38: */
39: public interface VTTemplatePackage extends EPackage {
40:         /**
41:          * The package name.
42:          * <!-- begin-user-doc -->
43:          * <!-- end-user-doc -->
44:          *
45:          * @generated
46:          */
47:         String eNAME = "template"; //$NON-NLS-1$
48:
49:         /**
50:          * The package namespace URI.
51:          * <!-- begin-user-doc -->
52:          * <!-- end-user-doc -->
53:          *
54:          * @generated
55:          */
56:         String eNS_URI = "http://org/eclipse/emf/ecp/view/template/model"; //$NON-NLS-1$
57:
58:         /**
59:          * The package namespace name.
60:          * <!-- begin-user-doc -->
61:          * <!-- end-user-doc -->
62:          *
63:          * @generated
64:          */
65:         String eNS_PREFIX = "org.eclipse.emf.ecp.view.template.model"; //$NON-NLS-1$
66:
67:         /**
68:          * The package content type ID.
69:          * <!-- begin-user-doc -->
70:          *
71:          * @since 1.20
72:          * <!-- end-user-doc -->
73:          * @generated
74:          */
75:         String eCONTENT_TYPE = "org.eclipse.emf.ecp.view.template.model"; //$NON-NLS-1$
76:
77:         /**
78:          * The singleton instance of the package.
79:          * <!-- begin-user-doc -->
80:          * <!-- end-user-doc -->
81:          *
82:          * @generated
83:          */
84:         VTTemplatePackage eINSTANCE = org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl.init();
85:
86:         /**
87:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.model.impl.VTViewTemplateImpl <em>View
88:          * Template</em>}' class.
89:          * <!-- begin-user-doc -->
90:          * <!-- end-user-doc -->
91:          *
92:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTViewTemplateImpl
93:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getViewTemplate()
94:          * @generated
95:          */
96:         int VIEW_TEMPLATE = 0;
97:
98:         /**
99:          * The feature id for the '<em><b>Control Validation Configuration</b></em>' containment reference.
100:          * <!-- begin-user-doc -->
101:          * <!-- end-user-doc -->
102:          *
103:          * @generated
104:          * @ordered
105:          */
106:         int VIEW_TEMPLATE__CONTROL_VALIDATION_CONFIGURATION = 0;
107:
108:         /**
109:          * The feature id for the '<em><b>Styles</b></em>' containment reference list.
110:          * <!-- begin-user-doc -->
111:          * <!-- end-user-doc -->
112:          *
113:          * @generated
114:          * @ordered
115:          */
116:         int VIEW_TEMPLATE__STYLES = 1;
117:
118:         /**
119:          * The feature id for the '<em><b>Referenced Ecores</b></em>' attribute list.
120:          * <!-- begin-user-doc -->
121:          * <!-- end-user-doc -->
122:          *
123:          * @generated
124:          * @ordered
125:          */
126:         int VIEW_TEMPLATE__REFERENCED_ECORES = 2;
127:
128:         /**
129:          * The number of structural features of the '<em>View Template</em>' class.
130:          * <!-- begin-user-doc -->
131:          * <!-- end-user-doc -->
132:          *
133:          * @generated
134:          * @ordered
135:          */
136:         int VIEW_TEMPLATE_FEATURE_COUNT = 3;
137:
138:         /**
139:          * The number of operations of the '<em>View Template</em>' class.
140:          * <!-- begin-user-doc -->
141:          * <!-- end-user-doc -->
142:          *
143:          * @generated
144:          * @ordered
145:          */
146:         int VIEW_TEMPLATE_OPERATION_COUNT = 0;
147:
148:         /**
149:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.model.impl.VTControlValidationTemplateImpl
150:          * <em>Control Validation Template</em>}' class.
151:          * <!-- begin-user-doc -->
152:          * <!-- end-user-doc -->
153:          *
154:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTControlValidationTemplateImpl
155:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getControlValidationTemplate()
156:          * @generated
157:          */
158:         int CONTROL_VALIDATION_TEMPLATE = 1;
159:
160:         /**
161:          * The feature id for the '<em><b>Ok Color HEX</b></em>' attribute.
162:          * <!-- begin-user-doc -->
163:          * <!-- end-user-doc -->
164:          *
165:          * @generated
166:          * @ordered
167:          */
168:         int CONTROL_VALIDATION_TEMPLATE__OK_COLOR_HEX = 0;
169:
170:         /**
171:          * The feature id for the '<em><b>Ok Foreground Color HEX</b></em>' attribute.
172:          * <!-- begin-user-doc -->
173:          *
174:          * @since 1.10
175:          * <!-- end-user-doc -->
176:          * @generated
177:          * @ordered
178:          */
179:         int CONTROL_VALIDATION_TEMPLATE__OK_FOREGROUND_COLOR_HEX = 1;
180:
181:         /**
182:          * The feature id for the '<em><b>Ok Image URL</b></em>' attribute.
183:          * <!-- begin-user-doc -->
184:          * <!-- end-user-doc -->
185:          *
186:          * @generated
187:          * @ordered
188:          */
189:         int CONTROL_VALIDATION_TEMPLATE__OK_IMAGE_URL = 2;
190:
191:         /**
192:          * The feature id for the '<em><b>Ok Overlay URL</b></em>' attribute.
193:          * <!-- begin-user-doc -->
194:          * <!-- end-user-doc -->
195:          *
196:          * @generated
197:          * @ordered
198:          */
199:         int CONTROL_VALIDATION_TEMPLATE__OK_OVERLAY_URL = 3;
200:
201:         /**
202:          * The feature id for the '<em><b>Info Color HEX</b></em>' attribute.
203:          * <!-- begin-user-doc -->
204:          * <!-- end-user-doc -->
205:          *
206:          * @generated
207:          * @ordered
208:          */
209:         int CONTROL_VALIDATION_TEMPLATE__INFO_COLOR_HEX = 4;
210:
211:         /**
212:          * The feature id for the '<em><b>Info Foreground Color HEX</b></em>' attribute.
213:          * <!-- begin-user-doc -->
214:          *
215:          * @since 1.10
216:          * <!-- end-user-doc -->
217:          * @generated
218:          * @ordered
219:          */
220:         int CONTROL_VALIDATION_TEMPLATE__INFO_FOREGROUND_COLOR_HEX = 5;
221:
222:         /**
223:          * The feature id for the '<em><b>Info Image URL</b></em>' attribute.
224:          * <!-- begin-user-doc -->
225:          * <!-- end-user-doc -->
226:          *
227:          * @generated
228:          * @ordered
229:          */
230:         int CONTROL_VALIDATION_TEMPLATE__INFO_IMAGE_URL = 6;
231:
232:         /**
233:          * The feature id for the '<em><b>Info Overlay URL</b></em>' attribute.
234:          * <!-- begin-user-doc -->
235:          * <!-- end-user-doc -->
236:          *
237:          * @generated
238:          * @ordered
239:          */
240:         int CONTROL_VALIDATION_TEMPLATE__INFO_OVERLAY_URL = 7;
241:
242:         /**
243:          * The feature id for the '<em><b>Warning Color HEX</b></em>' attribute.
244:          * <!-- begin-user-doc -->
245:          * <!-- end-user-doc -->
246:          *
247:          * @generated
248:          * @ordered
249:          */
250:         int CONTROL_VALIDATION_TEMPLATE__WARNING_COLOR_HEX = 8;
251:
252:         /**
253:          * The feature id for the '<em><b>Warning Foreground Color HEX</b></em>' attribute.
254:          * <!-- begin-user-doc -->
255:          *
256:          * @since 1.10
257:          * <!-- end-user-doc -->
258:          * @generated
259:          * @ordered
260:          */
261:         int CONTROL_VALIDATION_TEMPLATE__WARNING_FOREGROUND_COLOR_HEX = 9;
262:
263:         /**
264:          * The feature id for the '<em><b>Warning Image URL</b></em>' attribute.
265:          * <!-- begin-user-doc -->
266:          * <!-- end-user-doc -->
267:          *
268:          * @generated
269:          * @ordered
270:          */
271:         int CONTROL_VALIDATION_TEMPLATE__WARNING_IMAGE_URL = 10;
272:
273:         /**
274:          * The feature id for the '<em><b>Warning Overlay URL</b></em>' attribute.
275:          * <!-- begin-user-doc -->
276:          * <!-- end-user-doc -->
277:          *
278:          * @generated
279:          * @ordered
280:          */
281:         int CONTROL_VALIDATION_TEMPLATE__WARNING_OVERLAY_URL = 11;
282:
283:         /**
284:          * The feature id for the '<em><b>Error Color HEX</b></em>' attribute.
285:          * <!-- begin-user-doc -->
286:          * <!-- end-user-doc -->
287:          *
288:          * @generated
289:          * @ordered
290:          */
291:         int CONTROL_VALIDATION_TEMPLATE__ERROR_COLOR_HEX = 12;
292:
293:         /**
294:          * The feature id for the '<em><b>Error Foreground Color HEX</b></em>' attribute.
295:          * <!-- begin-user-doc -->
296:          *
297:          * @since 1.10
298:          * <!-- end-user-doc -->
299:          * @generated
300:          * @ordered
301:          */
302:         int CONTROL_VALIDATION_TEMPLATE__ERROR_FOREGROUND_COLOR_HEX = 13;
303:
304:         /**
305:          * The feature id for the '<em><b>Error Image URL</b></em>' attribute.
306:          * <!-- begin-user-doc -->
307:          * <!-- end-user-doc -->
308:          *
309:          * @generated
310:          * @ordered
311:          */
312:         int CONTROL_VALIDATION_TEMPLATE__ERROR_IMAGE_URL = 14;
313:
314:         /**
315:          * The feature id for the '<em><b>Error Overlay URL</b></em>' attribute.
316:          * <!-- begin-user-doc -->
317:          * <!-- end-user-doc -->
318:          *
319:          * @generated
320:          * @ordered
321:          */
322:         int CONTROL_VALIDATION_TEMPLATE__ERROR_OVERLAY_URL = 15;
323:
324:         /**
325:          * The feature id for the '<em><b>Cancel Color HEX</b></em>' attribute.
326:          * <!-- begin-user-doc -->
327:          * <!-- end-user-doc -->
328:          *
329:          * @generated
330:          * @ordered
331:          */
332:         int CONTROL_VALIDATION_TEMPLATE__CANCEL_COLOR_HEX = 16;
333:
334:         /**
335:          * The feature id for the '<em><b>Cancel Foreground Color HEX</b></em>' attribute.
336:          * <!-- begin-user-doc -->
337:          *
338:          * @since 1.10
339:          * <!-- end-user-doc -->
340:          * @generated
341:          * @ordered
342:          */
343:         int CONTROL_VALIDATION_TEMPLATE__CANCEL_FOREGROUND_COLOR_HEX = 17;
344:
345:         /**
346:          * The feature id for the '<em><b>Cancel Image URL</b></em>' attribute.
347:          * <!-- begin-user-doc -->
348:          * <!-- end-user-doc -->
349:          *
350:          * @generated
351:          * @ordered
352:          */
353:         int CONTROL_VALIDATION_TEMPLATE__CANCEL_IMAGE_URL = 18;
354:
355:         /**
356:          * The feature id for the '<em><b>Cancel Overlay URL</b></em>' attribute.
357:          * <!-- begin-user-doc -->
358:          * <!-- end-user-doc -->
359:          *
360:          * @generated
361:          * @ordered
362:          */
363:         int CONTROL_VALIDATION_TEMPLATE__CANCEL_OVERLAY_URL = 19;
364:
365:         /**
366:          * The number of structural features of the '<em>Control Validation Template</em>' class.
367:          * <!-- begin-user-doc -->
368:          * <!-- end-user-doc -->
369:          *
370:          * @generated
371:          * @ordered
372:          */
373:         int CONTROL_VALIDATION_TEMPLATE_FEATURE_COUNT = 20;
374:
375:         /**
376:          * The number of operations of the '<em>Control Validation Template</em>' class.
377:          * <!-- begin-user-doc -->
378:          * <!-- end-user-doc -->
379:          *
380:          * @generated
381:          * @ordered
382:          */
383:         int CONTROL_VALIDATION_TEMPLATE_OPERATION_COUNT = 0;
384:
385:         /**
386:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.model.impl.VTStyleSelectorContainerImpl
387:          * <em>Style Selector Container</em>}' class.
388:          * <!-- begin-user-doc -->
389:          *
390:          * @since 1.17
391:          * <!-- end-user-doc -->
392:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTStyleSelectorContainerImpl
393:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyleSelectorContainer()
394:          * @generated
395:          */
396:         int STYLE_SELECTOR_CONTAINER = 5;
397:
398:         /**
399:          * The feature id for the '<em><b>Selector</b></em>' containment reference.
400:          * <!-- begin-user-doc -->
401:          *
402:          * @since 1.17
403:          * <!-- end-user-doc -->
404:          * @generated
405:          * @ordered
406:          */
407:         int STYLE_SELECTOR_CONTAINER__SELECTOR = 0;
408:
409:         /**
410:          * The number of structural features of the '<em>Style Selector Container</em>' class.
411:          * <!-- begin-user-doc -->
412:          *
413:          * @since 1.17
414:          * <!-- end-user-doc -->
415:          * @generated
416:          * @ordered
417:          */
418:         int STYLE_SELECTOR_CONTAINER_FEATURE_COUNT = 1;
419:
420:         /**
421:          * The number of operations of the '<em>Style Selector Container</em>' class.
422:          * <!-- begin-user-doc -->
423:          *
424:          * @since 1.17
425:          * <!-- end-user-doc -->
426:          * @generated
427:          * @ordered
428:          */
429:         int STYLE_SELECTOR_CONTAINER_OPERATION_COUNT = 0;
430:
431:         /**
432:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.model.impl.VTStyleImpl <em>Style</em>}'
433:          * class.
434:          * <!-- begin-user-doc -->
435:          * <!-- end-user-doc -->
436:          *
437:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTStyleImpl
438:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyle()
439:          * @generated
440:          */
441:         int STYLE = 2;
442:
443:         /**
444:          * The feature id for the '<em><b>Selector</b></em>' containment reference.
445:          * <!-- begin-user-doc -->
446:          * <!-- end-user-doc -->
447:          *
448:          * @generated
449:          * @ordered
450:          */
451:         int STYLE__SELECTOR = STYLE_SELECTOR_CONTAINER__SELECTOR;
452:
453:         /**
454:          * The feature id for the '<em><b>Properties</b></em>' containment reference list.
455:          * <!-- begin-user-doc -->
456:          * <!-- end-user-doc -->
457:          *
458:          * @generated
459:          * @ordered
460:          */
461:         int STYLE__PROPERTIES = STYLE_SELECTOR_CONTAINER_FEATURE_COUNT + 0;
462:
463:         /**
464:          * The number of structural features of the '<em>Style</em>' class.
465:          * <!-- begin-user-doc -->
466:          * <!-- end-user-doc -->
467:          *
468:          * @generated
469:          * @ordered
470:          */
471:         int STYLE_FEATURE_COUNT = STYLE_SELECTOR_CONTAINER_FEATURE_COUNT + 1;
472:
473:         /**
474:          * The number of operations of the '<em>Style</em>' class.
475:          * <!-- begin-user-doc -->
476:          * <!-- end-user-doc -->
477:          *
478:          * @generated
479:          * @ordered
480:          */
481:         int STYLE_OPERATION_COUNT = STYLE_SELECTOR_CONTAINER_OPERATION_COUNT + 0;
482:
483:         /**
484:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.model.VTStyleProperty <em>Style
485:          * Property</em>}' class.
486:          * <!-- begin-user-doc -->
487:          * <!-- end-user-doc -->
488:          *
489:          * @see org.eclipse.emf.ecp.view.template.model.VTStyleProperty
490:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyleProperty()
491:          * @generated
492:          */
493:         int STYLE_PROPERTY = 3;
494:
495:         /**
496:          * The number of structural features of the '<em>Style Property</em>' class.
497:          * <!-- begin-user-doc -->
498:          * <!-- end-user-doc -->
499:          *
500:          * @generated
501:          * @ordered
502:          */
503:         int STYLE_PROPERTY_FEATURE_COUNT = 0;
504:
505:         /**
506:          * The number of operations of the '<em>Style Property</em>' class.
507:          * <!-- begin-user-doc -->
508:          * <!-- end-user-doc -->
509:          *
510:          * @generated
511:          * @ordered
512:          */
513:         int STYLE_PROPERTY_OPERATION_COUNT = 0;
514:
515:         /**
516:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.model.VTStyleSelector <em>Style
517:          * Selector</em>}' class.
518:          * <!-- begin-user-doc -->
519:          * <!-- end-user-doc -->
520:          *
521:          * @see org.eclipse.emf.ecp.view.template.model.VTStyleSelector
522:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyleSelector()
523:          * @generated
524:          */
525:         int STYLE_SELECTOR = 4;
526:
527:         /**
528:          * The number of structural features of the '<em>Style Selector</em>' class.
529:          * <!-- begin-user-doc -->
530:          * <!-- end-user-doc -->
531:          *
532:          * @generated
533:          * @ordered
534:          */
535:         int STYLE_SELECTOR_FEATURE_COUNT = 0;
536:
537:         /**
538:          * The number of operations of the '<em>Style Selector</em>' class.
539:          * <!-- begin-user-doc -->
540:          * <!-- end-user-doc -->
541:          *
542:          * @generated
543:          * @ordered
544:          */
545:         int STYLE_SELECTOR_OPERATION_COUNT = 0;
546:
547:         /**
548:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.model.impl.VTMultiStyleSelectorContainerImpl
549:          * <em>Multi Style Selector Container</em>}' class.
550:          * <!-- begin-user-doc -->
551:          *
552:          * @since 1.17
553:          * <!-- end-user-doc -->
554:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTMultiStyleSelectorContainerImpl
555:          * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getMultiStyleSelectorContainer()
556:          * @generated
557:          */
558:         int MULTI_STYLE_SELECTOR_CONTAINER = 6;
559:
560:         /**
561:          * The feature id for the '<em><b>Selectors</b></em>' containment reference list.
562:          * <!-- begin-user-doc -->
563:          *
564:          * @since 1.17
565:          * <!-- end-user-doc -->
566:          * @generated
567:          * @ordered
568:          */
569:         int MULTI_STYLE_SELECTOR_CONTAINER__SELECTORS = 0;
570:
571:         /**
572:          * The number of structural features of the '<em>Multi Style Selector Container</em>' class.
573:          * <!-- begin-user-doc -->
574:          *
575:          * @since 1.17
576:          * <!-- end-user-doc -->
577:          * @generated
578:          * @ordered
579:          */
580:         int MULTI_STYLE_SELECTOR_CONTAINER_FEATURE_COUNT = 1;
581:
582:         /**
583:          * The number of operations of the '<em>Multi Style Selector Container</em>' class.
584:          * <!-- begin-user-doc -->
585:          *
586:          * @since 1.17
587:          * <!-- end-user-doc -->
588:          * @generated
589:          * @ordered
590:          */
591:         int MULTI_STYLE_SELECTOR_CONTAINER_OPERATION_COUNT = 0;
592:
593:         /**
594:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.model.VTViewTemplate <em>View
595:          * Template</em>}'.
596:          * <!-- begin-user-doc -->
597:          * <!-- end-user-doc -->
598:          *
599:          * @return the meta object for class '<em>View Template</em>'.
600:          * @see org.eclipse.emf.ecp.view.template.model.VTViewTemplate
601:          * @generated
602:          */
603:         EClass getViewTemplate();
604:
605:         /**
606:          * Returns the meta object for the containment reference
607:          * '{@link org.eclipse.emf.ecp.view.template.model.VTViewTemplate#getControlValidationConfiguration <em>Control
608:          * Validation Configuration</em>}'.
609:          * <!-- begin-user-doc -->
610:          * <!-- end-user-doc -->
611:          *
612:          * @return the meta object for the containment reference '<em>Control Validation Configuration</em>'.
613:          * @see org.eclipse.emf.ecp.view.template.model.VTViewTemplate#getControlValidationConfiguration()
614:          * @see #getViewTemplate()
615:          * @generated
616:          */
617:         EReference getViewTemplate_ControlValidationConfiguration();
618:
619:         /**
620:          * Returns the meta object for the containment reference list
621:          * '{@link org.eclipse.emf.ecp.view.template.model.VTViewTemplate#getStyles <em>Styles</em>}'.
622:          * <!-- begin-user-doc -->
623:          * <!-- end-user-doc -->
624:          *
625:          * @return the meta object for the containment reference list '<em>Styles</em>'.
626:          * @see org.eclipse.emf.ecp.view.template.model.VTViewTemplate#getStyles()
627:          * @see #getViewTemplate()
628:          * @generated
629:          */
630:         EReference getViewTemplate_Styles();
631:
632:         /**
633:          * Returns the meta object for the attribute list
634:          * '{@link org.eclipse.emf.ecp.view.template.model.VTViewTemplate#getReferencedEcores <em>Referenced Ecores</em>}'.
635:          * <!-- begin-user-doc -->
636:          * <!-- end-user-doc -->
637:          *
638:          * @return the meta object for the attribute list '<em>Referenced Ecores</em>'.
639:          * @see org.eclipse.emf.ecp.view.template.model.VTViewTemplate#getReferencedEcores()
640:          * @see #getViewTemplate()
641:          * @generated
642:          */
643:         EAttribute getViewTemplate_ReferencedEcores();
644:
645:         /**
646:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate
647:          * <em>Control Validation Template</em>}'.
648:          * <!-- begin-user-doc -->
649:          * <!-- end-user-doc -->
650:          *
651:          * @return the meta object for class '<em>Control Validation Template</em>'.
652:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate
653:          * @generated
654:          */
655:         EClass getControlValidationTemplate();
656:
657:         /**
658:          * Returns the meta object for the attribute
659:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkColorHEX <em>Ok Color
660:          * HEX</em>}'.
661:          * <!-- begin-user-doc -->
662:          * <!-- end-user-doc -->
663:          *
664:          * @return the meta object for the attribute '<em>Ok Color HEX</em>'.
665:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkColorHEX()
666:          * @see #getControlValidationTemplate()
667:          * @generated
668:          */
669:         EAttribute getControlValidationTemplate_OkColorHEX();
670:
671:         /**
672:          * Returns the meta object for the attribute
673:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkForegroundColorHEX <em>Ok
674:          * Foreground Color HEX</em>}'.
675:          * <!-- begin-user-doc -->
676:          *
677:          * @since 1.10
678:          * <!-- end-user-doc -->
679:          * @return the meta object for the attribute '<em>Ok Foreground Color HEX</em>'.
680:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkForegroundColorHEX()
681:          * @see #getControlValidationTemplate()
682:          * @generated
683:          */
684:         EAttribute getControlValidationTemplate_OkForegroundColorHEX();
685:
686:         /**
687:          * Returns the meta object for the attribute
688:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkImageURL <em>Ok Image
689:          * URL</em>}'.
690:          * <!-- begin-user-doc -->
691:          * <!-- end-user-doc -->
692:          *
693:          * @return the meta object for the attribute '<em>Ok Image URL</em>'.
694:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkImageURL()
695:          * @see #getControlValidationTemplate()
696:          * @generated
697:          */
698:         EAttribute getControlValidationTemplate_OkImageURL();
699:
700:         /**
701:          * Returns the meta object for the attribute
702:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkOverlayURL <em>Ok Overlay
703:          * URL</em>}'.
704:          * <!-- begin-user-doc -->
705:          * <!-- end-user-doc -->
706:          *
707:          * @return the meta object for the attribute '<em>Ok Overlay URL</em>'.
708:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getOkOverlayURL()
709:          * @see #getControlValidationTemplate()
710:          * @generated
711:          */
712:         EAttribute getControlValidationTemplate_OkOverlayURL();
713:
714:         /**
715:          * Returns the meta object for the attribute
716:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoColorHEX <em>Info Color
717:          * HEX</em>}'.
718:          * <!-- begin-user-doc -->
719:          * <!-- end-user-doc -->
720:          *
721:          * @return the meta object for the attribute '<em>Info Color HEX</em>'.
722:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoColorHEX()
723:          * @see #getControlValidationTemplate()
724:          * @generated
725:          */
726:         EAttribute getControlValidationTemplate_InfoColorHEX();
727:
728:         /**
729:          * Returns the meta object for the attribute
730:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoForegroundColorHEX <em>Info
731:          * Foreground Color HEX</em>}'.
732:          * <!-- begin-user-doc -->
733:          *
734:          * @since 1.10
735:          * <!-- end-user-doc -->
736:          * @return the meta object for the attribute '<em>Info Foreground Color HEX</em>'.
737:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoForegroundColorHEX()
738:          * @see #getControlValidationTemplate()
739:          * @generated
740:          */
741:         EAttribute getControlValidationTemplate_InfoForegroundColorHEX();
742:
743:         /**
744:          * Returns the meta object for the attribute
745:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoImageURL <em>Info Image
746:          * URL</em>}'.
747:          * <!-- begin-user-doc -->
748:          * <!-- end-user-doc -->
749:          *
750:          * @return the meta object for the attribute '<em>Info Image URL</em>'.
751:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoImageURL()
752:          * @see #getControlValidationTemplate()
753:          * @generated
754:          */
755:         EAttribute getControlValidationTemplate_InfoImageURL();
756:
757:         /**
758:          * Returns the meta object for the attribute
759:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoOverlayURL <em>Info Overlay
760:          * URL</em>}'.
761:          * <!-- begin-user-doc -->
762:          * <!-- end-user-doc -->
763:          *
764:          * @return the meta object for the attribute '<em>Info Overlay URL</em>'.
765:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getInfoOverlayURL()
766:          * @see #getControlValidationTemplate()
767:          * @generated
768:          */
769:         EAttribute getControlValidationTemplate_InfoOverlayURL();
770:
771:         /**
772:          * Returns the meta object for the attribute
773:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningColorHEX <em>Warning Color
774:          * HEX</em>}'.
775:          * <!-- begin-user-doc -->
776:          * <!-- end-user-doc -->
777:          *
778:          * @return the meta object for the attribute '<em>Warning Color HEX</em>'.
779:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningColorHEX()
780:          * @see #getControlValidationTemplate()
781:          * @generated
782:          */
783:         EAttribute getControlValidationTemplate_WarningColorHEX();
784:
785:         /**
786:          * Returns the meta object for the attribute
787:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningForegroundColorHEX
788:          * <em>Warning Foreground Color HEX</em>}'.
789:          * <!-- begin-user-doc -->
790:          *
791:          * @since 1.10
792:          * <!-- end-user-doc -->
793:          * @return the meta object for the attribute '<em>Warning Foreground Color HEX</em>'.
794:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningForegroundColorHEX()
795:          * @see #getControlValidationTemplate()
796:          * @generated
797:          */
798:         EAttribute getControlValidationTemplate_WarningForegroundColorHEX();
799:
800:         /**
801:          * Returns the meta object for the attribute
802:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningImageURL <em>Warning Image
803:          * URL</em>}'.
804:          * <!-- begin-user-doc -->
805:          * <!-- end-user-doc -->
806:          *
807:          * @return the meta object for the attribute '<em>Warning Image URL</em>'.
808:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningImageURL()
809:          * @see #getControlValidationTemplate()
810:          * @generated
811:          */
812:         EAttribute getControlValidationTemplate_WarningImageURL();
813:
814:         /**
815:          * Returns the meta object for the attribute
816:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningOverlayURL <em>Warning
817:          * Overlay URL</em>}'.
818:          * <!-- begin-user-doc -->
819:          * <!-- end-user-doc -->
820:          *
821:          * @return the meta object for the attribute '<em>Warning Overlay URL</em>'.
822:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getWarningOverlayURL()
823:          * @see #getControlValidationTemplate()
824:          * @generated
825:          */
826:         EAttribute getControlValidationTemplate_WarningOverlayURL();
827:
828:         /**
829:          * Returns the meta object for the attribute
830:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorColorHEX <em>Error Color
831:          * HEX</em>}'.
832:          * <!-- begin-user-doc -->
833:          * <!-- end-user-doc -->
834:          *
835:          * @return the meta object for the attribute '<em>Error Color HEX</em>'.
836:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorColorHEX()
837:          * @see #getControlValidationTemplate()
838:          * @generated
839:          */
840:         EAttribute getControlValidationTemplate_ErrorColorHEX();
841:
842:         /**
843:          * Returns the meta object for the attribute
844:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorForegroundColorHEX <em>Error
845:          * Foreground Color HEX</em>}'.
846:          * <!-- begin-user-doc -->
847:          *
848:          * @since 1.10
849:          * <!-- end-user-doc -->
850:          * @return the meta object for the attribute '<em>Error Foreground Color HEX</em>'.
851:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorForegroundColorHEX()
852:          * @see #getControlValidationTemplate()
853:          * @generated
854:          */
855:         EAttribute getControlValidationTemplate_ErrorForegroundColorHEX();
856:
857:         /**
858:          * Returns the meta object for the attribute
859:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorImageURL <em>Error Image
860:          * URL</em>}'.
861:          * <!-- begin-user-doc -->
862:          * <!-- end-user-doc -->
863:          *
864:          * @return the meta object for the attribute '<em>Error Image URL</em>'.
865:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorImageURL()
866:          * @see #getControlValidationTemplate()
867:          * @generated
868:          */
869:         EAttribute getControlValidationTemplate_ErrorImageURL();
870:
871:         /**
872:          * Returns the meta object for the attribute
873:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorOverlayURL <em>Error Overlay
874:          * URL</em>}'.
875:          * <!-- begin-user-doc -->
876:          * <!-- end-user-doc -->
877:          *
878:          * @return the meta object for the attribute '<em>Error Overlay URL</em>'.
879:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getErrorOverlayURL()
880:          * @see #getControlValidationTemplate()
881:          * @generated
882:          */
883:         EAttribute getControlValidationTemplate_ErrorOverlayURL();
884:
885:         /**
886:          * Returns the meta object for the attribute
887:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelColorHEX <em>Cancel Color
888:          * HEX</em>}'.
889:          * <!-- begin-user-doc -->
890:          * <!-- end-user-doc -->
891:          *
892:          * @return the meta object for the attribute '<em>Cancel Color HEX</em>'.
893:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelColorHEX()
894:          * @see #getControlValidationTemplate()
895:          * @generated
896:          */
897:         EAttribute getControlValidationTemplate_CancelColorHEX();
898:
899:         /**
900:          * Returns the meta object for the attribute
901:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelForegroundColorHEX
902:          * <em>Cancel Foreground Color HEX</em>}'.
903:          * <!-- begin-user-doc -->
904:          *
905:          * @since 1.10
906:          * <!-- end-user-doc -->
907:          * @return the meta object for the attribute '<em>Cancel Foreground Color HEX</em>'.
908:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelForegroundColorHEX()
909:          * @see #getControlValidationTemplate()
910:          * @generated
911:          */
912:         EAttribute getControlValidationTemplate_CancelForegroundColorHEX();
913:
914:         /**
915:          * Returns the meta object for the attribute
916:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelImageURL <em>Cancel Image
917:          * URL</em>}'.
918:          * <!-- begin-user-doc -->
919:          * <!-- end-user-doc -->
920:          *
921:          * @return the meta object for the attribute '<em>Cancel Image URL</em>'.
922:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelImageURL()
923:          * @see #getControlValidationTemplate()
924:          * @generated
925:          */
926:         EAttribute getControlValidationTemplate_CancelImageURL();
927:
928:         /**
929:          * Returns the meta object for the attribute
930:          * '{@link org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelOverlayURL <em>Cancel
931:          * Overlay URL</em>}'.
932:          * <!-- begin-user-doc -->
933:          * <!-- end-user-doc -->
934:          *
935:          * @return the meta object for the attribute '<em>Cancel Overlay URL</em>'.
936:          * @see org.eclipse.emf.ecp.view.template.model.VTControlValidationTemplate#getCancelOverlayURL()
937:          * @see #getControlValidationTemplate()
938:          * @generated
939:          */
940:         EAttribute getControlValidationTemplate_CancelOverlayURL();
941:
942:         /**
943:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.model.VTStyle <em>Style</em>}'.
944:          * <!-- begin-user-doc -->
945:          * <!-- end-user-doc -->
946:          *
947:          * @return the meta object for class '<em>Style</em>'.
948:          * @see org.eclipse.emf.ecp.view.template.model.VTStyle
949:          * @generated
950:          */
951:         EClass getStyle();
952:
953:         /**
954:          * Returns the meta object for the containment reference list
955:          * '{@link org.eclipse.emf.ecp.view.template.model.VTStyle#getProperties <em>Properties</em>}'.
956:          * <!-- begin-user-doc -->
957:          * <!-- end-user-doc -->
958:          *
959:          * @return the meta object for the containment reference list '<em>Properties</em>'.
960:          * @see org.eclipse.emf.ecp.view.template.model.VTStyle#getProperties()
961:          * @see #getStyle()
962:          * @generated
963:          */
964:         EReference getStyle_Properties();
965:
966:         /**
967:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.model.VTStyleProperty <em>Style
968:          * Property</em>}'.
969:          * <!-- begin-user-doc -->
970:          * <!-- end-user-doc -->
971:          *
972:          * @return the meta object for class '<em>Style Property</em>'.
973:          * @see org.eclipse.emf.ecp.view.template.model.VTStyleProperty
974:          * @generated
975:          */
976:         EClass getStyleProperty();
977:
978:         /**
979:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.model.VTStyleSelector <em>Style
980:          * Selector</em>}'.
981:          * <!-- begin-user-doc -->
982:          * <!-- end-user-doc -->
983:          *
984:          * @return the meta object for class '<em>Style Selector</em>'.
985:          * @see org.eclipse.emf.ecp.view.template.model.VTStyleSelector
986:          * @generated
987:          */
988:         EClass getStyleSelector();
989:
990:         /**
991:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.model.VTStyleSelectorContainer
992:          * <em>Style Selector Container</em>}'.
993:          * <!-- begin-user-doc -->
994:          *
995:          * @since 1.17
996:          * <!-- end-user-doc -->
997:          * @return the meta object for class '<em>Style Selector Container</em>'.
998:          * @see org.eclipse.emf.ecp.view.template.model.VTStyleSelectorContainer
999:          * @generated
1000:          */
1001:         EClass getStyleSelectorContainer();
1002:
1003:         /**
1004:          * Returns the meta object for the containment reference
1005:          * '{@link org.eclipse.emf.ecp.view.template.model.VTStyleSelectorContainer#getSelector <em>Selector</em>}'.
1006:          * <!-- begin-user-doc -->
1007:          *
1008:          * @since 1.17
1009:          * <!-- end-user-doc -->
1010:          * @return the meta object for the containment reference '<em>Selector</em>'.
1011:          * @see org.eclipse.emf.ecp.view.template.model.VTStyleSelectorContainer#getSelector()
1012:          * @see #getStyleSelectorContainer()
1013:          * @generated
1014:          */
1015:         EReference getStyleSelectorContainer_Selector();
1016:
1017:         /**
1018:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.model.VTMultiStyleSelectorContainer
1019:          * <em>Multi Style Selector Container</em>}'.
1020:          * <!-- begin-user-doc -->
1021:          *
1022:          * @since 1.17
1023:          * <!-- end-user-doc -->
1024:          * @return the meta object for class '<em>Multi Style Selector Container</em>'.
1025:          * @see org.eclipse.emf.ecp.view.template.model.VTMultiStyleSelectorContainer
1026:          * @generated
1027:          */
1028:         EClass getMultiStyleSelectorContainer();
1029:
1030:         /**
1031:          * Returns the meta object for the containment reference list
1032:          * '{@link org.eclipse.emf.ecp.view.template.model.VTMultiStyleSelectorContainer#getSelectors <em>Selectors</em>}'.
1033:          * <!-- begin-user-doc -->
1034:          *
1035:          * @since 1.17
1036:          * <!-- end-user-doc -->
1037:          * @return the meta object for the containment reference list '<em>Selectors</em>'.
1038:          * @see org.eclipse.emf.ecp.view.template.model.VTMultiStyleSelectorContainer#getSelectors()
1039:          * @see #getMultiStyleSelectorContainer()
1040:          * @generated
1041:          */
1042:         EReference getMultiStyleSelectorContainer_Selectors();
1043:
1044:         /**
1045:          * Returns the factory that creates the instances of the model.
1046:          * <!-- begin-user-doc -->
1047:          * <!-- end-user-doc -->
1048:          *
1049:          * @return the factory that creates the instances of the model.
1050:          * @generated
1051:          */
1052:         VTTemplateFactory getTemplateFactory();
1053:
1054:         /**
1055:          * <!-- begin-user-doc -->
1056:          * Defines literals for the meta objects that represent
1057:          * <ul>
1058:          * <li>each class,</li>
1059:          * <li>each feature of each class,</li>
1060:          * <li>each operation of each class,</li>
1061:          * <li>each enum,</li>
1062:          * <li>and each data type</li>
1063:          * </ul>
1064:          * <!-- end-user-doc -->
1065:          *
1066:          * @generated
1067:          */
1068:         interface Literals {
1069:                 /**
1070:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.template.model.impl.VTViewTemplateImpl
1071:                  * <em>View Template</em>}' class.
1072:                  * <!-- begin-user-doc -->
1073:                  * <!-- end-user-doc -->
1074:                  *
1075:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTViewTemplateImpl
1076:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getViewTemplate()
1077:                  * @generated
1078:                  */
1079:                 EClass VIEW_TEMPLATE = eINSTANCE.getViewTemplate();
1080:
1081:                 /**
1082:                  * The meta object literal for the '<em><b>Control Validation Configuration</b></em>' containment reference
1083:                  * feature.
1084:                  * <!-- begin-user-doc -->
1085:                  * <!-- end-user-doc -->
1086:                  *
1087:                  * @generated
1088:                  */
1089:                 EReference VIEW_TEMPLATE__CONTROL_VALIDATION_CONFIGURATION = eINSTANCE
1090:                         .getViewTemplate_ControlValidationConfiguration();
1091:
1092:                 /**
1093:                  * The meta object literal for the '<em><b>Styles</b></em>' containment reference list feature.
1094:                  * <!-- begin-user-doc -->
1095:                  * <!-- end-user-doc -->
1096:                  *
1097:                  * @generated
1098:                  */
1099:                 EReference VIEW_TEMPLATE__STYLES = eINSTANCE.getViewTemplate_Styles();
1100:
1101:                 /**
1102:                  * The meta object literal for the '<em><b>Referenced Ecores</b></em>' attribute list feature.
1103:                  * <!-- begin-user-doc -->
1104:                  * <!-- end-user-doc -->
1105:                  *
1106:                  * @generated
1107:                  */
1108:                 EAttribute VIEW_TEMPLATE__REFERENCED_ECORES = eINSTANCE.getViewTemplate_ReferencedEcores();
1109:
1110:                 /**
1111:                  * The meta object literal for the
1112:                  * '{@link org.eclipse.emf.ecp.view.template.model.impl.VTControlValidationTemplateImpl <em>Control Validation
1113:                  * Template</em>}' class.
1114:                  * <!-- begin-user-doc -->
1115:                  * <!-- end-user-doc -->
1116:                  *
1117:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTControlValidationTemplateImpl
1118:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getControlValidationTemplate()
1119:                  * @generated
1120:                  */
1121:                 EClass CONTROL_VALIDATION_TEMPLATE = eINSTANCE.getControlValidationTemplate();
1122:
1123:                 /**
1124:                  * The meta object literal for the '<em><b>Ok Color HEX</b></em>' attribute feature.
1125:                  * <!-- begin-user-doc -->
1126:                  * <!-- end-user-doc -->
1127:                  *
1128:                  * @generated
1129:                  */
1130:                 EAttribute CONTROL_VALIDATION_TEMPLATE__OK_COLOR_HEX = eINSTANCE.getControlValidationTemplate_OkColorHEX();
1131:
1132:                 /**
1133:                  * The meta object literal for the '<em><b>Ok Foreground Color HEX</b></em>' attribute feature.
1134:                  * <!-- begin-user-doc -->
1135:                  *
1136:                  * @since 1.10
1137:                  * <!-- end-user-doc -->
1138:                  * @generated
1139:                  */
1140:                 EAttribute CONTROL_VALIDATION_TEMPLATE__OK_FOREGROUND_COLOR_HEX = eINSTANCE
1141:                         .getControlValidationTemplate_OkForegroundColorHEX();
1142:
1143:                 /**
1144:                  * The meta object literal for the '<em><b>Ok Image URL</b></em>' attribute feature.
1145:                  * <!-- begin-user-doc -->
1146:                  * <!-- end-user-doc -->
1147:                  *
1148:                  * @generated
1149:                  */
1150:                 EAttribute CONTROL_VALIDATION_TEMPLATE__OK_IMAGE_URL = eINSTANCE.getControlValidationTemplate_OkImageURL();
1151:
1152:                 /**
1153:                  * The meta object literal for the '<em><b>Ok Overlay URL</b></em>' attribute feature.
1154:                  * <!-- begin-user-doc -->
1155:                  * <!-- end-user-doc -->
1156:                  *
1157:                  * @generated
1158:                  */
1159:                 EAttribute CONTROL_VALIDATION_TEMPLATE__OK_OVERLAY_URL = eINSTANCE.getControlValidationTemplate_OkOverlayURL();
1160:
1161:                 /**
1162:                  * The meta object literal for the '<em><b>Info Color HEX</b></em>' attribute feature.
1163:                  * <!-- begin-user-doc -->
1164:                  * <!-- end-user-doc -->
1165:                  *
1166:                  * @generated
1167:                  */
1168:                 EAttribute CONTROL_VALIDATION_TEMPLATE__INFO_COLOR_HEX = eINSTANCE.getControlValidationTemplate_InfoColorHEX();
1169:
1170:                 /**
1171:                  * The meta object literal for the '<em><b>Info Foreground Color HEX</b></em>' attribute feature.
1172:                  * <!-- begin-user-doc -->
1173:                  *
1174:                  * @since 1.10
1175:                  * <!-- end-user-doc -->
1176:                  * @generated
1177:                  */
1178:                 EAttribute CONTROL_VALIDATION_TEMPLATE__INFO_FOREGROUND_COLOR_HEX = eINSTANCE
1179:                         .getControlValidationTemplate_InfoForegroundColorHEX();
1180:
1181:                 /**
1182:                  * The meta object literal for the '<em><b>Info Image URL</b></em>' attribute feature.
1183:                  * <!-- begin-user-doc -->
1184:                  * <!-- end-user-doc -->
1185:                  *
1186:                  * @generated
1187:                  */
1188:                 EAttribute CONTROL_VALIDATION_TEMPLATE__INFO_IMAGE_URL = eINSTANCE.getControlValidationTemplate_InfoImageURL();
1189:
1190:                 /**
1191:                  * The meta object literal for the '<em><b>Info Overlay URL</b></em>' attribute feature.
1192:                  * <!-- begin-user-doc -->
1193:                  * <!-- end-user-doc -->
1194:                  *
1195:                  * @generated
1196:                  */
1197:                 EAttribute CONTROL_VALIDATION_TEMPLATE__INFO_OVERLAY_URL = eINSTANCE
1198:                         .getControlValidationTemplate_InfoOverlayURL();
1199:
1200:                 /**
1201:                  * The meta object literal for the '<em><b>Warning Color HEX</b></em>' attribute feature.
1202:                  * <!-- begin-user-doc -->
1203:                  * <!-- end-user-doc -->
1204:                  *
1205:                  * @generated
1206:                  */
1207:                 EAttribute CONTROL_VALIDATION_TEMPLATE__WARNING_COLOR_HEX = eINSTANCE
1208:                         .getControlValidationTemplate_WarningColorHEX();
1209:
1210:                 /**
1211:                  * The meta object literal for the '<em><b>Warning Foreground Color HEX</b></em>' attribute feature.
1212:                  * <!-- begin-user-doc -->
1213:                  *
1214:                  * @since 1.10
1215:                  * <!-- end-user-doc -->
1216:                  * @generated
1217:                  */
1218:                 EAttribute CONTROL_VALIDATION_TEMPLATE__WARNING_FOREGROUND_COLOR_HEX = eINSTANCE
1219:                         .getControlValidationTemplate_WarningForegroundColorHEX();
1220:
1221:                 /**
1222:                  * The meta object literal for the '<em><b>Warning Image URL</b></em>' attribute feature.
1223:                  * <!-- begin-user-doc -->
1224:                  * <!-- end-user-doc -->
1225:                  *
1226:                  * @generated
1227:                  */
1228:                 EAttribute CONTROL_VALIDATION_TEMPLATE__WARNING_IMAGE_URL = eINSTANCE
1229:                         .getControlValidationTemplate_WarningImageURL();
1230:
1231:                 /**
1232:                  * The meta object literal for the '<em><b>Warning Overlay URL</b></em>' attribute feature.
1233:                  * <!-- begin-user-doc -->
1234:                  * <!-- end-user-doc -->
1235:                  *
1236:                  * @generated
1237:                  */
1238:                 EAttribute CONTROL_VALIDATION_TEMPLATE__WARNING_OVERLAY_URL = eINSTANCE
1239:                         .getControlValidationTemplate_WarningOverlayURL();
1240:
1241:                 /**
1242:                  * The meta object literal for the '<em><b>Error Color HEX</b></em>' attribute feature.
1243:                  * <!-- begin-user-doc -->
1244:                  * <!-- end-user-doc -->
1245:                  *
1246:                  * @generated
1247:                  */
1248:                 EAttribute CONTROL_VALIDATION_TEMPLATE__ERROR_COLOR_HEX = eINSTANCE
1249:                         .getControlValidationTemplate_ErrorColorHEX();
1250:
1251:                 /**
1252:                  * The meta object literal for the '<em><b>Error Foreground Color HEX</b></em>' attribute feature.
1253:                  * <!-- begin-user-doc -->
1254:                  *
1255:                  * @since 1.10
1256:                  * <!-- end-user-doc -->
1257:                  * @generated
1258:                  */
1259:                 EAttribute CONTROL_VALIDATION_TEMPLATE__ERROR_FOREGROUND_COLOR_HEX = eINSTANCE
1260:                         .getControlValidationTemplate_ErrorForegroundColorHEX();
1261:
1262:                 /**
1263:                  * The meta object literal for the '<em><b>Error Image URL</b></em>' attribute feature.
1264:                  * <!-- begin-user-doc -->
1265:                  * <!-- end-user-doc -->
1266:                  *
1267:                  * @generated
1268:                  */
1269:                 EAttribute CONTROL_VALIDATION_TEMPLATE__ERROR_IMAGE_URL = eINSTANCE
1270:                         .getControlValidationTemplate_ErrorImageURL();
1271:
1272:                 /**
1273:                  * The meta object literal for the '<em><b>Error Overlay URL</b></em>' attribute feature.
1274:                  * <!-- begin-user-doc -->
1275:                  * <!-- end-user-doc -->
1276:                  *
1277:                  * @generated
1278:                  */
1279:                 EAttribute CONTROL_VALIDATION_TEMPLATE__ERROR_OVERLAY_URL = eINSTANCE
1280:                         .getControlValidationTemplate_ErrorOverlayURL();
1281:
1282:                 /**
1283:                  * The meta object literal for the '<em><b>Cancel Color HEX</b></em>' attribute feature.
1284:                  * <!-- begin-user-doc -->
1285:                  * <!-- end-user-doc -->
1286:                  *
1287:                  * @generated
1288:                  */
1289:                 EAttribute CONTROL_VALIDATION_TEMPLATE__CANCEL_COLOR_HEX = eINSTANCE
1290:                         .getControlValidationTemplate_CancelColorHEX();
1291:
1292:                 /**
1293:                  * The meta object literal for the '<em><b>Cancel Foreground Color HEX</b></em>' attribute feature.
1294:                  * <!-- begin-user-doc -->
1295:                  *
1296:                  * @since 1.10
1297:                  * <!-- end-user-doc -->
1298:                  * @generated
1299:                  */
1300:                 EAttribute CONTROL_VALIDATION_TEMPLATE__CANCEL_FOREGROUND_COLOR_HEX = eINSTANCE
1301:                         .getControlValidationTemplate_CancelForegroundColorHEX();
1302:
1303:                 /**
1304:                  * The meta object literal for the '<em><b>Cancel Image URL</b></em>' attribute feature.
1305:                  * <!-- begin-user-doc -->
1306:                  * <!-- end-user-doc -->
1307:                  *
1308:                  * @generated
1309:                  */
1310:                 EAttribute CONTROL_VALIDATION_TEMPLATE__CANCEL_IMAGE_URL = eINSTANCE
1311:                         .getControlValidationTemplate_CancelImageURL();
1312:
1313:                 /**
1314:                  * The meta object literal for the '<em><b>Cancel Overlay URL</b></em>' attribute feature.
1315:                  * <!-- begin-user-doc -->
1316:                  * <!-- end-user-doc -->
1317:                  *
1318:                  * @generated
1319:                  */
1320:                 EAttribute CONTROL_VALIDATION_TEMPLATE__CANCEL_OVERLAY_URL = eINSTANCE
1321:                         .getControlValidationTemplate_CancelOverlayURL();
1322:
1323:                 /**
1324:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.template.model.impl.VTStyleImpl
1325:                  * <em>Style</em>}' class.
1326:                  * <!-- begin-user-doc -->
1327:                  * <!-- end-user-doc -->
1328:                  *
1329:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTStyleImpl
1330:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyle()
1331:                  * @generated
1332:                  */
1333:                 EClass STYLE = eINSTANCE.getStyle();
1334:
1335:                 /**
1336:                  * The meta object literal for the '<em><b>Properties</b></em>' containment reference list feature.
1337:                  * <!-- begin-user-doc -->
1338:                  * <!-- end-user-doc -->
1339:                  *
1340:                  * @generated
1341:                  */
1342:                 EReference STYLE__PROPERTIES = eINSTANCE.getStyle_Properties();
1343:
1344:                 /**
1345:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.template.model.VTStyleProperty <em>Style
1346:                  * Property</em>}' class.
1347:                  * <!-- begin-user-doc -->
1348:                  * <!-- end-user-doc -->
1349:                  *
1350:                  * @see org.eclipse.emf.ecp.view.template.model.VTStyleProperty
1351:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyleProperty()
1352:                  * @generated
1353:                  */
1354:                 EClass STYLE_PROPERTY = eINSTANCE.getStyleProperty();
1355:
1356:                 /**
1357:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.template.model.VTStyleSelector <em>Style
1358:                  * Selector</em>}' class.
1359:                  * <!-- begin-user-doc -->
1360:                  * <!-- end-user-doc -->
1361:                  *
1362:                  * @see org.eclipse.emf.ecp.view.template.model.VTStyleSelector
1363:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyleSelector()
1364:                  * @generated
1365:                  */
1366:                 EClass STYLE_SELECTOR = eINSTANCE.getStyleSelector();
1367:
1368:                 /**
1369:                  * The meta object literal for the
1370:                  * '{@link org.eclipse.emf.ecp.view.template.model.impl.VTStyleSelectorContainerImpl <em>Style Selector
1371:                  * Container</em>}' class.
1372:                  * <!-- begin-user-doc -->
1373:                  *
1374:                  * @since 1.17
1375:                  * <!-- end-user-doc -->
1376:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTStyleSelectorContainerImpl
1377:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getStyleSelectorContainer()
1378:                  * @generated
1379:                  */
1380:                 EClass STYLE_SELECTOR_CONTAINER = eINSTANCE.getStyleSelectorContainer();
1381:
1382:                 /**
1383:                  * The meta object literal for the '<em><b>Selector</b></em>' containment reference feature.
1384:                  * <!-- begin-user-doc -->
1385:                  *
1386:                  * @since 1.17
1387:                  * <!-- end-user-doc -->
1388:                  * @generated
1389:                  */
1390:                 EReference STYLE_SELECTOR_CONTAINER__SELECTOR = eINSTANCE.getStyleSelectorContainer_Selector();
1391:
1392:                 /**
1393:                  * The meta object literal for the
1394:                  * '{@link org.eclipse.emf.ecp.view.template.model.impl.VTMultiStyleSelectorContainerImpl <em>Multi Style
1395:                  * Selector Container</em>}' class.
1396:                  * <!-- begin-user-doc -->
1397:                  *
1398:                  * @since 1.17
1399:                  * <!-- end-user-doc -->
1400:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTMultiStyleSelectorContainerImpl
1401:                  * @see org.eclipse.emf.ecp.view.template.model.impl.VTTemplatePackageImpl#getMultiStyleSelectorContainer()
1402:                  * @generated
1403:                  */
1404:                 EClass MULTI_STYLE_SELECTOR_CONTAINER = eINSTANCE.getMultiStyleSelectorContainer();
1405:
1406:                 /**
1407:                  * The meta object literal for the '<em><b>Selectors</b></em>' containment reference list feature.
1408:                  * <!-- begin-user-doc -->
1409:                  *
1410:                  * @since 1.17
1411:                  * <!-- end-user-doc -->
1412:                  * @generated
1413:                  */
1414:                 EReference MULTI_STYLE_SELECTOR_CONTAINER__SELECTORS = eINSTANCE.getMultiStyleSelectorContainer_Selectors();
1415:
1416:         }
1417:
1418: } // VTTemplatePackage