001/**
002 */
003package org.nasdanika.html.model.bootstrap;
004
005import org.eclipse.emf.ecore.EAttribute;
006import org.eclipse.emf.ecore.EClass;
007import org.eclipse.emf.ecore.EDataType;
008import org.eclipse.emf.ecore.EOperation;
009import org.eclipse.emf.ecore.EPackage;
010import org.eclipse.emf.ecore.EReference;
011import org.nasdanika.html.model.html.HtmlPackage;
012import org.nasdanika.ncore.NcorePackage;
013
014/**
015 * <!-- begin-user-doc -->
016 * The <b>Package</b> for the model.
017 * It contains accessors for the meta objects to represent
018 * <ul>
019 *   <li>each class,</li>
020 *   <li>each feature of each class,</li>
021 *   <li>each operation of each class,</li>
022 *   <li>each enum,</li>
023 *   <li>and each data type</li>
024 * </ul>
025 * <!-- end-user-doc -->
026 * <!-- begin-model-doc -->
027 * Model of Bootstrap elements.
028 * <!-- end-model-doc -->
029 * @see org.nasdanika.html.model.bootstrap.BootstrapFactory
030 * @model kind="package"
031 * @generated
032 */
033public interface BootstrapPackage extends EPackage {
034        /**
035         * The package name.
036         * <!-- begin-user-doc -->
037         * <!-- end-user-doc -->
038         * @generated
039         */
040        String eNAME = "bootstrap";
041
042        /**
043         * The package namespace URI.
044         * <!-- begin-user-doc -->
045         * <!-- end-user-doc -->
046         * @generated
047         */
048        String eNS_URI = "urn:org.nasdanika.html.model.bootstrap";
049
050        /**
051         * The package namespace name.
052         * <!-- begin-user-doc -->
053         * <!-- end-user-doc -->
054         * @generated
055         */
056        String eNS_PREFIX = "org.nasdanika.html.model.bootstrap";
057
058        /**
059         * The singleton instance of the package.
060         * <!-- begin-user-doc -->
061         * <!-- end-user-doc -->
062         * @generated
063         */
064        BootstrapPackage eINSTANCE = org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl.init();
065
066        /**
067         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.BootstrapElementImpl <em>Element</em>}' class.
068         * <!-- begin-user-doc -->
069         * <!-- end-user-doc -->
070         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapElementImpl
071         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBootstrapElement()
072         * @generated
073         */
074        int BOOTSTRAP_ELEMENT = 0;
075
076        /**
077         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
078         * <!-- begin-user-doc -->
079         * <!-- end-user-doc -->
080         * @generated
081         * @ordered
082         */
083        int BOOTSTRAP_ELEMENT__MARKERS = HtmlPackage.HTML_ELEMENT__MARKERS;
084
085        /**
086         * The feature id for the '<em><b>Uris</b></em>' attribute list.
087         * <!-- begin-user-doc -->
088         * <!-- end-user-doc -->
089         * @generated
090         * @ordered
091         */
092        int BOOTSTRAP_ELEMENT__URIS = HtmlPackage.HTML_ELEMENT__URIS;
093
094        /**
095         * The feature id for the '<em><b>Description</b></em>' attribute.
096         * <!-- begin-user-doc -->
097         * <!-- end-user-doc -->
098         * @generated
099         * @ordered
100         */
101        int BOOTSTRAP_ELEMENT__DESCRIPTION = HtmlPackage.HTML_ELEMENT__DESCRIPTION;
102
103        /**
104         * The feature id for the '<em><b>Uuid</b></em>' attribute.
105         * <!-- begin-user-doc -->
106         * <!-- end-user-doc -->
107         * @generated
108         * @ordered
109         */
110        int BOOTSTRAP_ELEMENT__UUID = HtmlPackage.HTML_ELEMENT__UUID;
111
112        /**
113         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
114         * <!-- begin-user-doc -->
115         * <!-- end-user-doc -->
116         * @generated
117         * @ordered
118         */
119        int BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE = HtmlPackage.HTML_ELEMENT__ACTION_PROTOTYPE;
120
121        /**
122         * The feature id for the '<em><b>Representations</b></em>' map.
123         * <!-- begin-user-doc -->
124         * <!-- end-user-doc -->
125         * @generated
126         * @ordered
127         */
128        int BOOTSTRAP_ELEMENT__REPRESENTATIONS = HtmlPackage.HTML_ELEMENT__REPRESENTATIONS;
129
130        /**
131         * The feature id for the '<em><b>Attributes</b></em>' map.
132         * <!-- begin-user-doc -->
133         * <!-- end-user-doc -->
134         * @generated
135         * @ordered
136         */
137        int BOOTSTRAP_ELEMENT__ATTRIBUTES = HtmlPackage.HTML_ELEMENT__ATTRIBUTES;
138
139        /**
140         * The feature id for the '<em><b>Content</b></em>' containment reference list.
141         * <!-- begin-user-doc -->
142         * <!-- end-user-doc -->
143         * @generated
144         * @ordered
145         */
146        int BOOTSTRAP_ELEMENT__CONTENT = HtmlPackage.HTML_ELEMENT__CONTENT;
147
148        /**
149         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
150         * <!-- begin-user-doc -->
151         * <!-- end-user-doc -->
152         * @generated
153         * @ordered
154         */
155        int BOOTSTRAP_ELEMENT__APPEARANCE = HtmlPackage.HTML_ELEMENT_FEATURE_COUNT + 0;
156
157        /**
158         * The number of structural features of the '<em>Element</em>' class.
159         * <!-- begin-user-doc -->
160         * <!-- end-user-doc -->
161         * @generated
162         * @ordered
163         */
164        int BOOTSTRAP_ELEMENT_FEATURE_COUNT = HtmlPackage.HTML_ELEMENT_FEATURE_COUNT + 1;
165
166        /**
167         * The number of operations of the '<em>Element</em>' class.
168         * <!-- begin-user-doc -->
169         * <!-- end-user-doc -->
170         * @generated
171         * @ordered
172         */
173        int BOOTSTRAP_ELEMENT_OPERATION_COUNT = HtmlPackage.HTML_ELEMENT_OPERATION_COUNT + 0;
174
175        /**
176         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.PageImpl <em>Page</em>}' class.
177         * <!-- begin-user-doc -->
178         * <!-- end-user-doc -->
179         * @see org.nasdanika.html.model.bootstrap.impl.PageImpl
180         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getPage()
181         * @generated
182         */
183        int PAGE = 1;
184
185        /**
186         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
187         * <!-- begin-user-doc -->
188         * <!-- end-user-doc -->
189         * @generated
190         * @ordered
191         */
192        int PAGE__MARKERS = HtmlPackage.PAGE__MARKERS;
193
194        /**
195         * The feature id for the '<em><b>Uris</b></em>' attribute list.
196         * <!-- begin-user-doc -->
197         * <!-- end-user-doc -->
198         * @generated
199         * @ordered
200         */
201        int PAGE__URIS = HtmlPackage.PAGE__URIS;
202
203        /**
204         * The feature id for the '<em><b>Description</b></em>' attribute.
205         * <!-- begin-user-doc -->
206         * <!-- end-user-doc -->
207         * @generated
208         * @ordered
209         */
210        int PAGE__DESCRIPTION = HtmlPackage.PAGE__DESCRIPTION;
211
212        /**
213         * The feature id for the '<em><b>Uuid</b></em>' attribute.
214         * <!-- begin-user-doc -->
215         * <!-- end-user-doc -->
216         * @generated
217         * @ordered
218         */
219        int PAGE__UUID = HtmlPackage.PAGE__UUID;
220
221        /**
222         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
223         * <!-- begin-user-doc -->
224         * <!-- end-user-doc -->
225         * @generated
226         * @ordered
227         */
228        int PAGE__ACTION_PROTOTYPE = HtmlPackage.PAGE__ACTION_PROTOTYPE;
229
230        /**
231         * The feature id for the '<em><b>Representations</b></em>' map.
232         * <!-- begin-user-doc -->
233         * <!-- end-user-doc -->
234         * @generated
235         * @ordered
236         */
237        int PAGE__REPRESENTATIONS = HtmlPackage.PAGE__REPRESENTATIONS;
238
239        /**
240         * The feature id for the '<em><b>Head</b></em>' containment reference list.
241         * <!-- begin-user-doc -->
242         * <!-- end-user-doc -->
243         * @generated
244         * @ordered
245         */
246        int PAGE__HEAD = HtmlPackage.PAGE__HEAD;
247
248        /**
249         * The feature id for the '<em><b>Body</b></em>' containment reference list.
250         * <!-- begin-user-doc -->
251         * <!-- end-user-doc -->
252         * @generated
253         * @ordered
254         */
255        int PAGE__BODY = HtmlPackage.PAGE__BODY;
256
257        /**
258         * The feature id for the '<em><b>Builders</b></em>' containment reference list.
259         * <!-- begin-user-doc -->
260         * <!-- end-user-doc -->
261         * @generated
262         * @ordered
263         */
264        int PAGE__BUILDERS = HtmlPackage.PAGE__BUILDERS;
265
266        /**
267         * The feature id for the '<em><b>Language</b></em>' attribute.
268         * <!-- begin-user-doc -->
269         * <!-- end-user-doc -->
270         * @generated
271         * @ordered
272         */
273        int PAGE__LANGUAGE = HtmlPackage.PAGE__LANGUAGE;
274
275        /**
276         * The feature id for the '<em><b>Name</b></em>' attribute.
277         * <!-- begin-user-doc -->
278         * <!-- end-user-doc -->
279         * @generated
280         * @ordered
281         */
282        int PAGE__NAME = HtmlPackage.PAGE__NAME;
283
284        /**
285         * The feature id for the '<em><b>Stylesheets</b></em>' attribute list.
286         * <!-- begin-user-doc -->
287         * <!-- end-user-doc -->
288         * @generated
289         * @ordered
290         */
291        int PAGE__STYLESHEETS = HtmlPackage.PAGE__STYLESHEETS;
292
293        /**
294         * The feature id for the '<em><b>Scripts</b></em>' attribute list.
295         * <!-- begin-user-doc -->
296         * <!-- end-user-doc -->
297         * @generated
298         * @ordered
299         */
300        int PAGE__SCRIPTS = HtmlPackage.PAGE__SCRIPTS;
301
302        /**
303         * The feature id for the '<em><b>Cdn</b></em>' attribute.
304         * <!-- begin-user-doc -->
305         * <!-- end-user-doc -->
306         * @generated
307         * @ordered
308         */
309        int PAGE__CDN = HtmlPackage.PAGE_FEATURE_COUNT + 0;
310
311        /**
312         * The feature id for the '<em><b>Theme</b></em>' attribute.
313         * <!-- begin-user-doc -->
314         * <!-- end-user-doc -->
315         * @generated
316         * @ordered
317         */
318        int PAGE__THEME = HtmlPackage.PAGE_FEATURE_COUNT + 1;
319
320        /**
321         * The number of structural features of the '<em>Page</em>' class.
322         * <!-- begin-user-doc -->
323         * <!-- end-user-doc -->
324         * @generated
325         * @ordered
326         */
327        int PAGE_FEATURE_COUNT = HtmlPackage.PAGE_FEATURE_COUNT + 2;
328
329        /**
330         * The number of operations of the '<em>Page</em>' class.
331         * <!-- begin-user-doc -->
332         * <!-- end-user-doc -->
333         * @generated
334         * @ordered
335         */
336        int PAGE_OPERATION_COUNT = HtmlPackage.PAGE_OPERATION_COUNT + 0;
337
338        /**
339         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.AppearanceImpl <em>Appearance</em>}' class.
340         * <!-- begin-user-doc -->
341         * <!-- end-user-doc -->
342         * @see org.nasdanika.html.model.bootstrap.impl.AppearanceImpl
343         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAppearance()
344         * @generated
345         */
346        int APPEARANCE = 2;
347
348        /**
349         * The feature id for the '<em><b>Background</b></em>' attribute.
350         * <!-- begin-user-doc -->
351         * <!-- end-user-doc -->
352         * @generated
353         * @ordered
354         */
355        int APPEARANCE__BACKGROUND = 0;
356
357        /**
358         * The feature id for the '<em><b>Attributes</b></em>' map.
359         * <!-- begin-user-doc -->
360         * <!-- end-user-doc -->
361         * @generated
362         * @ordered
363         */
364        int APPEARANCE__ATTRIBUTES = 1;
365
366        /**
367         * The feature id for the '<em><b>Border</b></em>' containment reference list.
368         * <!-- begin-user-doc -->
369         * <!-- end-user-doc -->
370         * @generated
371         * @ordered
372         */
373        int APPEARANCE__BORDER = 2;
374
375        /**
376         * The feature id for the '<em><b>Margin</b></em>' containment reference list.
377         * <!-- begin-user-doc -->
378         * <!-- end-user-doc -->
379         * @generated
380         * @ordered
381         */
382        int APPEARANCE__MARGIN = 3;
383
384        /**
385         * The feature id for the '<em><b>Padding</b></em>' containment reference list.
386         * <!-- begin-user-doc -->
387         * <!-- end-user-doc -->
388         * @generated
389         * @ordered
390         */
391        int APPEARANCE__PADDING = 4;
392
393        /**
394         * The feature id for the '<em><b>Text</b></em>' containment reference.
395         * <!-- begin-user-doc -->
396         * <!-- end-user-doc -->
397         * @generated
398         * @ordered
399         */
400        int APPEARANCE__TEXT = 5;
401
402        /**
403         * The feature id for the '<em><b>Float</b></em>' containment reference list.
404         * <!-- begin-user-doc -->
405         * <!-- end-user-doc -->
406         * @generated
407         * @ordered
408         */
409        int APPEARANCE__FLOAT = 6;
410
411        /**
412         * The feature id for the '<em><b>Children</b></em>' map.
413         * <!-- begin-user-doc -->
414         * <!-- end-user-doc -->
415         * @generated
416         * @ordered
417         */
418        int APPEARANCE__CHILDREN = 7;
419
420        /**
421         * The number of structural features of the '<em>Appearance</em>' class.
422         * <!-- begin-user-doc -->
423         * <!-- end-user-doc -->
424         * @generated
425         * @ordered
426         */
427        int APPEARANCE_FEATURE_COUNT = 8;
428
429        /**
430         * The operation id for the '<em>Effective Appearance</em>' operation.
431         * <!-- begin-user-doc -->
432         * <!-- end-user-doc -->
433         * @generated
434         * @ordered
435         */
436        int APPEARANCE___EFFECTIVE_APPEARANCE__STRING = 0;
437
438        /**
439         * The number of operations of the '<em>Appearance</em>' class.
440         * <!-- begin-user-doc -->
441         * <!-- end-user-doc -->
442         * @generated
443         * @ordered
444         */
445        int APPEARANCE_OPERATION_COUNT = 1;
446
447        /**
448         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.AppearanceEntryImpl <em>Appearance Entry</em>}' class.
449         * <!-- begin-user-doc -->
450         * <!-- end-user-doc -->
451         * @see org.nasdanika.html.model.bootstrap.impl.AppearanceEntryImpl
452         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAppearanceEntry()
453         * @generated
454         */
455        int APPEARANCE_ENTRY = 3;
456
457        /**
458         * The feature id for the '<em><b>Key</b></em>' attribute.
459         * <!-- begin-user-doc -->
460         * <!-- end-user-doc -->
461         * @generated
462         * @ordered
463         */
464        int APPEARANCE_ENTRY__KEY = 0;
465
466        /**
467         * The feature id for the '<em><b>Value</b></em>' containment reference.
468         * <!-- begin-user-doc -->
469         * <!-- end-user-doc -->
470         * @generated
471         * @ordered
472         */
473        int APPEARANCE_ENTRY__VALUE = 1;
474
475        /**
476         * The number of structural features of the '<em>Appearance Entry</em>' class.
477         * <!-- begin-user-doc -->
478         * <!-- end-user-doc -->
479         * @generated
480         * @ordered
481         */
482        int APPEARANCE_ENTRY_FEATURE_COUNT = 2;
483
484        /**
485         * The number of operations of the '<em>Appearance Entry</em>' class.
486         * <!-- begin-user-doc -->
487         * <!-- end-user-doc -->
488         * @generated
489         * @ordered
490         */
491        int APPEARANCE_ENTRY_OPERATION_COUNT = 0;
492
493        /**
494         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.BorderImpl <em>Border</em>}' class.
495         * <!-- begin-user-doc -->
496         * <!-- end-user-doc -->
497         * @see org.nasdanika.html.model.bootstrap.impl.BorderImpl
498         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBorder()
499         * @generated
500         */
501        int BORDER = 4;
502
503        /**
504         * The feature id for the '<em><b>Color</b></em>' attribute.
505         * <!-- begin-user-doc -->
506         * <!-- end-user-doc -->
507         * @generated
508         * @ordered
509         */
510        int BORDER__COLOR = 0;
511
512        /**
513         * The feature id for the '<em><b>Top</b></em>' attribute.
514         * <!-- begin-user-doc -->
515         * <!-- end-user-doc -->
516         * @generated
517         * @ordered
518         */
519        int BORDER__TOP = 1;
520
521        /**
522         * The feature id for the '<em><b>Bottom</b></em>' attribute.
523         * <!-- begin-user-doc -->
524         * <!-- end-user-doc -->
525         * @generated
526         * @ordered
527         */
528        int BORDER__BOTTOM = 2;
529
530        /**
531         * The feature id for the '<em><b>Left</b></em>' attribute.
532         * <!-- begin-user-doc -->
533         * <!-- end-user-doc -->
534         * @generated
535         * @ordered
536         */
537        int BORDER__LEFT = 3;
538
539        /**
540         * The feature id for the '<em><b>Right</b></em>' attribute.
541         * <!-- begin-user-doc -->
542         * <!-- end-user-doc -->
543         * @generated
544         * @ordered
545         */
546        int BORDER__RIGHT = 4;
547
548        /**
549         * The number of structural features of the '<em>Border</em>' class.
550         * <!-- begin-user-doc -->
551         * <!-- end-user-doc -->
552         * @generated
553         * @ordered
554         */
555        int BORDER_FEATURE_COUNT = 5;
556
557        /**
558         * The number of operations of the '<em>Border</em>' class.
559         * <!-- begin-user-doc -->
560         * <!-- end-user-doc -->
561         * @generated
562         * @ordered
563         */
564        int BORDER_OPERATION_COUNT = 0;
565
566        /**
567         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.SpacingImpl <em>Spacing</em>}' class.
568         * <!-- begin-user-doc -->
569         * <!-- end-user-doc -->
570         * @see org.nasdanika.html.model.bootstrap.impl.SpacingImpl
571         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getSpacing()
572         * @generated
573         */
574        int SPACING = 5;
575
576        /**
577         * The feature id for the '<em><b>Size</b></em>' attribute.
578         * <!-- begin-user-doc -->
579         * <!-- end-user-doc -->
580         * @generated
581         * @ordered
582         */
583        int SPACING__SIZE = 0;
584
585        /**
586         * The feature id for the '<em><b>Breakpoint</b></em>' attribute.
587         * <!-- begin-user-doc -->
588         * <!-- end-user-doc -->
589         * @generated
590         * @ordered
591         */
592        int SPACING__BREAKPOINT = 1;
593
594        /**
595         * The feature id for the '<em><b>Top</b></em>' attribute.
596         * <!-- begin-user-doc -->
597         * <!-- end-user-doc -->
598         * @generated
599         * @ordered
600         */
601        int SPACING__TOP = 2;
602
603        /**
604         * The feature id for the '<em><b>Bottom</b></em>' attribute.
605         * <!-- begin-user-doc -->
606         * <!-- end-user-doc -->
607         * @generated
608         * @ordered
609         */
610        int SPACING__BOTTOM = 3;
611
612        /**
613         * The feature id for the '<em><b>Left</b></em>' attribute.
614         * <!-- begin-user-doc -->
615         * <!-- end-user-doc -->
616         * @generated
617         * @ordered
618         */
619        int SPACING__LEFT = 4;
620
621        /**
622         * The feature id for the '<em><b>Right</b></em>' attribute.
623         * <!-- begin-user-doc -->
624         * <!-- end-user-doc -->
625         * @generated
626         * @ordered
627         */
628        int SPACING__RIGHT = 5;
629
630        /**
631         * The feature id for the '<em><b>X</b></em>' attribute.
632         * <!-- begin-user-doc -->
633         * <!-- end-user-doc -->
634         * @generated
635         * @ordered
636         */
637        int SPACING__X = 6;
638
639        /**
640         * The feature id for the '<em><b>Y</b></em>' attribute.
641         * <!-- begin-user-doc -->
642         * <!-- end-user-doc -->
643         * @generated
644         * @ordered
645         */
646        int SPACING__Y = 7;
647
648        /**
649         * The number of structural features of the '<em>Spacing</em>' class.
650         * <!-- begin-user-doc -->
651         * <!-- end-user-doc -->
652         * @generated
653         * @ordered
654         */
655        int SPACING_FEATURE_COUNT = 8;
656
657        /**
658         * The number of operations of the '<em>Spacing</em>' class.
659         * <!-- begin-user-doc -->
660         * <!-- end-user-doc -->
661         * @generated
662         * @ordered
663         */
664        int SPACING_OPERATION_COUNT = 0;
665
666        /**
667         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TextImpl <em>Text</em>}' class.
668         * <!-- begin-user-doc -->
669         * <!-- end-user-doc -->
670         * @see org.nasdanika.html.model.bootstrap.impl.TextImpl
671         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getText()
672         * @generated
673         */
674        int TEXT = 6;
675
676        /**
677         * The feature id for the '<em><b>Alignment</b></em>' attribute.
678         * <!-- begin-user-doc -->
679         * <!-- end-user-doc -->
680         * @generated
681         * @ordered
682         */
683        int TEXT__ALIGNMENT = 0;
684
685        /**
686         * The feature id for the '<em><b>Color</b></em>' attribute.
687         * <!-- begin-user-doc -->
688         * <!-- end-user-doc -->
689         * @generated
690         * @ordered
691         */
692        int TEXT__COLOR = 1;
693
694        /**
695         * The feature id for the '<em><b>Transform</b></em>' attribute.
696         * <!-- begin-user-doc -->
697         * <!-- end-user-doc -->
698         * @generated
699         * @ordered
700         */
701        int TEXT__TRANSFORM = 2;
702
703        /**
704         * The feature id for the '<em><b>Weight</b></em>' attribute.
705         * <!-- begin-user-doc -->
706         * <!-- end-user-doc -->
707         * @generated
708         * @ordered
709         */
710        int TEXT__WEIGHT = 3;
711
712        /**
713         * The feature id for the '<em><b>Monospace</b></em>' attribute.
714         * <!-- begin-user-doc -->
715         * <!-- end-user-doc -->
716         * @generated
717         * @ordered
718         */
719        int TEXT__MONOSPACE = 4;
720
721        /**
722         * The feature id for the '<em><b>Italic</b></em>' attribute.
723         * <!-- begin-user-doc -->
724         * <!-- end-user-doc -->
725         * @generated
726         * @ordered
727         */
728        int TEXT__ITALIC = 5;
729
730        /**
731         * The feature id for the '<em><b>Nowrap</b></em>' attribute.
732         * <!-- begin-user-doc -->
733         * <!-- end-user-doc -->
734         * @generated
735         * @ordered
736         */
737        int TEXT__NOWRAP = 6;
738
739        /**
740         * The feature id for the '<em><b>Truncate</b></em>' attribute.
741         * <!-- begin-user-doc -->
742         * <!-- end-user-doc -->
743         * @generated
744         * @ordered
745         */
746        int TEXT__TRUNCATE = 7;
747
748        /**
749         * The number of structural features of the '<em>Text</em>' class.
750         * <!-- begin-user-doc -->
751         * <!-- end-user-doc -->
752         * @generated
753         * @ordered
754         */
755        int TEXT_FEATURE_COUNT = 8;
756
757        /**
758         * The number of operations of the '<em>Text</em>' class.
759         * <!-- begin-user-doc -->
760         * <!-- end-user-doc -->
761         * @generated
762         * @ordered
763         */
764        int TEXT_OPERATION_COUNT = 0;
765
766        /**
767         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.FloatImpl <em>Float</em>}' class.
768         * <!-- begin-user-doc -->
769         * <!-- end-user-doc -->
770         * @see org.nasdanika.html.model.bootstrap.impl.FloatImpl
771         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getFloat()
772         * @generated
773         */
774        int FLOAT = 7;
775
776        /**
777         * The feature id for the '<em><b>Side</b></em>' attribute.
778         * <!-- begin-user-doc -->
779         * <!-- end-user-doc -->
780         * @generated
781         * @ordered
782         */
783        int FLOAT__SIDE = 0;
784
785        /**
786         * The feature id for the '<em><b>Breakpoint</b></em>' attribute.
787         * <!-- begin-user-doc -->
788         * <!-- end-user-doc -->
789         * @generated
790         * @ordered
791         */
792        int FLOAT__BREAKPOINT = 1;
793
794        /**
795         * The number of structural features of the '<em>Float</em>' class.
796         * <!-- begin-user-doc -->
797         * <!-- end-user-doc -->
798         * @generated
799         * @ordered
800         */
801        int FLOAT_FEATURE_COUNT = 2;
802
803        /**
804         * The number of operations of the '<em>Float</em>' class.
805         * <!-- begin-user-doc -->
806         * <!-- end-user-doc -->
807         * @generated
808         * @ordered
809         */
810        int FLOAT_OPERATION_COUNT = 0;
811
812        /**
813         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TagImpl <em>Tag</em>}' class.
814         * <!-- begin-user-doc -->
815         * <!-- end-user-doc -->
816         * @see org.nasdanika.html.model.bootstrap.impl.TagImpl
817         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTag()
818         * @generated
819         */
820        int TAG = 8;
821
822        /**
823         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
824         * <!-- begin-user-doc -->
825         * <!-- end-user-doc -->
826         * @generated
827         * @ordered
828         */
829        int TAG__MARKERS = HtmlPackage.TAG__MARKERS;
830
831        /**
832         * The feature id for the '<em><b>Uris</b></em>' attribute list.
833         * <!-- begin-user-doc -->
834         * <!-- end-user-doc -->
835         * @generated
836         * @ordered
837         */
838        int TAG__URIS = HtmlPackage.TAG__URIS;
839
840        /**
841         * The feature id for the '<em><b>Description</b></em>' attribute.
842         * <!-- begin-user-doc -->
843         * <!-- end-user-doc -->
844         * @generated
845         * @ordered
846         */
847        int TAG__DESCRIPTION = HtmlPackage.TAG__DESCRIPTION;
848
849        /**
850         * The feature id for the '<em><b>Uuid</b></em>' attribute.
851         * <!-- begin-user-doc -->
852         * <!-- end-user-doc -->
853         * @generated
854         * @ordered
855         */
856        int TAG__UUID = HtmlPackage.TAG__UUID;
857
858        /**
859         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
860         * <!-- begin-user-doc -->
861         * <!-- end-user-doc -->
862         * @generated
863         * @ordered
864         */
865        int TAG__ACTION_PROTOTYPE = HtmlPackage.TAG__ACTION_PROTOTYPE;
866
867        /**
868         * The feature id for the '<em><b>Representations</b></em>' map.
869         * <!-- begin-user-doc -->
870         * <!-- end-user-doc -->
871         * @generated
872         * @ordered
873         */
874        int TAG__REPRESENTATIONS = HtmlPackage.TAG__REPRESENTATIONS;
875
876        /**
877         * The feature id for the '<em><b>Attributes</b></em>' map.
878         * <!-- begin-user-doc -->
879         * <!-- end-user-doc -->
880         * @generated
881         * @ordered
882         */
883        int TAG__ATTRIBUTES = HtmlPackage.TAG__ATTRIBUTES;
884
885        /**
886         * The feature id for the '<em><b>Content</b></em>' containment reference list.
887         * <!-- begin-user-doc -->
888         * <!-- end-user-doc -->
889         * @generated
890         * @ordered
891         */
892        int TAG__CONTENT = HtmlPackage.TAG__CONTENT;
893
894        /**
895         * The feature id for the '<em><b>Name</b></em>' attribute.
896         * <!-- begin-user-doc -->
897         * <!-- end-user-doc -->
898         * @generated
899         * @ordered
900         */
901        int TAG__NAME = HtmlPackage.TAG__NAME;
902
903        /**
904         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
905         * <!-- begin-user-doc -->
906         * <!-- end-user-doc -->
907         * @generated
908         * @ordered
909         */
910        int TAG__APPEARANCE = HtmlPackage.TAG_FEATURE_COUNT + 0;
911
912        /**
913         * The number of structural features of the '<em>Tag</em>' class.
914         * <!-- begin-user-doc -->
915         * <!-- end-user-doc -->
916         * @generated
917         * @ordered
918         */
919        int TAG_FEATURE_COUNT = HtmlPackage.TAG_FEATURE_COUNT + 1;
920
921        /**
922         * The number of operations of the '<em>Tag</em>' class.
923         * <!-- begin-user-doc -->
924         * <!-- end-user-doc -->
925         * @generated
926         * @ordered
927         */
928        int TAG_OPERATION_COUNT = HtmlPackage.TAG_OPERATION_COUNT + 0;
929
930        /**
931         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.DivImpl <em>Div</em>}' class.
932         * <!-- begin-user-doc -->
933         * <!-- end-user-doc -->
934         * @see org.nasdanika.html.model.bootstrap.impl.DivImpl
935         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getDiv()
936         * @generated
937         */
938        int DIV = 10;
939
940        /**
941         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ItemImpl <em>Item</em>}' class.
942         * <!-- begin-user-doc -->
943         * <!-- end-user-doc -->
944         * @see org.nasdanika.html.model.bootstrap.impl.ItemImpl
945         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getItem()
946         * @generated
947         */
948        int ITEM = 11;
949
950        /**
951         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ActionGroupItemImpl <em>Action Group Item</em>}' class.
952         * <!-- begin-user-doc -->
953         * <!-- end-user-doc -->
954         * @see org.nasdanika.html.model.bootstrap.impl.ActionGroupItemImpl
955         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getActionGroupItem()
956         * @generated
957         */
958        int ACTION_GROUP_ITEM = 12;
959
960        /**
961         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.LinkActionGroupItemImpl <em>Link Action Group Item</em>}' class.
962         * <!-- begin-user-doc -->
963         * <!-- end-user-doc -->
964         * @see org.nasdanika.html.model.bootstrap.impl.LinkActionGroupItemImpl
965         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getLinkActionGroupItem()
966         * @generated
967         */
968        int LINK_ACTION_GROUP_ITEM = 13;
969
970        /**
971         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ContentActionGroupItemImpl <em>Content Action Group Item</em>}' class.
972         * <!-- begin-user-doc -->
973         * <!-- end-user-doc -->
974         * @see org.nasdanika.html.model.bootstrap.impl.ContentActionGroupItemImpl
975         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getContentActionGroupItem()
976         * @generated
977         */
978        int CONTENT_ACTION_GROUP_ITEM = 14;
979
980        /**
981         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ActionGroupImpl <em>Action Group</em>}' class.
982         * <!-- begin-user-doc -->
983         * <!-- end-user-doc -->
984         * @see org.nasdanika.html.model.bootstrap.impl.ActionGroupImpl
985         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getActionGroup()
986         * @generated
987         */
988        int ACTION_GROUP = 15;
989
990        /**
991         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ContainerImpl <em>Container</em>}' class.
992         * <!-- begin-user-doc -->
993         * <!-- end-user-doc -->
994         * @see org.nasdanika.html.model.bootstrap.impl.ContainerImpl
995         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getContainer()
996         * @generated
997         */
998        int CONTAINER = 16;
999
1000        /**
1001         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.RowImpl <em>Row</em>}' class.
1002         * <!-- begin-user-doc -->
1003         * <!-- end-user-doc -->
1004         * @see org.nasdanika.html.model.bootstrap.impl.RowImpl
1005         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getRow()
1006         * @generated
1007         */
1008        int ROW = 17;
1009
1010        /**
1011         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ColumnWidthImpl <em>Column Width</em>}' class.
1012         * <!-- begin-user-doc -->
1013         * <!-- end-user-doc -->
1014         * @see org.nasdanika.html.model.bootstrap.impl.ColumnWidthImpl
1015         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getColumnWidth()
1016         * @generated
1017         */
1018        int COLUMN_WIDTH = 18;
1019
1020        /**
1021         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ColumnImpl <em>Column</em>}' class.
1022         * <!-- begin-user-doc -->
1023         * <!-- end-user-doc -->
1024         * @see org.nasdanika.html.model.bootstrap.impl.ColumnImpl
1025         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getColumn()
1026         * @generated
1027         */
1028        int COLUMN = 19;
1029
1030        /**
1031         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TableRowContainerImpl <em>Table Row Container</em>}' class.
1032         * <!-- begin-user-doc -->
1033         * <!-- end-user-doc -->
1034         * @see org.nasdanika.html.model.bootstrap.impl.TableRowContainerImpl
1035         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableRowContainer()
1036         * @generated
1037         */
1038        int TABLE_ROW_CONTAINER = 20;
1039
1040        /**
1041         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TableSectionImpl <em>Table Section</em>}' class.
1042         * <!-- begin-user-doc -->
1043         * <!-- end-user-doc -->
1044         * @see org.nasdanika.html.model.bootstrap.impl.TableSectionImpl
1045         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableSection()
1046         * @generated
1047         */
1048        int TABLE_SECTION = 21;
1049
1050        /**
1051         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TableHeaderImpl <em>Table Header</em>}' class.
1052         * <!-- begin-user-doc -->
1053         * <!-- end-user-doc -->
1054         * @see org.nasdanika.html.model.bootstrap.impl.TableHeaderImpl
1055         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableHeader()
1056         * @generated
1057         */
1058        int TABLE_HEADER = 22;
1059
1060        /**
1061         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.TableConfiguration <em>Table Configuration</em>}' class.
1062         * <!-- begin-user-doc -->
1063         * <!-- end-user-doc -->
1064         * @see org.nasdanika.html.model.bootstrap.TableConfiguration
1065         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableConfiguration()
1066         * @generated
1067         */
1068        int TABLE_CONFIGURATION = 23;
1069
1070        /**
1071         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TableImpl <em>Table</em>}' class.
1072         * <!-- begin-user-doc -->
1073         * <!-- end-user-doc -->
1074         * @see org.nasdanika.html.model.bootstrap.impl.TableImpl
1075         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTable()
1076         * @generated
1077         */
1078        int TABLE = 24;
1079
1080        /**
1081         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TableRowImpl <em>Table Row</em>}' class.
1082         * <!-- begin-user-doc -->
1083         * <!-- end-user-doc -->
1084         * @see org.nasdanika.html.model.bootstrap.impl.TableRowImpl
1085         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableRow()
1086         * @generated
1087         */
1088        int TABLE_ROW = 25;
1089
1090        /**
1091         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TableCellImpl <em>Table Cell</em>}' class.
1092         * <!-- begin-user-doc -->
1093         * <!-- end-user-doc -->
1094         * @see org.nasdanika.html.model.bootstrap.impl.TableCellImpl
1095         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableCell()
1096         * @generated
1097         */
1098        int TABLE_CELL = 26;
1099
1100        /**
1101         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.CardImpl <em>Card</em>}' class.
1102         * <!-- begin-user-doc -->
1103         * <!-- end-user-doc -->
1104         * @see org.nasdanika.html.model.bootstrap.impl.CardImpl
1105         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getCard()
1106         * @generated
1107         */
1108        int CARD = 27;
1109
1110        /**
1111         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.AlertImpl <em>Alert</em>}' class.
1112         * <!-- begin-user-doc -->
1113         * <!-- end-user-doc -->
1114         * @see org.nasdanika.html.model.bootstrap.impl.AlertImpl
1115         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAlert()
1116         * @generated
1117         */
1118        int ALERT = 28;
1119
1120        /**
1121         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.BadgeImpl <em>Badge</em>}' class.
1122         * <!-- begin-user-doc -->
1123         * <!-- end-user-doc -->
1124         * @see org.nasdanika.html.model.bootstrap.impl.BadgeImpl
1125         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBadge()
1126         * @generated
1127         */
1128        int BADGE = 29;
1129
1130        /**
1131         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.BreadcrumbImpl <em>Breadcrumb</em>}' class.
1132         * <!-- begin-user-doc -->
1133         * <!-- end-user-doc -->
1134         * @see org.nasdanika.html.model.bootstrap.impl.BreadcrumbImpl
1135         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBreadcrumb()
1136         * @generated
1137         */
1138        int BREADCRUMB = 30;
1139
1140        /**
1141         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ButtonImpl <em>Button</em>}' class.
1142         * <!-- begin-user-doc -->
1143         * <!-- end-user-doc -->
1144         * @see org.nasdanika.html.model.bootstrap.impl.ButtonImpl
1145         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getButton()
1146         * @generated
1147         */
1148        int BUTTON = 31;
1149
1150        /**
1151         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ButtonGroupImpl <em>Button Group</em>}' class.
1152         * <!-- begin-user-doc -->
1153         * <!-- end-user-doc -->
1154         * @see org.nasdanika.html.model.bootstrap.impl.ButtonGroupImpl
1155         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getButtonGroup()
1156         * @generated
1157         */
1158        int BUTTON_GROUP = 32;
1159
1160        /**
1161         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ButtonToolbarImpl <em>Button Toolbar</em>}' class.
1162         * <!-- begin-user-doc -->
1163         * <!-- end-user-doc -->
1164         * @see org.nasdanika.html.model.bootstrap.impl.ButtonToolbarImpl
1165         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getButtonToolbar()
1166         * @generated
1167         */
1168        int BUTTON_TOOLBAR = 33;
1169
1170        /**
1171         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.DropdownImpl <em>Dropdown</em>}' class.
1172         * <!-- begin-user-doc -->
1173         * <!-- end-user-doc -->
1174         * @see org.nasdanika.html.model.bootstrap.impl.DropdownImpl
1175         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getDropdown()
1176         * @generated
1177         */
1178        int DROPDOWN = 34;
1179
1180        /**
1181         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.FormImpl <em>Form</em>}' class.
1182         * <!-- begin-user-doc -->
1183         * <!-- end-user-doc -->
1184         * @see org.nasdanika.html.model.bootstrap.impl.FormImpl
1185         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getForm()
1186         * @generated
1187         */
1188        int FORM = 35;
1189
1190        /**
1191         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ListGroupImpl <em>List Group</em>}' class.
1192         * <!-- begin-user-doc -->
1193         * <!-- end-user-doc -->
1194         * @see org.nasdanika.html.model.bootstrap.impl.ListGroupImpl
1195         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getListGroup()
1196         * @generated
1197         */
1198        int LIST_GROUP = 36;
1199
1200        /**
1201         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.NavsImpl <em>Navs</em>}' class.
1202         * <!-- begin-user-doc -->
1203         * <!-- end-user-doc -->
1204         * @see org.nasdanika.html.model.bootstrap.impl.NavsImpl
1205         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getNavs()
1206         * @generated
1207         */
1208        int NAVS = 37;
1209
1210        /**
1211         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.NavbarImpl <em>Navbar</em>}' class.
1212         * <!-- begin-user-doc -->
1213         * <!-- end-user-doc -->
1214         * @see org.nasdanika.html.model.bootstrap.impl.NavbarImpl
1215         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getNavbar()
1216         * @generated
1217         */
1218        int NAVBAR = 38;
1219
1220        /**
1221         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.TooltipImpl <em>Tooltip</em>}' class.
1222         * <!-- begin-user-doc -->
1223         * <!-- end-user-doc -->
1224         * @see org.nasdanika.html.model.bootstrap.impl.TooltipImpl
1225         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTooltip()
1226         * @generated
1227         */
1228        int TOOLTIP = 39;
1229
1230        /**
1231         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.InputGroupImpl <em>Input Group</em>}' class.
1232         * <!-- begin-user-doc -->
1233         * <!-- end-user-doc -->
1234         * @see org.nasdanika.html.model.bootstrap.impl.InputGroupImpl
1235         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getInputGroup()
1236         * @generated
1237         */
1238        int INPUT_GROUP = 40;
1239
1240        /**
1241         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.FormGroupImpl <em>Form Group</em>}' class.
1242         * <!-- begin-user-doc -->
1243         * <!-- end-user-doc -->
1244         * @see org.nasdanika.html.model.bootstrap.impl.FormGroupImpl
1245         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getFormGroup()
1246         * @generated
1247         */
1248        int FORM_GROUP = 41;
1249
1250        /**
1251         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.CollapseImpl <em>Collapse</em>}' class.
1252         * <!-- begin-user-doc -->
1253         * <!-- end-user-doc -->
1254         * @see org.nasdanika.html.model.bootstrap.impl.CollapseImpl
1255         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getCollapse()
1256         * @generated
1257         */
1258        int COLLAPSE = 42;
1259
1260        /**
1261         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.ModalImpl <em>Modal</em>}' class.
1262         * <!-- begin-user-doc -->
1263         * <!-- end-user-doc -->
1264         * @see org.nasdanika.html.model.bootstrap.impl.ModalImpl
1265         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getModal()
1266         * @generated
1267         */
1268        int MODAL = 9;
1269
1270        /**
1271         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
1272         * <!-- begin-user-doc -->
1273         * <!-- end-user-doc -->
1274         * @generated
1275         * @ordered
1276         */
1277        int MODAL__MARKERS = BOOTSTRAP_ELEMENT__MARKERS;
1278
1279        /**
1280         * The feature id for the '<em><b>Uris</b></em>' attribute list.
1281         * <!-- begin-user-doc -->
1282         * <!-- end-user-doc -->
1283         * @generated
1284         * @ordered
1285         */
1286        int MODAL__URIS = BOOTSTRAP_ELEMENT__URIS;
1287
1288        /**
1289         * The feature id for the '<em><b>Description</b></em>' attribute.
1290         * <!-- begin-user-doc -->
1291         * <!-- end-user-doc -->
1292         * @generated
1293         * @ordered
1294         */
1295        int MODAL__DESCRIPTION = BOOTSTRAP_ELEMENT__DESCRIPTION;
1296
1297        /**
1298         * The feature id for the '<em><b>Uuid</b></em>' attribute.
1299         * <!-- begin-user-doc -->
1300         * <!-- end-user-doc -->
1301         * @generated
1302         * @ordered
1303         */
1304        int MODAL__UUID = BOOTSTRAP_ELEMENT__UUID;
1305
1306        /**
1307         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
1308         * <!-- begin-user-doc -->
1309         * <!-- end-user-doc -->
1310         * @generated
1311         * @ordered
1312         */
1313        int MODAL__ACTION_PROTOTYPE = BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE;
1314
1315        /**
1316         * The feature id for the '<em><b>Representations</b></em>' map.
1317         * <!-- begin-user-doc -->
1318         * <!-- end-user-doc -->
1319         * @generated
1320         * @ordered
1321         */
1322        int MODAL__REPRESENTATIONS = BOOTSTRAP_ELEMENT__REPRESENTATIONS;
1323
1324        /**
1325         * The feature id for the '<em><b>Attributes</b></em>' map.
1326         * <!-- begin-user-doc -->
1327         * <!-- end-user-doc -->
1328         * @generated
1329         * @ordered
1330         */
1331        int MODAL__ATTRIBUTES = BOOTSTRAP_ELEMENT__ATTRIBUTES;
1332
1333        /**
1334         * The feature id for the '<em><b>Content</b></em>' containment reference list.
1335         * <!-- begin-user-doc -->
1336         * <!-- end-user-doc -->
1337         * @generated
1338         * @ordered
1339         */
1340        int MODAL__CONTENT = BOOTSTRAP_ELEMENT__CONTENT;
1341
1342        /**
1343         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
1344         * <!-- begin-user-doc -->
1345         * <!-- end-user-doc -->
1346         * @generated
1347         * @ordered
1348         */
1349        int MODAL__APPEARANCE = BOOTSTRAP_ELEMENT__APPEARANCE;
1350
1351        /**
1352         * The feature id for the '<em><b>Header</b></em>' containment reference.
1353         * <!-- begin-user-doc -->
1354         * <!-- end-user-doc -->
1355         * @generated
1356         * @ordered
1357         */
1358        int MODAL__HEADER = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
1359
1360        /**
1361         * The feature id for the '<em><b>Body</b></em>' containment reference.
1362         * <!-- begin-user-doc -->
1363         * <!-- end-user-doc -->
1364         * @generated
1365         * @ordered
1366         */
1367        int MODAL__BODY = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
1368
1369        /**
1370         * The feature id for the '<em><b>Footer</b></em>' containment reference.
1371         * <!-- begin-user-doc -->
1372         * <!-- end-user-doc -->
1373         * @generated
1374         * @ordered
1375         */
1376        int MODAL__FOOTER = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 2;
1377
1378        /**
1379         * The feature id for the '<em><b>Dismisser</b></em>' attribute.
1380         * <!-- begin-user-doc -->
1381         * <!-- end-user-doc -->
1382         * @generated
1383         * @ordered
1384         */
1385        int MODAL__DISMISSER = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 3;
1386
1387        /**
1388         * The feature id for the '<em><b>Scrollable</b></em>' attribute.
1389         * <!-- begin-user-doc -->
1390         * <!-- end-user-doc -->
1391         * @generated
1392         * @ordered
1393         */
1394        int MODAL__SCROLLABLE = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 4;
1395
1396        /**
1397         * The feature id for the '<em><b>Centered</b></em>' attribute.
1398         * <!-- begin-user-doc -->
1399         * <!-- end-user-doc -->
1400         * @generated
1401         * @ordered
1402         */
1403        int MODAL__CENTERED = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 5;
1404
1405        /**
1406         * The feature id for the '<em><b>Size</b></em>' attribute.
1407         * <!-- begin-user-doc -->
1408         * <!-- end-user-doc -->
1409         * @generated
1410         * @ordered
1411         */
1412        int MODAL__SIZE = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 6;
1413
1414        /**
1415         * The number of structural features of the '<em>Modal</em>' class.
1416         * <!-- begin-user-doc -->
1417         * <!-- end-user-doc -->
1418         * @generated
1419         * @ordered
1420         */
1421        int MODAL_FEATURE_COUNT = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 7;
1422
1423        /**
1424         * The number of operations of the '<em>Modal</em>' class.
1425         * <!-- begin-user-doc -->
1426         * <!-- end-user-doc -->
1427         * @generated
1428         * @ordered
1429         */
1430        int MODAL_OPERATION_COUNT = BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
1431
1432        /**
1433         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
1434         * <!-- begin-user-doc -->
1435         * <!-- end-user-doc -->
1436         * @generated
1437         * @ordered
1438         */
1439        int DIV__MARKERS = TAG__MARKERS;
1440
1441        /**
1442         * The feature id for the '<em><b>Uris</b></em>' attribute list.
1443         * <!-- begin-user-doc -->
1444         * <!-- end-user-doc -->
1445         * @generated
1446         * @ordered
1447         */
1448        int DIV__URIS = TAG__URIS;
1449
1450        /**
1451         * The feature id for the '<em><b>Description</b></em>' attribute.
1452         * <!-- begin-user-doc -->
1453         * <!-- end-user-doc -->
1454         * @generated
1455         * @ordered
1456         */
1457        int DIV__DESCRIPTION = TAG__DESCRIPTION;
1458
1459        /**
1460         * The feature id for the '<em><b>Uuid</b></em>' attribute.
1461         * <!-- begin-user-doc -->
1462         * <!-- end-user-doc -->
1463         * @generated
1464         * @ordered
1465         */
1466        int DIV__UUID = TAG__UUID;
1467
1468        /**
1469         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
1470         * <!-- begin-user-doc -->
1471         * <!-- end-user-doc -->
1472         * @generated
1473         * @ordered
1474         */
1475        int DIV__ACTION_PROTOTYPE = TAG__ACTION_PROTOTYPE;
1476
1477        /**
1478         * The feature id for the '<em><b>Representations</b></em>' map.
1479         * <!-- begin-user-doc -->
1480         * <!-- end-user-doc -->
1481         * @generated
1482         * @ordered
1483         */
1484        int DIV__REPRESENTATIONS = TAG__REPRESENTATIONS;
1485
1486        /**
1487         * The feature id for the '<em><b>Attributes</b></em>' map.
1488         * <!-- begin-user-doc -->
1489         * <!-- end-user-doc -->
1490         * @generated
1491         * @ordered
1492         */
1493        int DIV__ATTRIBUTES = TAG__ATTRIBUTES;
1494
1495        /**
1496         * The feature id for the '<em><b>Content</b></em>' containment reference list.
1497         * <!-- begin-user-doc -->
1498         * <!-- end-user-doc -->
1499         * @generated
1500         * @ordered
1501         */
1502        int DIV__CONTENT = TAG__CONTENT;
1503
1504        /**
1505         * The feature id for the '<em><b>Name</b></em>' attribute.
1506         * <!-- begin-user-doc -->
1507         * <!-- end-user-doc -->
1508         * @generated
1509         * @ordered
1510         */
1511        int DIV__NAME = TAG__NAME;
1512
1513        /**
1514         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
1515         * <!-- begin-user-doc -->
1516         * <!-- end-user-doc -->
1517         * @generated
1518         * @ordered
1519         */
1520        int DIV__APPEARANCE = TAG__APPEARANCE;
1521
1522        /**
1523         * The number of structural features of the '<em>Div</em>' class.
1524         * <!-- begin-user-doc -->
1525         * <!-- end-user-doc -->
1526         * @generated
1527         * @ordered
1528         */
1529        int DIV_FEATURE_COUNT = TAG_FEATURE_COUNT + 0;
1530
1531        /**
1532         * The number of operations of the '<em>Div</em>' class.
1533         * <!-- begin-user-doc -->
1534         * <!-- end-user-doc -->
1535         * @generated
1536         * @ordered
1537         */
1538        int DIV_OPERATION_COUNT = TAG_OPERATION_COUNT + 0;
1539
1540        /**
1541         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
1542         * <!-- begin-user-doc -->
1543         * <!-- end-user-doc -->
1544         * @generated
1545         * @ordered
1546         */
1547        int ITEM__MARKERS = NcorePackage.MODEL_ELEMENT__MARKERS;
1548
1549        /**
1550         * The feature id for the '<em><b>Uris</b></em>' attribute list.
1551         * <!-- begin-user-doc -->
1552         * <!-- end-user-doc -->
1553         * @generated
1554         * @ordered
1555         */
1556        int ITEM__URIS = NcorePackage.MODEL_ELEMENT__URIS;
1557
1558        /**
1559         * The feature id for the '<em><b>Description</b></em>' attribute.
1560         * <!-- begin-user-doc -->
1561         * <!-- end-user-doc -->
1562         * @generated
1563         * @ordered
1564         */
1565        int ITEM__DESCRIPTION = NcorePackage.MODEL_ELEMENT__DESCRIPTION;
1566
1567        /**
1568         * The feature id for the '<em><b>Uuid</b></em>' attribute.
1569         * <!-- begin-user-doc -->
1570         * <!-- end-user-doc -->
1571         * @generated
1572         * @ordered
1573         */
1574        int ITEM__UUID = NcorePackage.MODEL_ELEMENT__UUID;
1575
1576        /**
1577         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
1578         * <!-- begin-user-doc -->
1579         * <!-- end-user-doc -->
1580         * @generated
1581         * @ordered
1582         */
1583        int ITEM__ACTION_PROTOTYPE = NcorePackage.MODEL_ELEMENT__ACTION_PROTOTYPE;
1584
1585        /**
1586         * The feature id for the '<em><b>Representations</b></em>' map.
1587         * <!-- begin-user-doc -->
1588         * <!-- end-user-doc -->
1589         * @generated
1590         * @ordered
1591         */
1592        int ITEM__REPRESENTATIONS = NcorePackage.MODEL_ELEMENT__REPRESENTATIONS;
1593
1594        /**
1595         * The feature id for the '<em><b>Active</b></em>' attribute.
1596         * <!-- begin-user-doc -->
1597         * <!-- end-user-doc -->
1598         * @generated
1599         * @ordered
1600         */
1601        int ITEM__ACTIVE = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 0;
1602
1603        /**
1604         * The feature id for the '<em><b>Disabled</b></em>' attribute.
1605         * <!-- begin-user-doc -->
1606         * <!-- end-user-doc -->
1607         * @generated
1608         * @ordered
1609         */
1610        int ITEM__DISABLED = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 1;
1611
1612        /**
1613         * The feature id for the '<em><b>Color</b></em>' attribute.
1614         * <!-- begin-user-doc -->
1615         * <!-- end-user-doc -->
1616         * @generated
1617         * @ordered
1618         */
1619        int ITEM__COLOR = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 2;
1620
1621        /**
1622         * The number of structural features of the '<em>Item</em>' class.
1623         * <!-- begin-user-doc -->
1624         * <!-- end-user-doc -->
1625         * @generated
1626         * @ordered
1627         */
1628        int ITEM_FEATURE_COUNT = NcorePackage.MODEL_ELEMENT_FEATURE_COUNT + 3;
1629
1630        /**
1631         * The number of operations of the '<em>Item</em>' class.
1632         * <!-- begin-user-doc -->
1633         * <!-- end-user-doc -->
1634         * @generated
1635         * @ordered
1636         */
1637        int ITEM_OPERATION_COUNT = NcorePackage.MODEL_ELEMENT_OPERATION_COUNT + 0;
1638
1639        /**
1640         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
1641         * <!-- begin-user-doc -->
1642         * <!-- end-user-doc -->
1643         * @generated
1644         * @ordered
1645         */
1646        int ACTION_GROUP_ITEM__MARKERS = ITEM__MARKERS;
1647
1648        /**
1649         * The feature id for the '<em><b>Uris</b></em>' attribute list.
1650         * <!-- begin-user-doc -->
1651         * <!-- end-user-doc -->
1652         * @generated
1653         * @ordered
1654         */
1655        int ACTION_GROUP_ITEM__URIS = ITEM__URIS;
1656
1657        /**
1658         * The feature id for the '<em><b>Description</b></em>' attribute.
1659         * <!-- begin-user-doc -->
1660         * <!-- end-user-doc -->
1661         * @generated
1662         * @ordered
1663         */
1664        int ACTION_GROUP_ITEM__DESCRIPTION = ITEM__DESCRIPTION;
1665
1666        /**
1667         * The feature id for the '<em><b>Uuid</b></em>' attribute.
1668         * <!-- begin-user-doc -->
1669         * <!-- end-user-doc -->
1670         * @generated
1671         * @ordered
1672         */
1673        int ACTION_GROUP_ITEM__UUID = ITEM__UUID;
1674
1675        /**
1676         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
1677         * <!-- begin-user-doc -->
1678         * <!-- end-user-doc -->
1679         * @generated
1680         * @ordered
1681         */
1682        int ACTION_GROUP_ITEM__ACTION_PROTOTYPE = ITEM__ACTION_PROTOTYPE;
1683
1684        /**
1685         * The feature id for the '<em><b>Representations</b></em>' map.
1686         * <!-- begin-user-doc -->
1687         * <!-- end-user-doc -->
1688         * @generated
1689         * @ordered
1690         */
1691        int ACTION_GROUP_ITEM__REPRESENTATIONS = ITEM__REPRESENTATIONS;
1692
1693        /**
1694         * The feature id for the '<em><b>Active</b></em>' attribute.
1695         * <!-- begin-user-doc -->
1696         * <!-- end-user-doc -->
1697         * @generated
1698         * @ordered
1699         */
1700        int ACTION_GROUP_ITEM__ACTIVE = ITEM__ACTIVE;
1701
1702        /**
1703         * The feature id for the '<em><b>Disabled</b></em>' attribute.
1704         * <!-- begin-user-doc -->
1705         * <!-- end-user-doc -->
1706         * @generated
1707         * @ordered
1708         */
1709        int ACTION_GROUP_ITEM__DISABLED = ITEM__DISABLED;
1710
1711        /**
1712         * The feature id for the '<em><b>Color</b></em>' attribute.
1713         * <!-- begin-user-doc -->
1714         * <!-- end-user-doc -->
1715         * @generated
1716         * @ordered
1717         */
1718        int ACTION_GROUP_ITEM__COLOR = ITEM__COLOR;
1719
1720        /**
1721         * The feature id for the '<em><b>Name</b></em>' containment reference list.
1722         * <!-- begin-user-doc -->
1723         * <!-- end-user-doc -->
1724         * @generated
1725         * @ordered
1726         */
1727        int ACTION_GROUP_ITEM__NAME = ITEM_FEATURE_COUNT + 0;
1728
1729        /**
1730         * The number of structural features of the '<em>Action Group Item</em>' class.
1731         * <!-- begin-user-doc -->
1732         * <!-- end-user-doc -->
1733         * @generated
1734         * @ordered
1735         */
1736        int ACTION_GROUP_ITEM_FEATURE_COUNT = ITEM_FEATURE_COUNT + 1;
1737
1738        /**
1739         * The number of operations of the '<em>Action Group Item</em>' class.
1740         * <!-- begin-user-doc -->
1741         * <!-- end-user-doc -->
1742         * @generated
1743         * @ordered
1744         */
1745        int ACTION_GROUP_ITEM_OPERATION_COUNT = ITEM_OPERATION_COUNT + 0;
1746
1747        /**
1748         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
1749         * <!-- begin-user-doc -->
1750         * <!-- end-user-doc -->
1751         * @generated
1752         * @ordered
1753         */
1754        int LINK_ACTION_GROUP_ITEM__MARKERS = ACTION_GROUP_ITEM__MARKERS;
1755
1756        /**
1757         * The feature id for the '<em><b>Uris</b></em>' attribute list.
1758         * <!-- begin-user-doc -->
1759         * <!-- end-user-doc -->
1760         * @generated
1761         * @ordered
1762         */
1763        int LINK_ACTION_GROUP_ITEM__URIS = ACTION_GROUP_ITEM__URIS;
1764
1765        /**
1766         * The feature id for the '<em><b>Description</b></em>' attribute.
1767         * <!-- begin-user-doc -->
1768         * <!-- end-user-doc -->
1769         * @generated
1770         * @ordered
1771         */
1772        int LINK_ACTION_GROUP_ITEM__DESCRIPTION = ACTION_GROUP_ITEM__DESCRIPTION;
1773
1774        /**
1775         * The feature id for the '<em><b>Uuid</b></em>' attribute.
1776         * <!-- begin-user-doc -->
1777         * <!-- end-user-doc -->
1778         * @generated
1779         * @ordered
1780         */
1781        int LINK_ACTION_GROUP_ITEM__UUID = ACTION_GROUP_ITEM__UUID;
1782
1783        /**
1784         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
1785         * <!-- begin-user-doc -->
1786         * <!-- end-user-doc -->
1787         * @generated
1788         * @ordered
1789         */
1790        int LINK_ACTION_GROUP_ITEM__ACTION_PROTOTYPE = ACTION_GROUP_ITEM__ACTION_PROTOTYPE;
1791
1792        /**
1793         * The feature id for the '<em><b>Representations</b></em>' map.
1794         * <!-- begin-user-doc -->
1795         * <!-- end-user-doc -->
1796         * @generated
1797         * @ordered
1798         */
1799        int LINK_ACTION_GROUP_ITEM__REPRESENTATIONS = ACTION_GROUP_ITEM__REPRESENTATIONS;
1800
1801        /**
1802         * The feature id for the '<em><b>Active</b></em>' attribute.
1803         * <!-- begin-user-doc -->
1804         * <!-- end-user-doc -->
1805         * @generated
1806         * @ordered
1807         */
1808        int LINK_ACTION_GROUP_ITEM__ACTIVE = ACTION_GROUP_ITEM__ACTIVE;
1809
1810        /**
1811         * The feature id for the '<em><b>Disabled</b></em>' attribute.
1812         * <!-- begin-user-doc -->
1813         * <!-- end-user-doc -->
1814         * @generated
1815         * @ordered
1816         */
1817        int LINK_ACTION_GROUP_ITEM__DISABLED = ACTION_GROUP_ITEM__DISABLED;
1818
1819        /**
1820         * The feature id for the '<em><b>Color</b></em>' attribute.
1821         * <!-- begin-user-doc -->
1822         * <!-- end-user-doc -->
1823         * @generated
1824         * @ordered
1825         */
1826        int LINK_ACTION_GROUP_ITEM__COLOR = ACTION_GROUP_ITEM__COLOR;
1827
1828        /**
1829         * The feature id for the '<em><b>Name</b></em>' containment reference list.
1830         * <!-- begin-user-doc -->
1831         * <!-- end-user-doc -->
1832         * @generated
1833         * @ordered
1834         */
1835        int LINK_ACTION_GROUP_ITEM__NAME = ACTION_GROUP_ITEM__NAME;
1836
1837        /**
1838         * The feature id for the '<em><b>Url</b></em>' attribute.
1839         * <!-- begin-user-doc -->
1840         * <!-- end-user-doc -->
1841         * @generated
1842         * @ordered
1843         */
1844        int LINK_ACTION_GROUP_ITEM__URL = ACTION_GROUP_ITEM_FEATURE_COUNT + 0;
1845
1846        /**
1847         * The number of structural features of the '<em>Link Action Group Item</em>' class.
1848         * <!-- begin-user-doc -->
1849         * <!-- end-user-doc -->
1850         * @generated
1851         * @ordered
1852         */
1853        int LINK_ACTION_GROUP_ITEM_FEATURE_COUNT = ACTION_GROUP_ITEM_FEATURE_COUNT + 1;
1854
1855        /**
1856         * The number of operations of the '<em>Link Action Group Item</em>' class.
1857         * <!-- begin-user-doc -->
1858         * <!-- end-user-doc -->
1859         * @generated
1860         * @ordered
1861         */
1862        int LINK_ACTION_GROUP_ITEM_OPERATION_COUNT = ACTION_GROUP_ITEM_OPERATION_COUNT + 0;
1863
1864        /**
1865         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
1866         * <!-- begin-user-doc -->
1867         * <!-- end-user-doc -->
1868         * @generated
1869         * @ordered
1870         */
1871        int CONTENT_ACTION_GROUP_ITEM__MARKERS = ACTION_GROUP_ITEM__MARKERS;
1872
1873        /**
1874         * The feature id for the '<em><b>Uris</b></em>' attribute list.
1875         * <!-- begin-user-doc -->
1876         * <!-- end-user-doc -->
1877         * @generated
1878         * @ordered
1879         */
1880        int CONTENT_ACTION_GROUP_ITEM__URIS = ACTION_GROUP_ITEM__URIS;
1881
1882        /**
1883         * The feature id for the '<em><b>Description</b></em>' attribute.
1884         * <!-- begin-user-doc -->
1885         * <!-- end-user-doc -->
1886         * @generated
1887         * @ordered
1888         */
1889        int CONTENT_ACTION_GROUP_ITEM__DESCRIPTION = ACTION_GROUP_ITEM__DESCRIPTION;
1890
1891        /**
1892         * The feature id for the '<em><b>Uuid</b></em>' attribute.
1893         * <!-- begin-user-doc -->
1894         * <!-- end-user-doc -->
1895         * @generated
1896         * @ordered
1897         */
1898        int CONTENT_ACTION_GROUP_ITEM__UUID = ACTION_GROUP_ITEM__UUID;
1899
1900        /**
1901         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
1902         * <!-- begin-user-doc -->
1903         * <!-- end-user-doc -->
1904         * @generated
1905         * @ordered
1906         */
1907        int CONTENT_ACTION_GROUP_ITEM__ACTION_PROTOTYPE = ACTION_GROUP_ITEM__ACTION_PROTOTYPE;
1908
1909        /**
1910         * The feature id for the '<em><b>Representations</b></em>' map.
1911         * <!-- begin-user-doc -->
1912         * <!-- end-user-doc -->
1913         * @generated
1914         * @ordered
1915         */
1916        int CONTENT_ACTION_GROUP_ITEM__REPRESENTATIONS = ACTION_GROUP_ITEM__REPRESENTATIONS;
1917
1918        /**
1919         * The feature id for the '<em><b>Active</b></em>' attribute.
1920         * <!-- begin-user-doc -->
1921         * <!-- end-user-doc -->
1922         * @generated
1923         * @ordered
1924         */
1925        int CONTENT_ACTION_GROUP_ITEM__ACTIVE = ACTION_GROUP_ITEM__ACTIVE;
1926
1927        /**
1928         * The feature id for the '<em><b>Disabled</b></em>' attribute.
1929         * <!-- begin-user-doc -->
1930         * <!-- end-user-doc -->
1931         * @generated
1932         * @ordered
1933         */
1934        int CONTENT_ACTION_GROUP_ITEM__DISABLED = ACTION_GROUP_ITEM__DISABLED;
1935
1936        /**
1937         * The feature id for the '<em><b>Color</b></em>' attribute.
1938         * <!-- begin-user-doc -->
1939         * <!-- end-user-doc -->
1940         * @generated
1941         * @ordered
1942         */
1943        int CONTENT_ACTION_GROUP_ITEM__COLOR = ACTION_GROUP_ITEM__COLOR;
1944
1945        /**
1946         * The feature id for the '<em><b>Name</b></em>' containment reference list.
1947         * <!-- begin-user-doc -->
1948         * <!-- end-user-doc -->
1949         * @generated
1950         * @ordered
1951         */
1952        int CONTENT_ACTION_GROUP_ITEM__NAME = ACTION_GROUP_ITEM__NAME;
1953
1954        /**
1955         * The feature id for the '<em><b>Content</b></em>' containment reference list.
1956         * <!-- begin-user-doc -->
1957         * <!-- end-user-doc -->
1958         * @generated
1959         * @ordered
1960         */
1961        int CONTENT_ACTION_GROUP_ITEM__CONTENT = ACTION_GROUP_ITEM_FEATURE_COUNT + 0;
1962
1963        /**
1964         * The number of structural features of the '<em>Content Action Group Item</em>' class.
1965         * <!-- begin-user-doc -->
1966         * <!-- end-user-doc -->
1967         * @generated
1968         * @ordered
1969         */
1970        int CONTENT_ACTION_GROUP_ITEM_FEATURE_COUNT = ACTION_GROUP_ITEM_FEATURE_COUNT + 1;
1971
1972        /**
1973         * The number of operations of the '<em>Content Action Group Item</em>' class.
1974         * <!-- begin-user-doc -->
1975         * <!-- end-user-doc -->
1976         * @generated
1977         * @ordered
1978         */
1979        int CONTENT_ACTION_GROUP_ITEM_OPERATION_COUNT = ACTION_GROUP_ITEM_OPERATION_COUNT + 0;
1980
1981        /**
1982         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
1983         * <!-- begin-user-doc -->
1984         * <!-- end-user-doc -->
1985         * @generated
1986         * @ordered
1987         */
1988        int ACTION_GROUP__MARKERS = DIV__MARKERS;
1989
1990        /**
1991         * The feature id for the '<em><b>Uris</b></em>' attribute list.
1992         * <!-- begin-user-doc -->
1993         * <!-- end-user-doc -->
1994         * @generated
1995         * @ordered
1996         */
1997        int ACTION_GROUP__URIS = DIV__URIS;
1998
1999        /**
2000         * The feature id for the '<em><b>Description</b></em>' attribute.
2001         * <!-- begin-user-doc -->
2002         * <!-- end-user-doc -->
2003         * @generated
2004         * @ordered
2005         */
2006        int ACTION_GROUP__DESCRIPTION = DIV__DESCRIPTION;
2007
2008        /**
2009         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2010         * <!-- begin-user-doc -->
2011         * <!-- end-user-doc -->
2012         * @generated
2013         * @ordered
2014         */
2015        int ACTION_GROUP__UUID = DIV__UUID;
2016
2017        /**
2018         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2019         * <!-- begin-user-doc -->
2020         * <!-- end-user-doc -->
2021         * @generated
2022         * @ordered
2023         */
2024        int ACTION_GROUP__ACTION_PROTOTYPE = DIV__ACTION_PROTOTYPE;
2025
2026        /**
2027         * The feature id for the '<em><b>Representations</b></em>' map.
2028         * <!-- begin-user-doc -->
2029         * <!-- end-user-doc -->
2030         * @generated
2031         * @ordered
2032         */
2033        int ACTION_GROUP__REPRESENTATIONS = DIV__REPRESENTATIONS;
2034
2035        /**
2036         * The feature id for the '<em><b>Attributes</b></em>' map.
2037         * <!-- begin-user-doc -->
2038         * <!-- end-user-doc -->
2039         * @generated
2040         * @ordered
2041         */
2042        int ACTION_GROUP__ATTRIBUTES = DIV__ATTRIBUTES;
2043
2044        /**
2045         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2046         * <!-- begin-user-doc -->
2047         * <!-- end-user-doc -->
2048         * @generated
2049         * @ordered
2050         */
2051        int ACTION_GROUP__CONTENT = DIV__CONTENT;
2052
2053        /**
2054         * The feature id for the '<em><b>Name</b></em>' attribute.
2055         * <!-- begin-user-doc -->
2056         * <!-- end-user-doc -->
2057         * @generated
2058         * @ordered
2059         */
2060        int ACTION_GROUP__NAME = DIV__NAME;
2061
2062        /**
2063         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2064         * <!-- begin-user-doc -->
2065         * <!-- end-user-doc -->
2066         * @generated
2067         * @ordered
2068         */
2069        int ACTION_GROUP__APPEARANCE = DIV__APPEARANCE;
2070
2071        /**
2072         * The feature id for the '<em><b>Flush</b></em>' attribute.
2073         * <!-- begin-user-doc -->
2074         * <!-- end-user-doc -->
2075         * @generated
2076         * @ordered
2077         */
2078        int ACTION_GROUP__FLUSH = DIV_FEATURE_COUNT + 0;
2079
2080        /**
2081         * The feature id for the '<em><b>Items</b></em>' containment reference list.
2082         * <!-- begin-user-doc -->
2083         * <!-- end-user-doc -->
2084         * @generated
2085         * @ordered
2086         */
2087        int ACTION_GROUP__ITEMS = DIV_FEATURE_COUNT + 1;
2088
2089        /**
2090         * The number of structural features of the '<em>Action Group</em>' class.
2091         * <!-- begin-user-doc -->
2092         * <!-- end-user-doc -->
2093         * @generated
2094         * @ordered
2095         */
2096        int ACTION_GROUP_FEATURE_COUNT = DIV_FEATURE_COUNT + 2;
2097
2098        /**
2099         * The number of operations of the '<em>Action Group</em>' class.
2100         * <!-- begin-user-doc -->
2101         * <!-- end-user-doc -->
2102         * @generated
2103         * @ordered
2104         */
2105        int ACTION_GROUP_OPERATION_COUNT = DIV_OPERATION_COUNT + 0;
2106
2107        /**
2108         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
2109         * <!-- begin-user-doc -->
2110         * <!-- end-user-doc -->
2111         * @generated
2112         * @ordered
2113         */
2114        int CONTAINER__MARKERS = BOOTSTRAP_ELEMENT__MARKERS;
2115
2116        /**
2117         * The feature id for the '<em><b>Uris</b></em>' attribute list.
2118         * <!-- begin-user-doc -->
2119         * <!-- end-user-doc -->
2120         * @generated
2121         * @ordered
2122         */
2123        int CONTAINER__URIS = BOOTSTRAP_ELEMENT__URIS;
2124
2125        /**
2126         * The feature id for the '<em><b>Description</b></em>' attribute.
2127         * <!-- begin-user-doc -->
2128         * <!-- end-user-doc -->
2129         * @generated
2130         * @ordered
2131         */
2132        int CONTAINER__DESCRIPTION = BOOTSTRAP_ELEMENT__DESCRIPTION;
2133
2134        /**
2135         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2136         * <!-- begin-user-doc -->
2137         * <!-- end-user-doc -->
2138         * @generated
2139         * @ordered
2140         */
2141        int CONTAINER__UUID = BOOTSTRAP_ELEMENT__UUID;
2142
2143        /**
2144         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2145         * <!-- begin-user-doc -->
2146         * <!-- end-user-doc -->
2147         * @generated
2148         * @ordered
2149         */
2150        int CONTAINER__ACTION_PROTOTYPE = BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE;
2151
2152        /**
2153         * The feature id for the '<em><b>Representations</b></em>' map.
2154         * <!-- begin-user-doc -->
2155         * <!-- end-user-doc -->
2156         * @generated
2157         * @ordered
2158         */
2159        int CONTAINER__REPRESENTATIONS = BOOTSTRAP_ELEMENT__REPRESENTATIONS;
2160
2161        /**
2162         * The feature id for the '<em><b>Attributes</b></em>' map.
2163         * <!-- begin-user-doc -->
2164         * <!-- end-user-doc -->
2165         * @generated
2166         * @ordered
2167         */
2168        int CONTAINER__ATTRIBUTES = BOOTSTRAP_ELEMENT__ATTRIBUTES;
2169
2170        /**
2171         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2172         * <!-- begin-user-doc -->
2173         * <!-- end-user-doc -->
2174         * @generated
2175         * @ordered
2176         */
2177        int CONTAINER__CONTENT = BOOTSTRAP_ELEMENT__CONTENT;
2178
2179        /**
2180         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2181         * <!-- begin-user-doc -->
2182         * <!-- end-user-doc -->
2183         * @generated
2184         * @ordered
2185         */
2186        int CONTAINER__APPEARANCE = BOOTSTRAP_ELEMENT__APPEARANCE;
2187
2188        /**
2189         * The feature id for the '<em><b>Rows</b></em>' containment reference list.
2190         * <!-- begin-user-doc -->
2191         * <!-- end-user-doc -->
2192         * @generated
2193         * @ordered
2194         */
2195        int CONTAINER__ROWS = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
2196
2197        /**
2198         * The feature id for the '<em><b>Fluid</b></em>' attribute.
2199         * <!-- begin-user-doc -->
2200         * <!-- end-user-doc -->
2201         * @generated
2202         * @ordered
2203         */
2204        int CONTAINER__FLUID = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
2205
2206        /**
2207         * The number of structural features of the '<em>Container</em>' class.
2208         * <!-- begin-user-doc -->
2209         * <!-- end-user-doc -->
2210         * @generated
2211         * @ordered
2212         */
2213        int CONTAINER_FEATURE_COUNT = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 2;
2214
2215        /**
2216         * The number of operations of the '<em>Container</em>' class.
2217         * <!-- begin-user-doc -->
2218         * <!-- end-user-doc -->
2219         * @generated
2220         * @ordered
2221         */
2222        int CONTAINER_OPERATION_COUNT = BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
2223
2224        /**
2225         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
2226         * <!-- begin-user-doc -->
2227         * <!-- end-user-doc -->
2228         * @generated
2229         * @ordered
2230         */
2231        int ROW__MARKERS = BOOTSTRAP_ELEMENT__MARKERS;
2232
2233        /**
2234         * The feature id for the '<em><b>Uris</b></em>' attribute list.
2235         * <!-- begin-user-doc -->
2236         * <!-- end-user-doc -->
2237         * @generated
2238         * @ordered
2239         */
2240        int ROW__URIS = BOOTSTRAP_ELEMENT__URIS;
2241
2242        /**
2243         * The feature id for the '<em><b>Description</b></em>' attribute.
2244         * <!-- begin-user-doc -->
2245         * <!-- end-user-doc -->
2246         * @generated
2247         * @ordered
2248         */
2249        int ROW__DESCRIPTION = BOOTSTRAP_ELEMENT__DESCRIPTION;
2250
2251        /**
2252         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2253         * <!-- begin-user-doc -->
2254         * <!-- end-user-doc -->
2255         * @generated
2256         * @ordered
2257         */
2258        int ROW__UUID = BOOTSTRAP_ELEMENT__UUID;
2259
2260        /**
2261         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2262         * <!-- begin-user-doc -->
2263         * <!-- end-user-doc -->
2264         * @generated
2265         * @ordered
2266         */
2267        int ROW__ACTION_PROTOTYPE = BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE;
2268
2269        /**
2270         * The feature id for the '<em><b>Representations</b></em>' map.
2271         * <!-- begin-user-doc -->
2272         * <!-- end-user-doc -->
2273         * @generated
2274         * @ordered
2275         */
2276        int ROW__REPRESENTATIONS = BOOTSTRAP_ELEMENT__REPRESENTATIONS;
2277
2278        /**
2279         * The feature id for the '<em><b>Attributes</b></em>' map.
2280         * <!-- begin-user-doc -->
2281         * <!-- end-user-doc -->
2282         * @generated
2283         * @ordered
2284         */
2285        int ROW__ATTRIBUTES = BOOTSTRAP_ELEMENT__ATTRIBUTES;
2286
2287        /**
2288         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2289         * <!-- begin-user-doc -->
2290         * <!-- end-user-doc -->
2291         * @generated
2292         * @ordered
2293         */
2294        int ROW__CONTENT = BOOTSTRAP_ELEMENT__CONTENT;
2295
2296        /**
2297         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2298         * <!-- begin-user-doc -->
2299         * <!-- end-user-doc -->
2300         * @generated
2301         * @ordered
2302         */
2303        int ROW__APPEARANCE = BOOTSTRAP_ELEMENT__APPEARANCE;
2304
2305        /**
2306         * The feature id for the '<em><b>Columns</b></em>' containment reference list.
2307         * <!-- begin-user-doc -->
2308         * <!-- end-user-doc -->
2309         * @generated
2310         * @ordered
2311         */
2312        int ROW__COLUMNS = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
2313
2314        /**
2315         * The number of structural features of the '<em>Row</em>' class.
2316         * <!-- begin-user-doc -->
2317         * <!-- end-user-doc -->
2318         * @generated
2319         * @ordered
2320         */
2321        int ROW_FEATURE_COUNT = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
2322
2323        /**
2324         * The number of operations of the '<em>Row</em>' class.
2325         * <!-- begin-user-doc -->
2326         * <!-- end-user-doc -->
2327         * @generated
2328         * @ordered
2329         */
2330        int ROW_OPERATION_COUNT = BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
2331
2332        /**
2333         * The feature id for the '<em><b>Breakpoint</b></em>' attribute.
2334         * <!-- begin-user-doc -->
2335         * <!-- end-user-doc -->
2336         * @generated
2337         * @ordered
2338         */
2339        int COLUMN_WIDTH__BREAKPOINT = 0;
2340
2341        /**
2342         * The feature id for the '<em><b>Width</b></em>' attribute.
2343         * <!-- begin-user-doc -->
2344         * <!-- end-user-doc -->
2345         * @generated
2346         * @ordered
2347         */
2348        int COLUMN_WIDTH__WIDTH = 1;
2349
2350        /**
2351         * The number of structural features of the '<em>Column Width</em>' class.
2352         * <!-- begin-user-doc -->
2353         * <!-- end-user-doc -->
2354         * @generated
2355         * @ordered
2356         */
2357        int COLUMN_WIDTH_FEATURE_COUNT = 2;
2358
2359        /**
2360         * The number of operations of the '<em>Column Width</em>' class.
2361         * <!-- begin-user-doc -->
2362         * <!-- end-user-doc -->
2363         * @generated
2364         * @ordered
2365         */
2366        int COLUMN_WIDTH_OPERATION_COUNT = 0;
2367
2368        /**
2369         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
2370         * <!-- begin-user-doc -->
2371         * <!-- end-user-doc -->
2372         * @generated
2373         * @ordered
2374         */
2375        int COLUMN__MARKERS = BOOTSTRAP_ELEMENT__MARKERS;
2376
2377        /**
2378         * The feature id for the '<em><b>Uris</b></em>' attribute list.
2379         * <!-- begin-user-doc -->
2380         * <!-- end-user-doc -->
2381         * @generated
2382         * @ordered
2383         */
2384        int COLUMN__URIS = BOOTSTRAP_ELEMENT__URIS;
2385
2386        /**
2387         * The feature id for the '<em><b>Description</b></em>' attribute.
2388         * <!-- begin-user-doc -->
2389         * <!-- end-user-doc -->
2390         * @generated
2391         * @ordered
2392         */
2393        int COLUMN__DESCRIPTION = BOOTSTRAP_ELEMENT__DESCRIPTION;
2394
2395        /**
2396         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2397         * <!-- begin-user-doc -->
2398         * <!-- end-user-doc -->
2399         * @generated
2400         * @ordered
2401         */
2402        int COLUMN__UUID = BOOTSTRAP_ELEMENT__UUID;
2403
2404        /**
2405         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2406         * <!-- begin-user-doc -->
2407         * <!-- end-user-doc -->
2408         * @generated
2409         * @ordered
2410         */
2411        int COLUMN__ACTION_PROTOTYPE = BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE;
2412
2413        /**
2414         * The feature id for the '<em><b>Representations</b></em>' map.
2415         * <!-- begin-user-doc -->
2416         * <!-- end-user-doc -->
2417         * @generated
2418         * @ordered
2419         */
2420        int COLUMN__REPRESENTATIONS = BOOTSTRAP_ELEMENT__REPRESENTATIONS;
2421
2422        /**
2423         * The feature id for the '<em><b>Attributes</b></em>' map.
2424         * <!-- begin-user-doc -->
2425         * <!-- end-user-doc -->
2426         * @generated
2427         * @ordered
2428         */
2429        int COLUMN__ATTRIBUTES = BOOTSTRAP_ELEMENT__ATTRIBUTES;
2430
2431        /**
2432         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2433         * <!-- begin-user-doc -->
2434         * <!-- end-user-doc -->
2435         * @generated
2436         * @ordered
2437         */
2438        int COLUMN__CONTENT = BOOTSTRAP_ELEMENT__CONTENT;
2439
2440        /**
2441         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2442         * <!-- begin-user-doc -->
2443         * <!-- end-user-doc -->
2444         * @generated
2445         * @ordered
2446         */
2447        int COLUMN__APPEARANCE = BOOTSTRAP_ELEMENT__APPEARANCE;
2448
2449        /**
2450         * The feature id for the '<em><b>Width</b></em>' containment reference list.
2451         * <!-- begin-user-doc -->
2452         * <!-- end-user-doc -->
2453         * @generated
2454         * @ordered
2455         */
2456        int COLUMN__WIDTH = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
2457
2458        /**
2459         * The number of structural features of the '<em>Column</em>' class.
2460         * <!-- begin-user-doc -->
2461         * <!-- end-user-doc -->
2462         * @generated
2463         * @ordered
2464         */
2465        int COLUMN_FEATURE_COUNT = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
2466
2467        /**
2468         * The number of operations of the '<em>Column</em>' class.
2469         * <!-- begin-user-doc -->
2470         * <!-- end-user-doc -->
2471         * @generated
2472         * @ordered
2473         */
2474        int COLUMN_OPERATION_COUNT = BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
2475
2476        /**
2477         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
2478         * <!-- begin-user-doc -->
2479         * <!-- end-user-doc -->
2480         * @generated
2481         * @ordered
2482         */
2483        int TABLE_ROW_CONTAINER__MARKERS = BOOTSTRAP_ELEMENT__MARKERS;
2484
2485        /**
2486         * The feature id for the '<em><b>Uris</b></em>' attribute list.
2487         * <!-- begin-user-doc -->
2488         * <!-- end-user-doc -->
2489         * @generated
2490         * @ordered
2491         */
2492        int TABLE_ROW_CONTAINER__URIS = BOOTSTRAP_ELEMENT__URIS;
2493
2494        /**
2495         * The feature id for the '<em><b>Description</b></em>' attribute.
2496         * <!-- begin-user-doc -->
2497         * <!-- end-user-doc -->
2498         * @generated
2499         * @ordered
2500         */
2501        int TABLE_ROW_CONTAINER__DESCRIPTION = BOOTSTRAP_ELEMENT__DESCRIPTION;
2502
2503        /**
2504         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2505         * <!-- begin-user-doc -->
2506         * <!-- end-user-doc -->
2507         * @generated
2508         * @ordered
2509         */
2510        int TABLE_ROW_CONTAINER__UUID = BOOTSTRAP_ELEMENT__UUID;
2511
2512        /**
2513         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2514         * <!-- begin-user-doc -->
2515         * <!-- end-user-doc -->
2516         * @generated
2517         * @ordered
2518         */
2519        int TABLE_ROW_CONTAINER__ACTION_PROTOTYPE = BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE;
2520
2521        /**
2522         * The feature id for the '<em><b>Representations</b></em>' map.
2523         * <!-- begin-user-doc -->
2524         * <!-- end-user-doc -->
2525         * @generated
2526         * @ordered
2527         */
2528        int TABLE_ROW_CONTAINER__REPRESENTATIONS = BOOTSTRAP_ELEMENT__REPRESENTATIONS;
2529
2530        /**
2531         * The feature id for the '<em><b>Attributes</b></em>' map.
2532         * <!-- begin-user-doc -->
2533         * <!-- end-user-doc -->
2534         * @generated
2535         * @ordered
2536         */
2537        int TABLE_ROW_CONTAINER__ATTRIBUTES = BOOTSTRAP_ELEMENT__ATTRIBUTES;
2538
2539        /**
2540         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2541         * <!-- begin-user-doc -->
2542         * <!-- end-user-doc -->
2543         * @generated
2544         * @ordered
2545         */
2546        int TABLE_ROW_CONTAINER__CONTENT = BOOTSTRAP_ELEMENT__CONTENT;
2547
2548        /**
2549         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2550         * <!-- begin-user-doc -->
2551         * <!-- end-user-doc -->
2552         * @generated
2553         * @ordered
2554         */
2555        int TABLE_ROW_CONTAINER__APPEARANCE = BOOTSTRAP_ELEMENT__APPEARANCE;
2556
2557        /**
2558         * The feature id for the '<em><b>Rows</b></em>' containment reference list.
2559         * <!-- begin-user-doc -->
2560         * <!-- end-user-doc -->
2561         * @generated
2562         * @ordered
2563         */
2564        int TABLE_ROW_CONTAINER__ROWS = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
2565
2566        /**
2567         * The number of structural features of the '<em>Table Row Container</em>' class.
2568         * <!-- begin-user-doc -->
2569         * <!-- end-user-doc -->
2570         * @generated
2571         * @ordered
2572         */
2573        int TABLE_ROW_CONTAINER_FEATURE_COUNT = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
2574
2575        /**
2576         * The number of operations of the '<em>Table Row Container</em>' class.
2577         * <!-- begin-user-doc -->
2578         * <!-- end-user-doc -->
2579         * @generated
2580         * @ordered
2581         */
2582        int TABLE_ROW_CONTAINER_OPERATION_COUNT = BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
2583
2584        /**
2585         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
2586         * <!-- begin-user-doc -->
2587         * <!-- end-user-doc -->
2588         * @generated
2589         * @ordered
2590         */
2591        int TABLE_SECTION__MARKERS = TABLE_ROW_CONTAINER__MARKERS;
2592
2593        /**
2594         * The feature id for the '<em><b>Uris</b></em>' attribute list.
2595         * <!-- begin-user-doc -->
2596         * <!-- end-user-doc -->
2597         * @generated
2598         * @ordered
2599         */
2600        int TABLE_SECTION__URIS = TABLE_ROW_CONTAINER__URIS;
2601
2602        /**
2603         * The feature id for the '<em><b>Description</b></em>' attribute.
2604         * <!-- begin-user-doc -->
2605         * <!-- end-user-doc -->
2606         * @generated
2607         * @ordered
2608         */
2609        int TABLE_SECTION__DESCRIPTION = TABLE_ROW_CONTAINER__DESCRIPTION;
2610
2611        /**
2612         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2613         * <!-- begin-user-doc -->
2614         * <!-- end-user-doc -->
2615         * @generated
2616         * @ordered
2617         */
2618        int TABLE_SECTION__UUID = TABLE_ROW_CONTAINER__UUID;
2619
2620        /**
2621         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2622         * <!-- begin-user-doc -->
2623         * <!-- end-user-doc -->
2624         * @generated
2625         * @ordered
2626         */
2627        int TABLE_SECTION__ACTION_PROTOTYPE = TABLE_ROW_CONTAINER__ACTION_PROTOTYPE;
2628
2629        /**
2630         * The feature id for the '<em><b>Representations</b></em>' map.
2631         * <!-- begin-user-doc -->
2632         * <!-- end-user-doc -->
2633         * @generated
2634         * @ordered
2635         */
2636        int TABLE_SECTION__REPRESENTATIONS = TABLE_ROW_CONTAINER__REPRESENTATIONS;
2637
2638        /**
2639         * The feature id for the '<em><b>Attributes</b></em>' map.
2640         * <!-- begin-user-doc -->
2641         * <!-- end-user-doc -->
2642         * @generated
2643         * @ordered
2644         */
2645        int TABLE_SECTION__ATTRIBUTES = TABLE_ROW_CONTAINER__ATTRIBUTES;
2646
2647        /**
2648         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2649         * <!-- begin-user-doc -->
2650         * <!-- end-user-doc -->
2651         * @generated
2652         * @ordered
2653         */
2654        int TABLE_SECTION__CONTENT = TABLE_ROW_CONTAINER__CONTENT;
2655
2656        /**
2657         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2658         * <!-- begin-user-doc -->
2659         * <!-- end-user-doc -->
2660         * @generated
2661         * @ordered
2662         */
2663        int TABLE_SECTION__APPEARANCE = TABLE_ROW_CONTAINER__APPEARANCE;
2664
2665        /**
2666         * The feature id for the '<em><b>Rows</b></em>' containment reference list.
2667         * <!-- begin-user-doc -->
2668         * <!-- end-user-doc -->
2669         * @generated
2670         * @ordered
2671         */
2672        int TABLE_SECTION__ROWS = TABLE_ROW_CONTAINER__ROWS;
2673
2674        /**
2675         * The number of structural features of the '<em>Table Section</em>' class.
2676         * <!-- begin-user-doc -->
2677         * <!-- end-user-doc -->
2678         * @generated
2679         * @ordered
2680         */
2681        int TABLE_SECTION_FEATURE_COUNT = TABLE_ROW_CONTAINER_FEATURE_COUNT + 0;
2682
2683        /**
2684         * The number of operations of the '<em>Table Section</em>' class.
2685         * <!-- begin-user-doc -->
2686         * <!-- end-user-doc -->
2687         * @generated
2688         * @ordered
2689         */
2690        int TABLE_SECTION_OPERATION_COUNT = TABLE_ROW_CONTAINER_OPERATION_COUNT + 0;
2691
2692        /**
2693         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
2694         * <!-- begin-user-doc -->
2695         * <!-- end-user-doc -->
2696         * @generated
2697         * @ordered
2698         */
2699        int TABLE_HEADER__MARKERS = TABLE_SECTION__MARKERS;
2700
2701        /**
2702         * The feature id for the '<em><b>Uris</b></em>' attribute list.
2703         * <!-- begin-user-doc -->
2704         * <!-- end-user-doc -->
2705         * @generated
2706         * @ordered
2707         */
2708        int TABLE_HEADER__URIS = TABLE_SECTION__URIS;
2709
2710        /**
2711         * The feature id for the '<em><b>Description</b></em>' attribute.
2712         * <!-- begin-user-doc -->
2713         * <!-- end-user-doc -->
2714         * @generated
2715         * @ordered
2716         */
2717        int TABLE_HEADER__DESCRIPTION = TABLE_SECTION__DESCRIPTION;
2718
2719        /**
2720         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2721         * <!-- begin-user-doc -->
2722         * <!-- end-user-doc -->
2723         * @generated
2724         * @ordered
2725         */
2726        int TABLE_HEADER__UUID = TABLE_SECTION__UUID;
2727
2728        /**
2729         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2730         * <!-- begin-user-doc -->
2731         * <!-- end-user-doc -->
2732         * @generated
2733         * @ordered
2734         */
2735        int TABLE_HEADER__ACTION_PROTOTYPE = TABLE_SECTION__ACTION_PROTOTYPE;
2736
2737        /**
2738         * The feature id for the '<em><b>Representations</b></em>' map.
2739         * <!-- begin-user-doc -->
2740         * <!-- end-user-doc -->
2741         * @generated
2742         * @ordered
2743         */
2744        int TABLE_HEADER__REPRESENTATIONS = TABLE_SECTION__REPRESENTATIONS;
2745
2746        /**
2747         * The feature id for the '<em><b>Attributes</b></em>' map.
2748         * <!-- begin-user-doc -->
2749         * <!-- end-user-doc -->
2750         * @generated
2751         * @ordered
2752         */
2753        int TABLE_HEADER__ATTRIBUTES = TABLE_SECTION__ATTRIBUTES;
2754
2755        /**
2756         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2757         * <!-- begin-user-doc -->
2758         * <!-- end-user-doc -->
2759         * @generated
2760         * @ordered
2761         */
2762        int TABLE_HEADER__CONTENT = TABLE_SECTION__CONTENT;
2763
2764        /**
2765         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2766         * <!-- begin-user-doc -->
2767         * <!-- end-user-doc -->
2768         * @generated
2769         * @ordered
2770         */
2771        int TABLE_HEADER__APPEARANCE = TABLE_SECTION__APPEARANCE;
2772
2773        /**
2774         * The feature id for the '<em><b>Rows</b></em>' containment reference list.
2775         * <!-- begin-user-doc -->
2776         * <!-- end-user-doc -->
2777         * @generated
2778         * @ordered
2779         */
2780        int TABLE_HEADER__ROWS = TABLE_SECTION__ROWS;
2781
2782        /**
2783         * The feature id for the '<em><b>Dark</b></em>' attribute.
2784         * <!-- begin-user-doc -->
2785         * <!-- end-user-doc -->
2786         * @generated
2787         * @ordered
2788         */
2789        int TABLE_HEADER__DARK = TABLE_SECTION_FEATURE_COUNT + 0;
2790
2791        /**
2792         * The feature id for the '<em><b>Light</b></em>' attribute.
2793         * <!-- begin-user-doc -->
2794         * <!-- end-user-doc -->
2795         * @generated
2796         * @ordered
2797         */
2798        int TABLE_HEADER__LIGHT = TABLE_SECTION_FEATURE_COUNT + 1;
2799
2800        /**
2801         * The number of structural features of the '<em>Table Header</em>' class.
2802         * <!-- begin-user-doc -->
2803         * <!-- end-user-doc -->
2804         * @generated
2805         * @ordered
2806         */
2807        int TABLE_HEADER_FEATURE_COUNT = TABLE_SECTION_FEATURE_COUNT + 2;
2808
2809        /**
2810         * The number of operations of the '<em>Table Header</em>' class.
2811         * <!-- begin-user-doc -->
2812         * <!-- end-user-doc -->
2813         * @generated
2814         * @ordered
2815         */
2816        int TABLE_HEADER_OPERATION_COUNT = TABLE_SECTION_OPERATION_COUNT + 0;
2817
2818        /**
2819         * The feature id for the '<em><b>Dark</b></em>' attribute.
2820         * <!-- begin-user-doc -->
2821         * <!-- end-user-doc -->
2822         * @generated
2823         * @ordered
2824         */
2825        int TABLE_CONFIGURATION__DARK = 0;
2826
2827        /**
2828         * The feature id for the '<em><b>Striped</b></em>' attribute.
2829         * <!-- begin-user-doc -->
2830         * <!-- end-user-doc -->
2831         * @generated
2832         * @ordered
2833         */
2834        int TABLE_CONFIGURATION__STRIPED = 1;
2835
2836        /**
2837         * The feature id for the '<em><b>Bordered</b></em>' attribute.
2838         * <!-- begin-user-doc -->
2839         * <!-- end-user-doc -->
2840         * @generated
2841         * @ordered
2842         */
2843        int TABLE_CONFIGURATION__BORDERED = 2;
2844
2845        /**
2846         * The feature id for the '<em><b>Borderless</b></em>' attribute.
2847         * <!-- begin-user-doc -->
2848         * <!-- end-user-doc -->
2849         * @generated
2850         * @ordered
2851         */
2852        int TABLE_CONFIGURATION__BORDERLESS = 3;
2853
2854        /**
2855         * The feature id for the '<em><b>Hover</b></em>' attribute.
2856         * <!-- begin-user-doc -->
2857         * <!-- end-user-doc -->
2858         * @generated
2859         * @ordered
2860         */
2861        int TABLE_CONFIGURATION__HOVER = 4;
2862
2863        /**
2864         * The feature id for the '<em><b>Small</b></em>' attribute.
2865         * <!-- begin-user-doc -->
2866         * <!-- end-user-doc -->
2867         * @generated
2868         * @ordered
2869         */
2870        int TABLE_CONFIGURATION__SMALL = 5;
2871
2872        /**
2873         * The number of structural features of the '<em>Table Configuration</em>' class.
2874         * <!-- begin-user-doc -->
2875         * <!-- end-user-doc -->
2876         * @generated
2877         * @ordered
2878         */
2879        int TABLE_CONFIGURATION_FEATURE_COUNT = 6;
2880
2881        /**
2882         * The number of operations of the '<em>Table Configuration</em>' class.
2883         * <!-- begin-user-doc -->
2884         * <!-- end-user-doc -->
2885         * @generated
2886         * @ordered
2887         */
2888        int TABLE_CONFIGURATION_OPERATION_COUNT = 0;
2889
2890        /**
2891         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
2892         * <!-- begin-user-doc -->
2893         * <!-- end-user-doc -->
2894         * @generated
2895         * @ordered
2896         */
2897        int TABLE__MARKERS = TABLE_ROW_CONTAINER__MARKERS;
2898
2899        /**
2900         * The feature id for the '<em><b>Uris</b></em>' attribute list.
2901         * <!-- begin-user-doc -->
2902         * <!-- end-user-doc -->
2903         * @generated
2904         * @ordered
2905         */
2906        int TABLE__URIS = TABLE_ROW_CONTAINER__URIS;
2907
2908        /**
2909         * The feature id for the '<em><b>Description</b></em>' attribute.
2910         * <!-- begin-user-doc -->
2911         * <!-- end-user-doc -->
2912         * @generated
2913         * @ordered
2914         */
2915        int TABLE__DESCRIPTION = TABLE_ROW_CONTAINER__DESCRIPTION;
2916
2917        /**
2918         * The feature id for the '<em><b>Uuid</b></em>' attribute.
2919         * <!-- begin-user-doc -->
2920         * <!-- end-user-doc -->
2921         * @generated
2922         * @ordered
2923         */
2924        int TABLE__UUID = TABLE_ROW_CONTAINER__UUID;
2925
2926        /**
2927         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
2928         * <!-- begin-user-doc -->
2929         * <!-- end-user-doc -->
2930         * @generated
2931         * @ordered
2932         */
2933        int TABLE__ACTION_PROTOTYPE = TABLE_ROW_CONTAINER__ACTION_PROTOTYPE;
2934
2935        /**
2936         * The feature id for the '<em><b>Representations</b></em>' map.
2937         * <!-- begin-user-doc -->
2938         * <!-- end-user-doc -->
2939         * @generated
2940         * @ordered
2941         */
2942        int TABLE__REPRESENTATIONS = TABLE_ROW_CONTAINER__REPRESENTATIONS;
2943
2944        /**
2945         * The feature id for the '<em><b>Attributes</b></em>' map.
2946         * <!-- begin-user-doc -->
2947         * <!-- end-user-doc -->
2948         * @generated
2949         * @ordered
2950         */
2951        int TABLE__ATTRIBUTES = TABLE_ROW_CONTAINER__ATTRIBUTES;
2952
2953        /**
2954         * The feature id for the '<em><b>Content</b></em>' containment reference list.
2955         * <!-- begin-user-doc -->
2956         * <!-- end-user-doc -->
2957         * @generated
2958         * @ordered
2959         */
2960        int TABLE__CONTENT = TABLE_ROW_CONTAINER__CONTENT;
2961
2962        /**
2963         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
2964         * <!-- begin-user-doc -->
2965         * <!-- end-user-doc -->
2966         * @generated
2967         * @ordered
2968         */
2969        int TABLE__APPEARANCE = TABLE_ROW_CONTAINER__APPEARANCE;
2970
2971        /**
2972         * The feature id for the '<em><b>Rows</b></em>' containment reference list.
2973         * <!-- begin-user-doc -->
2974         * <!-- end-user-doc -->
2975         * @generated
2976         * @ordered
2977         */
2978        int TABLE__ROWS = TABLE_ROW_CONTAINER__ROWS;
2979
2980        /**
2981         * The feature id for the '<em><b>Dark</b></em>' attribute.
2982         * <!-- begin-user-doc -->
2983         * <!-- end-user-doc -->
2984         * @generated
2985         * @ordered
2986         */
2987        int TABLE__DARK = TABLE_ROW_CONTAINER_FEATURE_COUNT + 0;
2988
2989        /**
2990         * The feature id for the '<em><b>Striped</b></em>' attribute.
2991         * <!-- begin-user-doc -->
2992         * <!-- end-user-doc -->
2993         * @generated
2994         * @ordered
2995         */
2996        int TABLE__STRIPED = TABLE_ROW_CONTAINER_FEATURE_COUNT + 1;
2997
2998        /**
2999         * The feature id for the '<em><b>Bordered</b></em>' attribute.
3000         * <!-- begin-user-doc -->
3001         * <!-- end-user-doc -->
3002         * @generated
3003         * @ordered
3004         */
3005        int TABLE__BORDERED = TABLE_ROW_CONTAINER_FEATURE_COUNT + 2;
3006
3007        /**
3008         * The feature id for the '<em><b>Borderless</b></em>' attribute.
3009         * <!-- begin-user-doc -->
3010         * <!-- end-user-doc -->
3011         * @generated
3012         * @ordered
3013         */
3014        int TABLE__BORDERLESS = TABLE_ROW_CONTAINER_FEATURE_COUNT + 3;
3015
3016        /**
3017         * The feature id for the '<em><b>Hover</b></em>' attribute.
3018         * <!-- begin-user-doc -->
3019         * <!-- end-user-doc -->
3020         * @generated
3021         * @ordered
3022         */
3023        int TABLE__HOVER = TABLE_ROW_CONTAINER_FEATURE_COUNT + 4;
3024
3025        /**
3026         * The feature id for the '<em><b>Small</b></em>' attribute.
3027         * <!-- begin-user-doc -->
3028         * <!-- end-user-doc -->
3029         * @generated
3030         * @ordered
3031         */
3032        int TABLE__SMALL = TABLE_ROW_CONTAINER_FEATURE_COUNT + 5;
3033
3034        /**
3035         * The feature id for the '<em><b>Header</b></em>' containment reference.
3036         * <!-- begin-user-doc -->
3037         * <!-- end-user-doc -->
3038         * @generated
3039         * @ordered
3040         */
3041        int TABLE__HEADER = TABLE_ROW_CONTAINER_FEATURE_COUNT + 6;
3042
3043        /**
3044         * The feature id for the '<em><b>Body</b></em>' containment reference.
3045         * <!-- begin-user-doc -->
3046         * <!-- end-user-doc -->
3047         * @generated
3048         * @ordered
3049         */
3050        int TABLE__BODY = TABLE_ROW_CONTAINER_FEATURE_COUNT + 7;
3051
3052        /**
3053         * The feature id for the '<em><b>Footer</b></em>' containment reference.
3054         * <!-- begin-user-doc -->
3055         * <!-- end-user-doc -->
3056         * @generated
3057         * @ordered
3058         */
3059        int TABLE__FOOTER = TABLE_ROW_CONTAINER_FEATURE_COUNT + 8;
3060
3061        /**
3062         * The number of structural features of the '<em>Table</em>' class.
3063         * <!-- begin-user-doc -->
3064         * <!-- end-user-doc -->
3065         * @generated
3066         * @ordered
3067         */
3068        int TABLE_FEATURE_COUNT = TABLE_ROW_CONTAINER_FEATURE_COUNT + 9;
3069
3070        /**
3071         * The number of operations of the '<em>Table</em>' class.
3072         * <!-- begin-user-doc -->
3073         * <!-- end-user-doc -->
3074         * @generated
3075         * @ordered
3076         */
3077        int TABLE_OPERATION_COUNT = TABLE_ROW_CONTAINER_OPERATION_COUNT + 0;
3078
3079        /**
3080         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
3081         * <!-- begin-user-doc -->
3082         * <!-- end-user-doc -->
3083         * @generated
3084         * @ordered
3085         */
3086        int TABLE_ROW__MARKERS = BOOTSTRAP_ELEMENT__MARKERS;
3087
3088        /**
3089         * The feature id for the '<em><b>Uris</b></em>' attribute list.
3090         * <!-- begin-user-doc -->
3091         * <!-- end-user-doc -->
3092         * @generated
3093         * @ordered
3094         */
3095        int TABLE_ROW__URIS = BOOTSTRAP_ELEMENT__URIS;
3096
3097        /**
3098         * The feature id for the '<em><b>Description</b></em>' attribute.
3099         * <!-- begin-user-doc -->
3100         * <!-- end-user-doc -->
3101         * @generated
3102         * @ordered
3103         */
3104        int TABLE_ROW__DESCRIPTION = BOOTSTRAP_ELEMENT__DESCRIPTION;
3105
3106        /**
3107         * The feature id for the '<em><b>Uuid</b></em>' attribute.
3108         * <!-- begin-user-doc -->
3109         * <!-- end-user-doc -->
3110         * @generated
3111         * @ordered
3112         */
3113        int TABLE_ROW__UUID = BOOTSTRAP_ELEMENT__UUID;
3114
3115        /**
3116         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
3117         * <!-- begin-user-doc -->
3118         * <!-- end-user-doc -->
3119         * @generated
3120         * @ordered
3121         */
3122        int TABLE_ROW__ACTION_PROTOTYPE = BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE;
3123
3124        /**
3125         * The feature id for the '<em><b>Representations</b></em>' map.
3126         * <!-- begin-user-doc -->
3127         * <!-- end-user-doc -->
3128         * @generated
3129         * @ordered
3130         */
3131        int TABLE_ROW__REPRESENTATIONS = BOOTSTRAP_ELEMENT__REPRESENTATIONS;
3132
3133        /**
3134         * The feature id for the '<em><b>Attributes</b></em>' map.
3135         * <!-- begin-user-doc -->
3136         * <!-- end-user-doc -->
3137         * @generated
3138         * @ordered
3139         */
3140        int TABLE_ROW__ATTRIBUTES = BOOTSTRAP_ELEMENT__ATTRIBUTES;
3141
3142        /**
3143         * The feature id for the '<em><b>Content</b></em>' containment reference list.
3144         * <!-- begin-user-doc -->
3145         * <!-- end-user-doc -->
3146         * @generated
3147         * @ordered
3148         */
3149        int TABLE_ROW__CONTENT = BOOTSTRAP_ELEMENT__CONTENT;
3150
3151        /**
3152         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
3153         * <!-- begin-user-doc -->
3154         * <!-- end-user-doc -->
3155         * @generated
3156         * @ordered
3157         */
3158        int TABLE_ROW__APPEARANCE = BOOTSTRAP_ELEMENT__APPEARANCE;
3159
3160        /**
3161         * The feature id for the '<em><b>Cells</b></em>' containment reference list.
3162         * <!-- begin-user-doc -->
3163         * <!-- end-user-doc -->
3164         * @generated
3165         * @ordered
3166         */
3167        int TABLE_ROW__CELLS = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
3168
3169        /**
3170         * The feature id for the '<em><b>Color</b></em>' attribute.
3171         * <!-- begin-user-doc -->
3172         * <!-- end-user-doc -->
3173         * @generated
3174         * @ordered
3175         */
3176        int TABLE_ROW__COLOR = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
3177
3178        /**
3179         * The feature id for the '<em><b>Background</b></em>' attribute.
3180         * <!-- begin-user-doc -->
3181         * <!-- end-user-doc -->
3182         * @generated
3183         * @ordered
3184         */
3185        int TABLE_ROW__BACKGROUND = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 2;
3186
3187        /**
3188         * The number of structural features of the '<em>Table Row</em>' class.
3189         * <!-- begin-user-doc -->
3190         * <!-- end-user-doc -->
3191         * @generated
3192         * @ordered
3193         */
3194        int TABLE_ROW_FEATURE_COUNT = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 3;
3195
3196        /**
3197         * The number of operations of the '<em>Table Row</em>' class.
3198         * <!-- begin-user-doc -->
3199         * <!-- end-user-doc -->
3200         * @generated
3201         * @ordered
3202         */
3203        int TABLE_ROW_OPERATION_COUNT = BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
3204
3205        /**
3206         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
3207         * <!-- begin-user-doc -->
3208         * <!-- end-user-doc -->
3209         * @generated
3210         * @ordered
3211         */
3212        int TABLE_CELL__MARKERS = BOOTSTRAP_ELEMENT__MARKERS;
3213
3214        /**
3215         * The feature id for the '<em><b>Uris</b></em>' attribute list.
3216         * <!-- begin-user-doc -->
3217         * <!-- end-user-doc -->
3218         * @generated
3219         * @ordered
3220         */
3221        int TABLE_CELL__URIS = BOOTSTRAP_ELEMENT__URIS;
3222
3223        /**
3224         * The feature id for the '<em><b>Description</b></em>' attribute.
3225         * <!-- begin-user-doc -->
3226         * <!-- end-user-doc -->
3227         * @generated
3228         * @ordered
3229         */
3230        int TABLE_CELL__DESCRIPTION = BOOTSTRAP_ELEMENT__DESCRIPTION;
3231
3232        /**
3233         * The feature id for the '<em><b>Uuid</b></em>' attribute.
3234         * <!-- begin-user-doc -->
3235         * <!-- end-user-doc -->
3236         * @generated
3237         * @ordered
3238         */
3239        int TABLE_CELL__UUID = BOOTSTRAP_ELEMENT__UUID;
3240
3241        /**
3242         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
3243         * <!-- begin-user-doc -->
3244         * <!-- end-user-doc -->
3245         * @generated
3246         * @ordered
3247         */
3248        int TABLE_CELL__ACTION_PROTOTYPE = BOOTSTRAP_ELEMENT__ACTION_PROTOTYPE;
3249
3250        /**
3251         * The feature id for the '<em><b>Representations</b></em>' map.
3252         * <!-- begin-user-doc -->
3253         * <!-- end-user-doc -->
3254         * @generated
3255         * @ordered
3256         */
3257        int TABLE_CELL__REPRESENTATIONS = BOOTSTRAP_ELEMENT__REPRESENTATIONS;
3258
3259        /**
3260         * The feature id for the '<em><b>Attributes</b></em>' map.
3261         * <!-- begin-user-doc -->
3262         * <!-- end-user-doc -->
3263         * @generated
3264         * @ordered
3265         */
3266        int TABLE_CELL__ATTRIBUTES = BOOTSTRAP_ELEMENT__ATTRIBUTES;
3267
3268        /**
3269         * The feature id for the '<em><b>Content</b></em>' containment reference list.
3270         * <!-- begin-user-doc -->
3271         * <!-- end-user-doc -->
3272         * @generated
3273         * @ordered
3274         */
3275        int TABLE_CELL__CONTENT = BOOTSTRAP_ELEMENT__CONTENT;
3276
3277        /**
3278         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
3279         * <!-- begin-user-doc -->
3280         * <!-- end-user-doc -->
3281         * @generated
3282         * @ordered
3283         */
3284        int TABLE_CELL__APPEARANCE = BOOTSTRAP_ELEMENT__APPEARANCE;
3285
3286        /**
3287         * The feature id for the '<em><b>Header</b></em>' attribute.
3288         * <!-- begin-user-doc -->
3289         * <!-- end-user-doc -->
3290         * @generated
3291         * @ordered
3292         */
3293        int TABLE_CELL__HEADER = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 0;
3294
3295        /**
3296         * The feature id for the '<em><b>Col Span</b></em>' attribute.
3297         * <!-- begin-user-doc -->
3298         * <!-- end-user-doc -->
3299         * @generated
3300         * @ordered
3301         */
3302        int TABLE_CELL__COL_SPAN = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 1;
3303
3304        /**
3305         * The feature id for the '<em><b>Row Span</b></em>' attribute.
3306         * <!-- begin-user-doc -->
3307         * <!-- end-user-doc -->
3308         * @generated
3309         * @ordered
3310         */
3311        int TABLE_CELL__ROW_SPAN = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 2;
3312
3313        /**
3314         * The feature id for the '<em><b>Color</b></em>' attribute.
3315         * <!-- begin-user-doc -->
3316         * <!-- end-user-doc -->
3317         * @generated
3318         * @ordered
3319         */
3320        int TABLE_CELL__COLOR = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 3;
3321
3322        /**
3323         * The feature id for the '<em><b>Background</b></em>' attribute.
3324         * <!-- begin-user-doc -->
3325         * <!-- end-user-doc -->
3326         * @generated
3327         * @ordered
3328         */
3329        int TABLE_CELL__BACKGROUND = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 4;
3330
3331        /**
3332         * The number of structural features of the '<em>Table Cell</em>' class.
3333         * <!-- begin-user-doc -->
3334         * <!-- end-user-doc -->
3335         * @generated
3336         * @ordered
3337         */
3338        int TABLE_CELL_FEATURE_COUNT = BOOTSTRAP_ELEMENT_FEATURE_COUNT + 5;
3339
3340        /**
3341         * The number of operations of the '<em>Table Cell</em>' class.
3342         * <!-- begin-user-doc -->
3343         * <!-- end-user-doc -->
3344         * @generated
3345         * @ordered
3346         */
3347        int TABLE_CELL_OPERATION_COUNT = BOOTSTRAP_ELEMENT_OPERATION_COUNT + 0;
3348
3349        /**
3350         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
3351         * <!-- begin-user-doc -->
3352         * <!-- end-user-doc -->
3353         * @generated
3354         * @ordered
3355         */
3356        int CARD__MARKERS = DIV__MARKERS;
3357
3358        /**
3359         * The feature id for the '<em><b>Uris</b></em>' attribute list.
3360         * <!-- begin-user-doc -->
3361         * <!-- end-user-doc -->
3362         * @generated
3363         * @ordered
3364         */
3365        int CARD__URIS = DIV__URIS;
3366
3367        /**
3368         * The feature id for the '<em><b>Description</b></em>' attribute.
3369         * <!-- begin-user-doc -->
3370         * <!-- end-user-doc -->
3371         * @generated
3372         * @ordered
3373         */
3374        int CARD__DESCRIPTION = DIV__DESCRIPTION;
3375
3376        /**
3377         * The feature id for the '<em><b>Uuid</b></em>' attribute.
3378         * <!-- begin-user-doc -->
3379         * <!-- end-user-doc -->
3380         * @generated
3381         * @ordered
3382         */
3383        int CARD__UUID = DIV__UUID;
3384
3385        /**
3386         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
3387         * <!-- begin-user-doc -->
3388         * <!-- end-user-doc -->
3389         * @generated
3390         * @ordered
3391         */
3392        int CARD__ACTION_PROTOTYPE = DIV__ACTION_PROTOTYPE;
3393
3394        /**
3395         * The feature id for the '<em><b>Representations</b></em>' map.
3396         * <!-- begin-user-doc -->
3397         * <!-- end-user-doc -->
3398         * @generated
3399         * @ordered
3400         */
3401        int CARD__REPRESENTATIONS = DIV__REPRESENTATIONS;
3402
3403        /**
3404         * The feature id for the '<em><b>Attributes</b></em>' map.
3405         * <!-- begin-user-doc -->
3406         * <!-- end-user-doc -->
3407         * @generated
3408         * @ordered
3409         */
3410        int CARD__ATTRIBUTES = DIV__ATTRIBUTES;
3411
3412        /**
3413         * The feature id for the '<em><b>Content</b></em>' containment reference list.
3414         * <!-- begin-user-doc -->
3415         * <!-- end-user-doc -->
3416         * @generated
3417         * @ordered
3418         */
3419        int CARD__CONTENT = DIV__CONTENT;
3420
3421        /**
3422         * The feature id for the '<em><b>Name</b></em>' attribute.
3423         * <!-- begin-user-doc -->
3424         * <!-- end-user-doc -->
3425         * @generated
3426         * @ordered
3427         */
3428        int CARD__NAME = DIV__NAME;
3429
3430        /**
3431         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
3432         * <!-- begin-user-doc -->
3433         * <!-- end-user-doc -->
3434         * @generated
3435         * @ordered
3436         */
3437        int CARD__APPEARANCE = DIV__APPEARANCE;
3438
3439        /**
3440         * The feature id for the '<em><b>Header</b></em>' containment reference.
3441         * <!-- begin-user-doc -->
3442         * <!-- end-user-doc -->
3443         * @generated
3444         * @ordered
3445         */
3446        int CARD__HEADER = DIV_FEATURE_COUNT + 0;
3447
3448        /**
3449         * The feature id for the '<em><b>Body</b></em>' containment reference.
3450         * <!-- begin-user-doc -->
3451         * <!-- end-user-doc -->
3452         * @generated
3453         * @ordered
3454         */
3455        int CARD__BODY = DIV_FEATURE_COUNT + 1;
3456
3457        /**
3458         * The feature id for the '<em><b>Footer</b></em>' containment reference.
3459         * <!-- begin-user-doc -->
3460         * <!-- end-user-doc -->
3461         * @generated
3462         * @ordered
3463         */
3464        int CARD__FOOTER = DIV_FEATURE_COUNT + 2;
3465
3466        /**
3467         * The number of structural features of the '<em>Card</em>' class.
3468         * <!-- begin-user-doc -->
3469         * <!-- end-user-doc -->
3470         * @generated
3471         * @ordered
3472         */
3473        int CARD_FEATURE_COUNT = DIV_FEATURE_COUNT + 3;
3474
3475        /**
3476         * The number of operations of the '<em>Card</em>' class.
3477         * <!-- begin-user-doc -->
3478         * <!-- end-user-doc -->
3479         * @generated
3480         * @ordered
3481         */
3482        int CARD_OPERATION_COUNT = DIV_OPERATION_COUNT + 0;
3483
3484        /**
3485         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
3486         * <!-- begin-user-doc -->
3487         * <!-- end-user-doc -->
3488         * @generated
3489         * @ordered
3490         */
3491        int ALERT__MARKERS = DIV__MARKERS;
3492
3493        /**
3494         * The feature id for the '<em><b>Uris</b></em>' attribute list.
3495         * <!-- begin-user-doc -->
3496         * <!-- end-user-doc -->
3497         * @generated
3498         * @ordered
3499         */
3500        int ALERT__URIS = DIV__URIS;
3501
3502        /**
3503         * The feature id for the '<em><b>Description</b></em>' attribute.
3504         * <!-- begin-user-doc -->
3505         * <!-- end-user-doc -->
3506         * @generated
3507         * @ordered
3508         */
3509        int ALERT__DESCRIPTION = DIV__DESCRIPTION;
3510
3511        /**
3512         * The feature id for the '<em><b>Uuid</b></em>' attribute.
3513         * <!-- begin-user-doc -->
3514         * <!-- end-user-doc -->
3515         * @generated
3516         * @ordered
3517         */
3518        int ALERT__UUID = DIV__UUID;
3519
3520        /**
3521         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
3522         * <!-- begin-user-doc -->
3523         * <!-- end-user-doc -->
3524         * @generated
3525         * @ordered
3526         */
3527        int ALERT__ACTION_PROTOTYPE = DIV__ACTION_PROTOTYPE;
3528
3529        /**
3530         * The feature id for the '<em><b>Representations</b></em>' map.
3531         * <!-- begin-user-doc -->
3532         * <!-- end-user-doc -->
3533         * @generated
3534         * @ordered
3535         */
3536        int ALERT__REPRESENTATIONS = DIV__REPRESENTATIONS;
3537
3538        /**
3539         * The feature id for the '<em><b>Attributes</b></em>' map.
3540         * <!-- begin-user-doc -->
3541         * <!-- end-user-doc -->
3542         * @generated
3543         * @ordered
3544         */
3545        int ALERT__ATTRIBUTES = DIV__ATTRIBUTES;
3546
3547        /**
3548         * The feature id for the '<em><b>Content</b></em>' containment reference list.
3549         * <!-- begin-user-doc -->
3550         * <!-- end-user-doc -->
3551         * @generated
3552         * @ordered
3553         */
3554        int ALERT__CONTENT = DIV__CONTENT;
3555
3556        /**
3557         * The feature id for the '<em><b>Name</b></em>' attribute.
3558         * <!-- begin-user-doc -->
3559         * <!-- end-user-doc -->
3560         * @generated
3561         * @ordered
3562         */
3563        int ALERT__NAME = DIV__NAME;
3564
3565        /**
3566         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
3567         * <!-- begin-user-doc -->
3568         * <!-- end-user-doc -->
3569         * @generated
3570         * @ordered
3571         */
3572        int ALERT__APPEARANCE = DIV__APPEARANCE;
3573
3574        /**
3575         * The feature id for the '<em><b>Color</b></em>' attribute.
3576         * <!-- begin-user-doc -->
3577         * <!-- end-user-doc -->
3578         * @generated
3579         * @ordered
3580         */
3581        int ALERT__COLOR = DIV_FEATURE_COUNT + 0;
3582
3583        /**
3584         * The number of structural features of the '<em>Alert</em>' class.
3585         * <!-- begin-user-doc -->
3586         * <!-- end-user-doc -->
3587         * @generated
3588         * @ordered
3589         */
3590        int ALERT_FEATURE_COUNT = DIV_FEATURE_COUNT + 1;
3591
3592        /**
3593         * The number of operations of the '<em>Alert</em>' class.
3594         * <!-- begin-user-doc -->
3595         * <!-- end-user-doc -->
3596         * @generated
3597         * @ordered
3598         */
3599        int ALERT_OPERATION_COUNT = DIV_OPERATION_COUNT + 0;
3600
3601        /**
3602         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
3603         * <!-- begin-user-doc -->
3604         * <!-- end-user-doc -->
3605         * @generated
3606         * @ordered
3607         */
3608        int BADGE__MARKERS = DIV__MARKERS;
3609
3610        /**
3611         * The feature id for the '<em><b>Uris</b></em>' attribute list.
3612         * <!-- begin-user-doc -->
3613         * <!-- end-user-doc -->
3614         * @generated
3615         * @ordered
3616         */
3617        int BADGE__URIS = DIV__URIS;
3618
3619        /**
3620         * The feature id for the '<em><b>Description</b></em>' attribute.
3621         * <!-- begin-user-doc -->
3622         * <!-- end-user-doc -->
3623         * @generated
3624         * @ordered
3625         */
3626        int BADGE__DESCRIPTION = DIV__DESCRIPTION;
3627
3628        /**
3629         * The feature id for the '<em><b>Uuid</b></em>' attribute.
3630         * <!-- begin-user-doc -->
3631         * <!-- end-user-doc -->
3632         * @generated
3633         * @ordered
3634         */
3635        int BADGE__UUID = DIV__UUID;
3636
3637        /**
3638         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
3639         * <!-- begin-user-doc -->
3640         * <!-- end-user-doc -->
3641         * @generated
3642         * @ordered
3643         */
3644        int BADGE__ACTION_PROTOTYPE = DIV__ACTION_PROTOTYPE;
3645
3646        /**
3647         * The feature id for the '<em><b>Representations</b></em>' map.
3648         * <!-- begin-user-doc -->
3649         * <!-- end-user-doc -->
3650         * @generated
3651         * @ordered
3652         */
3653        int BADGE__REPRESENTATIONS = DIV__REPRESENTATIONS;
3654
3655        /**
3656         * The feature id for the '<em><b>Attributes</b></em>' map.
3657         * <!-- begin-user-doc -->
3658         * <!-- end-user-doc -->
3659         * @generated
3660         * @ordered
3661         */
3662        int BADGE__ATTRIBUTES = DIV__ATTRIBUTES;
3663
3664        /**
3665         * The feature id for the '<em><b>Content</b></em>' containment reference list.
3666         * <!-- begin-user-doc -->
3667         * <!-- end-user-doc -->
3668         * @generated
3669         * @ordered
3670         */
3671        int BADGE__CONTENT = DIV__CONTENT;
3672
3673        /**
3674         * The feature id for the '<em><b>Name</b></em>' attribute.
3675         * <!-- begin-user-doc -->
3676         * <!-- end-user-doc -->
3677         * @generated
3678         * @ordered
3679         */
3680        int BADGE__NAME = DIV__NAME;
3681
3682        /**
3683         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
3684         * <!-- begin-user-doc -->
3685         * <!-- end-user-doc -->
3686         * @generated
3687         * @ordered
3688         */
3689        int BADGE__APPEARANCE = DIV__APPEARANCE;
3690
3691        /**
3692         * The feature id for the '<em><b>Color</b></em>' attribute.
3693         * <!-- begin-user-doc -->
3694         * <!-- end-user-doc -->
3695         * @generated
3696         * @ordered
3697         */
3698        int BADGE__COLOR = DIV_FEATURE_COUNT + 0;
3699
3700        /**
3701         * The number of structural features of the '<em>Badge</em>' class.
3702         * <!-- begin-user-doc -->
3703         * <!-- end-user-doc -->
3704         * @generated
3705         * @ordered
3706         */
3707        int BADGE_FEATURE_COUNT = DIV_FEATURE_COUNT + 1;
3708
3709        /**
3710         * The number of operations of the '<em>Badge</em>' class.
3711         * <!-- begin-user-doc -->
3712         * <!-- end-user-doc -->
3713         * @generated
3714         * @ordered
3715         */
3716        int BADGE_OPERATION_COUNT = DIV_OPERATION_COUNT + 0;
3717
3718        /**
3719         * The number of structural features of the '<em>Breadcrumb</em>' class.
3720         * <!-- begin-user-doc -->
3721         * <!-- end-user-doc -->
3722         * @generated
3723         * @ordered
3724         */
3725        int BREADCRUMB_FEATURE_COUNT = 0;
3726
3727        /**
3728         * The number of operations of the '<em>Breadcrumb</em>' class.
3729         * <!-- begin-user-doc -->
3730         * <!-- end-user-doc -->
3731         * @generated
3732         * @ordered
3733         */
3734        int BREADCRUMB_OPERATION_COUNT = 0;
3735
3736        /**
3737         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
3738         * <!-- begin-user-doc -->
3739         * <!-- end-user-doc -->
3740         * @generated
3741         * @ordered
3742         */
3743        int BUTTON__MARKERS = DIV__MARKERS;
3744
3745        /**
3746         * The feature id for the '<em><b>Uris</b></em>' attribute list.
3747         * <!-- begin-user-doc -->
3748         * <!-- end-user-doc -->
3749         * @generated
3750         * @ordered
3751         */
3752        int BUTTON__URIS = DIV__URIS;
3753
3754        /**
3755         * The feature id for the '<em><b>Description</b></em>' attribute.
3756         * <!-- begin-user-doc -->
3757         * <!-- end-user-doc -->
3758         * @generated
3759         * @ordered
3760         */
3761        int BUTTON__DESCRIPTION = DIV__DESCRIPTION;
3762
3763        /**
3764         * The feature id for the '<em><b>Uuid</b></em>' attribute.
3765         * <!-- begin-user-doc -->
3766         * <!-- end-user-doc -->
3767         * @generated
3768         * @ordered
3769         */
3770        int BUTTON__UUID = DIV__UUID;
3771
3772        /**
3773         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
3774         * <!-- begin-user-doc -->
3775         * <!-- end-user-doc -->
3776         * @generated
3777         * @ordered
3778         */
3779        int BUTTON__ACTION_PROTOTYPE = DIV__ACTION_PROTOTYPE;
3780
3781        /**
3782         * The feature id for the '<em><b>Representations</b></em>' map.
3783         * <!-- begin-user-doc -->
3784         * <!-- end-user-doc -->
3785         * @generated
3786         * @ordered
3787         */
3788        int BUTTON__REPRESENTATIONS = DIV__REPRESENTATIONS;
3789
3790        /**
3791         * The feature id for the '<em><b>Attributes</b></em>' map.
3792         * <!-- begin-user-doc -->
3793         * <!-- end-user-doc -->
3794         * @generated
3795         * @ordered
3796         */
3797        int BUTTON__ATTRIBUTES = DIV__ATTRIBUTES;
3798
3799        /**
3800         * The feature id for the '<em><b>Content</b></em>' containment reference list.
3801         * <!-- begin-user-doc -->
3802         * <!-- end-user-doc -->
3803         * @generated
3804         * @ordered
3805         */
3806        int BUTTON__CONTENT = DIV__CONTENT;
3807
3808        /**
3809         * The feature id for the '<em><b>Name</b></em>' attribute.
3810         * <!-- begin-user-doc -->
3811         * <!-- end-user-doc -->
3812         * @generated
3813         * @ordered
3814         */
3815        int BUTTON__NAME = DIV__NAME;
3816
3817        /**
3818         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
3819         * <!-- begin-user-doc -->
3820         * <!-- end-user-doc -->
3821         * @generated
3822         * @ordered
3823         */
3824        int BUTTON__APPEARANCE = DIV__APPEARANCE;
3825
3826        /**
3827         * The feature id for the '<em><b>Color</b></em>' attribute.
3828         * <!-- begin-user-doc -->
3829         * <!-- end-user-doc -->
3830         * @generated
3831         * @ordered
3832         */
3833        int BUTTON__COLOR = DIV_FEATURE_COUNT + 0;
3834
3835        /**
3836         * The feature id for the '<em><b>Outline</b></em>' attribute.
3837         * <!-- begin-user-doc -->
3838         * <!-- end-user-doc -->
3839         * @generated
3840         * @ordered
3841         */
3842        int BUTTON__OUTLINE = DIV_FEATURE_COUNT + 1;
3843
3844        /**
3845         * The number of structural features of the '<em>Button</em>' class.
3846         * <!-- begin-user-doc -->
3847         * <!-- end-user-doc -->
3848         * @generated
3849         * @ordered
3850         */
3851        int BUTTON_FEATURE_COUNT = DIV_FEATURE_COUNT + 2;
3852
3853        /**
3854         * The number of operations of the '<em>Button</em>' class.
3855         * <!-- begin-user-doc -->
3856         * <!-- end-user-doc -->
3857         * @generated
3858         * @ordered
3859         */
3860        int BUTTON_OPERATION_COUNT = DIV_OPERATION_COUNT + 0;
3861
3862        /**
3863         * The number of structural features of the '<em>Button Group</em>' class.
3864         * <!-- begin-user-doc -->
3865         * <!-- end-user-doc -->
3866         * @generated
3867         * @ordered
3868         */
3869        int BUTTON_GROUP_FEATURE_COUNT = 0;
3870
3871        /**
3872         * The number of operations of the '<em>Button Group</em>' class.
3873         * <!-- begin-user-doc -->
3874         * <!-- end-user-doc -->
3875         * @generated
3876         * @ordered
3877         */
3878        int BUTTON_GROUP_OPERATION_COUNT = 0;
3879
3880        /**
3881         * The number of structural features of the '<em>Button Toolbar</em>' class.
3882         * <!-- begin-user-doc -->
3883         * <!-- end-user-doc -->
3884         * @generated
3885         * @ordered
3886         */
3887        int BUTTON_TOOLBAR_FEATURE_COUNT = 0;
3888
3889        /**
3890         * The number of operations of the '<em>Button Toolbar</em>' class.
3891         * <!-- begin-user-doc -->
3892         * <!-- end-user-doc -->
3893         * @generated
3894         * @ordered
3895         */
3896        int BUTTON_TOOLBAR_OPERATION_COUNT = 0;
3897
3898        /**
3899         * The number of structural features of the '<em>Dropdown</em>' class.
3900         * <!-- begin-user-doc -->
3901         * <!-- end-user-doc -->
3902         * @generated
3903         * @ordered
3904         */
3905        int DROPDOWN_FEATURE_COUNT = 0;
3906
3907        /**
3908         * The number of operations of the '<em>Dropdown</em>' class.
3909         * <!-- begin-user-doc -->
3910         * <!-- end-user-doc -->
3911         * @generated
3912         * @ordered
3913         */
3914        int DROPDOWN_OPERATION_COUNT = 0;
3915
3916        /**
3917         * The number of structural features of the '<em>Form</em>' class.
3918         * <!-- begin-user-doc -->
3919         * <!-- end-user-doc -->
3920         * @generated
3921         * @ordered
3922         */
3923        int FORM_FEATURE_COUNT = 0;
3924
3925        /**
3926         * The number of operations of the '<em>Form</em>' class.
3927         * <!-- begin-user-doc -->
3928         * <!-- end-user-doc -->
3929         * @generated
3930         * @ordered
3931         */
3932        int FORM_OPERATION_COUNT = 0;
3933
3934        /**
3935         * The number of structural features of the '<em>List Group</em>' class.
3936         * <!-- begin-user-doc -->
3937         * <!-- end-user-doc -->
3938         * @generated
3939         * @ordered
3940         */
3941        int LIST_GROUP_FEATURE_COUNT = 0;
3942
3943        /**
3944         * The number of operations of the '<em>List Group</em>' class.
3945         * <!-- begin-user-doc -->
3946         * <!-- end-user-doc -->
3947         * @generated
3948         * @ordered
3949         */
3950        int LIST_GROUP_OPERATION_COUNT = 0;
3951
3952        /**
3953         * The number of structural features of the '<em>Navs</em>' class.
3954         * <!-- begin-user-doc -->
3955         * <!-- end-user-doc -->
3956         * @generated
3957         * @ordered
3958         */
3959        int NAVS_FEATURE_COUNT = 0;
3960
3961        /**
3962         * The number of operations of the '<em>Navs</em>' class.
3963         * <!-- begin-user-doc -->
3964         * <!-- end-user-doc -->
3965         * @generated
3966         * @ordered
3967         */
3968        int NAVS_OPERATION_COUNT = 0;
3969
3970        /**
3971         * The number of structural features of the '<em>Navbar</em>' class.
3972         * <!-- begin-user-doc -->
3973         * <!-- end-user-doc -->
3974         * @generated
3975         * @ordered
3976         */
3977        int NAVBAR_FEATURE_COUNT = 0;
3978
3979        /**
3980         * The number of operations of the '<em>Navbar</em>' class.
3981         * <!-- begin-user-doc -->
3982         * <!-- end-user-doc -->
3983         * @generated
3984         * @ordered
3985         */
3986        int NAVBAR_OPERATION_COUNT = 0;
3987
3988        /**
3989         * The number of structural features of the '<em>Tooltip</em>' class.
3990         * <!-- begin-user-doc -->
3991         * <!-- end-user-doc -->
3992         * @generated
3993         * @ordered
3994         */
3995        int TOOLTIP_FEATURE_COUNT = 0;
3996
3997        /**
3998         * The number of operations of the '<em>Tooltip</em>' class.
3999         * <!-- begin-user-doc -->
4000         * <!-- end-user-doc -->
4001         * @generated
4002         * @ordered
4003         */
4004        int TOOLTIP_OPERATION_COUNT = 0;
4005
4006        /**
4007         * The number of structural features of the '<em>Input Group</em>' class.
4008         * <!-- begin-user-doc -->
4009         * <!-- end-user-doc -->
4010         * @generated
4011         * @ordered
4012         */
4013        int INPUT_GROUP_FEATURE_COUNT = 0;
4014
4015        /**
4016         * The number of operations of the '<em>Input Group</em>' class.
4017         * <!-- begin-user-doc -->
4018         * <!-- end-user-doc -->
4019         * @generated
4020         * @ordered
4021         */
4022        int INPUT_GROUP_OPERATION_COUNT = 0;
4023
4024        /**
4025         * The number of structural features of the '<em>Form Group</em>' class.
4026         * <!-- begin-user-doc -->
4027         * <!-- end-user-doc -->
4028         * @generated
4029         * @ordered
4030         */
4031        int FORM_GROUP_FEATURE_COUNT = 0;
4032
4033        /**
4034         * The number of operations of the '<em>Form Group</em>' class.
4035         * <!-- begin-user-doc -->
4036         * <!-- end-user-doc -->
4037         * @generated
4038         * @ordered
4039         */
4040        int FORM_GROUP_OPERATION_COUNT = 0;
4041
4042        /**
4043         * The number of structural features of the '<em>Collapse</em>' class.
4044         * <!-- begin-user-doc -->
4045         * <!-- end-user-doc -->
4046         * @generated
4047         * @ordered
4048         */
4049        int COLLAPSE_FEATURE_COUNT = 0;
4050
4051        /**
4052         * The number of operations of the '<em>Collapse</em>' class.
4053         * <!-- begin-user-doc -->
4054         * <!-- end-user-doc -->
4055         * @generated
4056         * @ordered
4057         */
4058        int COLLAPSE_OPERATION_COUNT = 0;
4059
4060        /**
4061         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.AccordionImpl <em>Accordion</em>}' class.
4062         * <!-- begin-user-doc -->
4063         * <!-- end-user-doc -->
4064         * @see org.nasdanika.html.model.bootstrap.impl.AccordionImpl
4065         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAccordion()
4066         * @generated
4067         */
4068        int ACCORDION = 43;
4069
4070        /**
4071         * The number of structural features of the '<em>Accordion</em>' class.
4072         * <!-- begin-user-doc -->
4073         * <!-- end-user-doc -->
4074         * @generated
4075         * @ordered
4076         */
4077        int ACCORDION_FEATURE_COUNT = 0;
4078
4079        /**
4080         * The number of operations of the '<em>Accordion</em>' class.
4081         * <!-- begin-user-doc -->
4082         * <!-- end-user-doc -->
4083         * @generated
4084         * @ordered
4085         */
4086        int ACCORDION_OPERATION_COUNT = 0;
4087
4088
4089        /**
4090         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.CarouselImpl <em>Carousel</em>}' class.
4091         * <!-- begin-user-doc -->
4092         * <!-- end-user-doc -->
4093         * @see org.nasdanika.html.model.bootstrap.impl.CarouselImpl
4094         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getCarousel()
4095         * @generated
4096         */
4097        int CAROUSEL = 44;
4098
4099        /**
4100         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
4101         * <!-- begin-user-doc -->
4102         * <!-- end-user-doc -->
4103         * @generated
4104         * @ordered
4105         */
4106        int CAROUSEL__MARKERS = DIV__MARKERS;
4107
4108        /**
4109         * The feature id for the '<em><b>Uris</b></em>' attribute list.
4110         * <!-- begin-user-doc -->
4111         * <!-- end-user-doc -->
4112         * @generated
4113         * @ordered
4114         */
4115        int CAROUSEL__URIS = DIV__URIS;
4116
4117        /**
4118         * The feature id for the '<em><b>Description</b></em>' attribute.
4119         * <!-- begin-user-doc -->
4120         * <!-- end-user-doc -->
4121         * @generated
4122         * @ordered
4123         */
4124        int CAROUSEL__DESCRIPTION = DIV__DESCRIPTION;
4125
4126        /**
4127         * The feature id for the '<em><b>Uuid</b></em>' attribute.
4128         * <!-- begin-user-doc -->
4129         * <!-- end-user-doc -->
4130         * @generated
4131         * @ordered
4132         */
4133        int CAROUSEL__UUID = DIV__UUID;
4134
4135        /**
4136         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
4137         * <!-- begin-user-doc -->
4138         * <!-- end-user-doc -->
4139         * @generated
4140         * @ordered
4141         */
4142        int CAROUSEL__ACTION_PROTOTYPE = DIV__ACTION_PROTOTYPE;
4143
4144        /**
4145         * The feature id for the '<em><b>Representations</b></em>' map.
4146         * <!-- begin-user-doc -->
4147         * <!-- end-user-doc -->
4148         * @generated
4149         * @ordered
4150         */
4151        int CAROUSEL__REPRESENTATIONS = DIV__REPRESENTATIONS;
4152
4153        /**
4154         * The feature id for the '<em><b>Attributes</b></em>' map.
4155         * <!-- begin-user-doc -->
4156         * <!-- end-user-doc -->
4157         * @generated
4158         * @ordered
4159         */
4160        int CAROUSEL__ATTRIBUTES = DIV__ATTRIBUTES;
4161
4162        /**
4163         * The feature id for the '<em><b>Content</b></em>' containment reference list.
4164         * <!-- begin-user-doc -->
4165         * <!-- end-user-doc -->
4166         * @generated
4167         * @ordered
4168         */
4169        int CAROUSEL__CONTENT = DIV__CONTENT;
4170
4171        /**
4172         * The feature id for the '<em><b>Name</b></em>' attribute.
4173         * <!-- begin-user-doc -->
4174         * <!-- end-user-doc -->
4175         * @generated
4176         * @ordered
4177         */
4178        int CAROUSEL__NAME = DIV__NAME;
4179
4180        /**
4181         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
4182         * <!-- begin-user-doc -->
4183         * <!-- end-user-doc -->
4184         * @generated
4185         * @ordered
4186         */
4187        int CAROUSEL__APPEARANCE = DIV__APPEARANCE;
4188
4189        /**
4190         * The feature id for the '<em><b>Slides</b></em>' containment reference list.
4191         * <!-- begin-user-doc -->
4192         * <!-- end-user-doc -->
4193         * @generated
4194         * @ordered
4195         */
4196        int CAROUSEL__SLIDES = DIV_FEATURE_COUNT + 0;
4197
4198        /**
4199         * The feature id for the '<em><b>Controls</b></em>' attribute.
4200         * <!-- begin-user-doc -->
4201         * <!-- end-user-doc -->
4202         * @generated
4203         * @ordered
4204         */
4205        int CAROUSEL__CONTROLS = DIV_FEATURE_COUNT + 1;
4206
4207        /**
4208         * The feature id for the '<em><b>Indicator</b></em>' attribute.
4209         * <!-- begin-user-doc -->
4210         * <!-- end-user-doc -->
4211         * @generated
4212         * @ordered
4213         */
4214        int CAROUSEL__INDICATOR = DIV_FEATURE_COUNT + 2;
4215
4216        /**
4217         * The feature id for the '<em><b>Cross Fade</b></em>' attribute.
4218         * <!-- begin-user-doc -->
4219         * <!-- end-user-doc -->
4220         * @generated
4221         * @ordered
4222         */
4223        int CAROUSEL__CROSS_FADE = DIV_FEATURE_COUNT + 3;
4224
4225        /**
4226         * The feature id for the '<em><b>Ride</b></em>' attribute.
4227         * <!-- begin-user-doc -->
4228         * <!-- end-user-doc -->
4229         * @generated
4230         * @ordered
4231         */
4232        int CAROUSEL__RIDE = DIV_FEATURE_COUNT + 4;
4233
4234        /**
4235         * The feature id for the '<em><b>Interval</b></em>' attribute.
4236         * <!-- begin-user-doc -->
4237         * <!-- end-user-doc -->
4238         * @generated
4239         * @ordered
4240         */
4241        int CAROUSEL__INTERVAL = DIV_FEATURE_COUNT + 5;
4242
4243        /**
4244         * The number of structural features of the '<em>Carousel</em>' class.
4245         * <!-- begin-user-doc -->
4246         * <!-- end-user-doc -->
4247         * @generated
4248         * @ordered
4249         */
4250        int CAROUSEL_FEATURE_COUNT = DIV_FEATURE_COUNT + 6;
4251
4252        /**
4253         * The number of operations of the '<em>Carousel</em>' class.
4254         * <!-- begin-user-doc -->
4255         * <!-- end-user-doc -->
4256         * @generated
4257         * @ordered
4258         */
4259        int CAROUSEL_OPERATION_COUNT = DIV_OPERATION_COUNT + 0;
4260
4261        /**
4262         * The meta object id for the '{@link org.nasdanika.html.model.bootstrap.impl.SlideImpl <em>Slide</em>}' class.
4263         * <!-- begin-user-doc -->
4264         * <!-- end-user-doc -->
4265         * @see org.nasdanika.html.model.bootstrap.impl.SlideImpl
4266         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getSlide()
4267         * @generated
4268         */
4269        int SLIDE = 45;
4270
4271        /**
4272         * The feature id for the '<em><b>Markers</b></em>' containment reference list.
4273         * <!-- begin-user-doc -->
4274         * <!-- end-user-doc -->
4275         * @generated
4276         * @ordered
4277         */
4278        int SLIDE__MARKERS = DIV__MARKERS;
4279
4280        /**
4281         * The feature id for the '<em><b>Uris</b></em>' attribute list.
4282         * <!-- begin-user-doc -->
4283         * <!-- end-user-doc -->
4284         * @generated
4285         * @ordered
4286         */
4287        int SLIDE__URIS = DIV__URIS;
4288
4289        /**
4290         * The feature id for the '<em><b>Description</b></em>' attribute.
4291         * <!-- begin-user-doc -->
4292         * <!-- end-user-doc -->
4293         * @generated
4294         * @ordered
4295         */
4296        int SLIDE__DESCRIPTION = DIV__DESCRIPTION;
4297
4298        /**
4299         * The feature id for the '<em><b>Uuid</b></em>' attribute.
4300         * <!-- begin-user-doc -->
4301         * <!-- end-user-doc -->
4302         * @generated
4303         * @ordered
4304         */
4305        int SLIDE__UUID = DIV__UUID;
4306
4307        /**
4308         * The feature id for the '<em><b>Action Prototype</b></em>' reference.
4309         * <!-- begin-user-doc -->
4310         * <!-- end-user-doc -->
4311         * @generated
4312         * @ordered
4313         */
4314        int SLIDE__ACTION_PROTOTYPE = DIV__ACTION_PROTOTYPE;
4315
4316        /**
4317         * The feature id for the '<em><b>Representations</b></em>' map.
4318         * <!-- begin-user-doc -->
4319         * <!-- end-user-doc -->
4320         * @generated
4321         * @ordered
4322         */
4323        int SLIDE__REPRESENTATIONS = DIV__REPRESENTATIONS;
4324
4325        /**
4326         * The feature id for the '<em><b>Attributes</b></em>' map.
4327         * <!-- begin-user-doc -->
4328         * <!-- end-user-doc -->
4329         * @generated
4330         * @ordered
4331         */
4332        int SLIDE__ATTRIBUTES = DIV__ATTRIBUTES;
4333
4334        /**
4335         * The feature id for the '<em><b>Content</b></em>' containment reference list.
4336         * <!-- begin-user-doc -->
4337         * <!-- end-user-doc -->
4338         * @generated
4339         * @ordered
4340         */
4341        int SLIDE__CONTENT = DIV__CONTENT;
4342
4343        /**
4344         * The feature id for the '<em><b>Name</b></em>' attribute.
4345         * <!-- begin-user-doc -->
4346         * <!-- end-user-doc -->
4347         * @generated
4348         * @ordered
4349         */
4350        int SLIDE__NAME = DIV__NAME;
4351
4352        /**
4353         * The feature id for the '<em><b>Appearance</b></em>' containment reference.
4354         * <!-- begin-user-doc -->
4355         * <!-- end-user-doc -->
4356         * @generated
4357         * @ordered
4358         */
4359        int SLIDE__APPEARANCE = DIV__APPEARANCE;
4360
4361        /**
4362         * The feature id for the '<em><b>Interval</b></em>' attribute.
4363         * <!-- begin-user-doc -->
4364         * <!-- end-user-doc -->
4365         * @generated
4366         * @ordered
4367         */
4368        int SLIDE__INTERVAL = DIV_FEATURE_COUNT + 0;
4369
4370        /**
4371         * The feature id for the '<em><b>Captions</b></em>' containment reference list.
4372         * <!-- begin-user-doc -->
4373         * <!-- end-user-doc -->
4374         * @generated
4375         * @ordered
4376         */
4377        int SLIDE__CAPTIONS = DIV_FEATURE_COUNT + 1;
4378
4379        /**
4380         * The number of structural features of the '<em>Slide</em>' class.
4381         * <!-- begin-user-doc -->
4382         * <!-- end-user-doc -->
4383         * @generated
4384         * @ordered
4385         */
4386        int SLIDE_FEATURE_COUNT = DIV_FEATURE_COUNT + 2;
4387
4388        /**
4389         * The number of operations of the '<em>Slide</em>' class.
4390         * <!-- begin-user-doc -->
4391         * <!-- end-user-doc -->
4392         * @generated
4393         * @ordered
4394         */
4395        int SLIDE_OPERATION_COUNT = DIV_OPERATION_COUNT + 0;
4396
4397        /**
4398         * The meta object id for the '<em>Theme</em>' data type.
4399         * <!-- begin-user-doc -->
4400         * <!-- end-user-doc -->
4401         * @see org.nasdanika.html.bootstrap.Theme
4402         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTheme()
4403         * @generated
4404         */
4405        int THEME = 46;
4406
4407        /**
4408         * The meta object id for the '<em>Color</em>' data type.
4409         * <!-- begin-user-doc -->
4410         * <!-- end-user-doc -->
4411         * @see org.nasdanika.html.bootstrap.Color
4412         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getColor()
4413         * @generated
4414         */
4415        int COLOR = 47;
4416
4417        /**
4418         * The meta object id for the '<em>Size</em>' data type.
4419         * <!-- begin-user-doc -->
4420         * <!-- end-user-doc -->
4421         * @see org.nasdanika.html.bootstrap.Size
4422         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getSize()
4423         * @generated
4424         */
4425        int SIZE = 48;
4426
4427        /**
4428         * The meta object id for the '<em>Breakpoint</em>' data type.
4429         * <!-- begin-user-doc -->
4430         * <!-- end-user-doc -->
4431         * @see org.nasdanika.html.bootstrap.Breakpoint
4432         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBreakpoint()
4433         * @generated
4434         */
4435        int BREAKPOINT = 49;
4436
4437        /**
4438         * The meta object id for the '<em>Text Alignment</em>' data type.
4439         * <!-- begin-user-doc -->
4440         * <!-- end-user-doc -->
4441         * @see org.nasdanika.html.bootstrap.Text.Alignment
4442         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTextAlignment()
4443         * @generated
4444         */
4445        int TEXT_ALIGNMENT = 50;
4446
4447        /**
4448         * The meta object id for the '<em>Text Transform</em>' data type.
4449         * <!-- begin-user-doc -->
4450         * <!-- end-user-doc -->
4451         * @see org.nasdanika.html.bootstrap.Text.Transform
4452         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTextTransform()
4453         * @generated
4454         */
4455        int TEXT_TRANSFORM = 51;
4456
4457        /**
4458         * The meta object id for the '<em>Text Weight</em>' data type.
4459         * <!-- begin-user-doc -->
4460         * <!-- end-user-doc -->
4461         * @see org.nasdanika.html.bootstrap.Text.Weight
4462         * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTextWeight()
4463         * @generated
4464         */
4465        int TEXT_WEIGHT = 52;
4466
4467
4468        /**
4469         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.BootstrapElement <em>Element</em>}'.
4470         * <!-- begin-user-doc -->
4471         * <!-- end-user-doc -->
4472         * @return the meta object for class '<em>Element</em>'.
4473         * @see org.nasdanika.html.model.bootstrap.BootstrapElement
4474         * @generated
4475         */
4476        EClass getBootstrapElement();
4477
4478        /**
4479         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.BootstrapElement#getAppearance <em>Appearance</em>}'.
4480         * <!-- begin-user-doc -->
4481         * <!-- end-user-doc -->
4482         * @return the meta object for the containment reference '<em>Appearance</em>'.
4483         * @see org.nasdanika.html.model.bootstrap.BootstrapElement#getAppearance()
4484         * @see #getBootstrapElement()
4485         * @generated
4486         */
4487        EReference getBootstrapElement_Appearance();
4488
4489        /**
4490         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Page <em>Page</em>}'.
4491         * <!-- begin-user-doc -->
4492         * <!-- end-user-doc -->
4493         * @return the meta object for class '<em>Page</em>'.
4494         * @see org.nasdanika.html.model.bootstrap.Page
4495         * @generated
4496         */
4497        EClass getPage();
4498
4499        /**
4500         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Page#isCdn <em>Cdn</em>}'.
4501         * <!-- begin-user-doc -->
4502         * <!-- end-user-doc -->
4503         * @return the meta object for the attribute '<em>Cdn</em>'.
4504         * @see org.nasdanika.html.model.bootstrap.Page#isCdn()
4505         * @see #getPage()
4506         * @generated
4507         */
4508        EAttribute getPage_Cdn();
4509
4510        /**
4511         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Page#getTheme <em>Theme</em>}'.
4512         * <!-- begin-user-doc -->
4513         * <!-- end-user-doc -->
4514         * @return the meta object for the attribute '<em>Theme</em>'.
4515         * @see org.nasdanika.html.model.bootstrap.Page#getTheme()
4516         * @see #getPage()
4517         * @generated
4518         */
4519        EAttribute getPage_Theme();
4520
4521        /**
4522         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Appearance <em>Appearance</em>}'.
4523         * <!-- begin-user-doc -->
4524         * <!-- end-user-doc -->
4525         * @return the meta object for class '<em>Appearance</em>'.
4526         * @see org.nasdanika.html.model.bootstrap.Appearance
4527         * @generated
4528         */
4529        EClass getAppearance();
4530
4531        /**
4532         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Appearance#getBackground <em>Background</em>}'.
4533         * <!-- begin-user-doc -->
4534         * <!-- end-user-doc -->
4535         * @return the meta object for the attribute '<em>Background</em>'.
4536         * @see org.nasdanika.html.model.bootstrap.Appearance#getBackground()
4537         * @see #getAppearance()
4538         * @generated
4539         */
4540        EAttribute getAppearance_Background();
4541
4542        /**
4543         * Returns the meta object for the map '{@link org.nasdanika.html.model.bootstrap.Appearance#getAttributes <em>Attributes</em>}'.
4544         * <!-- begin-user-doc -->
4545         * <!-- end-user-doc -->
4546         * @return the meta object for the map '<em>Attributes</em>'.
4547         * @see org.nasdanika.html.model.bootstrap.Appearance#getAttributes()
4548         * @see #getAppearance()
4549         * @generated
4550         */
4551        EReference getAppearance_Attributes();
4552
4553        /**
4554         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Appearance#getBorder <em>Border</em>}'.
4555         * <!-- begin-user-doc -->
4556         * <!-- end-user-doc -->
4557         * @return the meta object for the containment reference list '<em>Border</em>'.
4558         * @see org.nasdanika.html.model.bootstrap.Appearance#getBorder()
4559         * @see #getAppearance()
4560         * @generated
4561         */
4562        EReference getAppearance_Border();
4563
4564        /**
4565         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Appearance#getMargin <em>Margin</em>}'.
4566         * <!-- begin-user-doc -->
4567         * <!-- end-user-doc -->
4568         * @return the meta object for the containment reference list '<em>Margin</em>'.
4569         * @see org.nasdanika.html.model.bootstrap.Appearance#getMargin()
4570         * @see #getAppearance()
4571         * @generated
4572         */
4573        EReference getAppearance_Margin();
4574
4575        /**
4576         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Appearance#getPadding <em>Padding</em>}'.
4577         * <!-- begin-user-doc -->
4578         * <!-- end-user-doc -->
4579         * @return the meta object for the containment reference list '<em>Padding</em>'.
4580         * @see org.nasdanika.html.model.bootstrap.Appearance#getPadding()
4581         * @see #getAppearance()
4582         * @generated
4583         */
4584        EReference getAppearance_Padding();
4585
4586        /**
4587         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Appearance#getText <em>Text</em>}'.
4588         * <!-- begin-user-doc -->
4589         * <!-- end-user-doc -->
4590         * @return the meta object for the containment reference '<em>Text</em>'.
4591         * @see org.nasdanika.html.model.bootstrap.Appearance#getText()
4592         * @see #getAppearance()
4593         * @generated
4594         */
4595        EReference getAppearance_Text();
4596
4597        /**
4598         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Appearance#getFloat <em>Float</em>}'.
4599         * <!-- begin-user-doc -->
4600         * <!-- end-user-doc -->
4601         * @return the meta object for the containment reference list '<em>Float</em>'.
4602         * @see org.nasdanika.html.model.bootstrap.Appearance#getFloat()
4603         * @see #getAppearance()
4604         * @generated
4605         */
4606        EReference getAppearance_Float();
4607
4608        /**
4609         * Returns the meta object for the map '{@link org.nasdanika.html.model.bootstrap.Appearance#getChildren <em>Children</em>}'.
4610         * <!-- begin-user-doc -->
4611         * <!-- end-user-doc -->
4612         * @return the meta object for the map '<em>Children</em>'.
4613         * @see org.nasdanika.html.model.bootstrap.Appearance#getChildren()
4614         * @see #getAppearance()
4615         * @generated
4616         */
4617        EReference getAppearance_Children();
4618
4619        /**
4620         * Returns the meta object for the '{@link org.nasdanika.html.model.bootstrap.Appearance#effectiveAppearance(java.lang.String) <em>Effective Appearance</em>}' operation.
4621         * <!-- begin-user-doc -->
4622         * <!-- end-user-doc -->
4623         * @return the meta object for the '<em>Effective Appearance</em>' operation.
4624         * @see org.nasdanika.html.model.bootstrap.Appearance#effectiveAppearance(java.lang.String)
4625         * @generated
4626         */
4627        EOperation getAppearance__EffectiveAppearance__String();
4628
4629        /**
4630         * Returns the meta object for class '{@link java.util.Map.Entry <em>Appearance Entry</em>}'.
4631         * <!-- begin-user-doc -->
4632         * <!-- end-user-doc -->
4633         * @return the meta object for class '<em>Appearance Entry</em>'.
4634         * @see java.util.Map.Entry
4635         * @model keyDataType="org.eclipse.emf.ecore.EString"
4636         *        valueType="org.nasdanika.html.model.bootstrap.Appearance" valueContainment="true" valueRequired="true"
4637         *        annotation="urn:org.nasdanika documentation-reference='doc/appearance-entry.md'"
4638         * @generated
4639         */
4640        EClass getAppearanceEntry();
4641
4642        /**
4643         * Returns the meta object for the attribute '{@link java.util.Map.Entry <em>Key</em>}'.
4644         * <!-- begin-user-doc -->
4645         * <!-- end-user-doc -->
4646         * @return the meta object for the attribute '<em>Key</em>'.
4647         * @see java.util.Map.Entry
4648         * @see #getAppearanceEntry()
4649         * @generated
4650         */
4651        EAttribute getAppearanceEntry_Key();
4652
4653        /**
4654         * Returns the meta object for the containment reference '{@link java.util.Map.Entry <em>Value</em>}'.
4655         * <!-- begin-user-doc -->
4656         * <!-- end-user-doc -->
4657         * @return the meta object for the containment reference '<em>Value</em>'.
4658         * @see java.util.Map.Entry
4659         * @see #getAppearanceEntry()
4660         * @generated
4661         */
4662        EReference getAppearanceEntry_Value();
4663
4664        /**
4665         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Border <em>Border</em>}'.
4666         * <!-- begin-user-doc -->
4667         * <!-- end-user-doc -->
4668         * @return the meta object for class '<em>Border</em>'.
4669         * @see org.nasdanika.html.model.bootstrap.Border
4670         * @generated
4671         */
4672        EClass getBorder();
4673
4674        /**
4675         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Border#getColor <em>Color</em>}'.
4676         * <!-- begin-user-doc -->
4677         * <!-- end-user-doc -->
4678         * @return the meta object for the attribute '<em>Color</em>'.
4679         * @see org.nasdanika.html.model.bootstrap.Border#getColor()
4680         * @see #getBorder()
4681         * @generated
4682         */
4683        EAttribute getBorder_Color();
4684
4685        /**
4686         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Border#isTop <em>Top</em>}'.
4687         * <!-- begin-user-doc -->
4688         * <!-- end-user-doc -->
4689         * @return the meta object for the attribute '<em>Top</em>'.
4690         * @see org.nasdanika.html.model.bootstrap.Border#isTop()
4691         * @see #getBorder()
4692         * @generated
4693         */
4694        EAttribute getBorder_Top();
4695
4696        /**
4697         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Border#isBottom <em>Bottom</em>}'.
4698         * <!-- begin-user-doc -->
4699         * <!-- end-user-doc -->
4700         * @return the meta object for the attribute '<em>Bottom</em>'.
4701         * @see org.nasdanika.html.model.bootstrap.Border#isBottom()
4702         * @see #getBorder()
4703         * @generated
4704         */
4705        EAttribute getBorder_Bottom();
4706
4707        /**
4708         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Border#isLeft <em>Left</em>}'.
4709         * <!-- begin-user-doc -->
4710         * <!-- end-user-doc -->
4711         * @return the meta object for the attribute '<em>Left</em>'.
4712         * @see org.nasdanika.html.model.bootstrap.Border#isLeft()
4713         * @see #getBorder()
4714         * @generated
4715         */
4716        EAttribute getBorder_Left();
4717
4718        /**
4719         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Border#isRight <em>Right</em>}'.
4720         * <!-- begin-user-doc -->
4721         * <!-- end-user-doc -->
4722         * @return the meta object for the attribute '<em>Right</em>'.
4723         * @see org.nasdanika.html.model.bootstrap.Border#isRight()
4724         * @see #getBorder()
4725         * @generated
4726         */
4727        EAttribute getBorder_Right();
4728
4729        /**
4730         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Spacing <em>Spacing</em>}'.
4731         * <!-- begin-user-doc -->
4732         * <!-- end-user-doc -->
4733         * @return the meta object for class '<em>Spacing</em>'.
4734         * @see org.nasdanika.html.model.bootstrap.Spacing
4735         * @generated
4736         */
4737        EClass getSpacing();
4738
4739        /**
4740         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#getSize <em>Size</em>}'.
4741         * <!-- begin-user-doc -->
4742         * <!-- end-user-doc -->
4743         * @return the meta object for the attribute '<em>Size</em>'.
4744         * @see org.nasdanika.html.model.bootstrap.Spacing#getSize()
4745         * @see #getSpacing()
4746         * @generated
4747         */
4748        EAttribute getSpacing_Size();
4749
4750        /**
4751         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#getBreakpoint <em>Breakpoint</em>}'.
4752         * <!-- begin-user-doc -->
4753         * <!-- end-user-doc -->
4754         * @return the meta object for the attribute '<em>Breakpoint</em>'.
4755         * @see org.nasdanika.html.model.bootstrap.Spacing#getBreakpoint()
4756         * @see #getSpacing()
4757         * @generated
4758         */
4759        EAttribute getSpacing_Breakpoint();
4760
4761        /**
4762         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#isTop <em>Top</em>}'.
4763         * <!-- begin-user-doc -->
4764         * <!-- end-user-doc -->
4765         * @return the meta object for the attribute '<em>Top</em>'.
4766         * @see org.nasdanika.html.model.bootstrap.Spacing#isTop()
4767         * @see #getSpacing()
4768         * @generated
4769         */
4770        EAttribute getSpacing_Top();
4771
4772        /**
4773         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#isBottom <em>Bottom</em>}'.
4774         * <!-- begin-user-doc -->
4775         * <!-- end-user-doc -->
4776         * @return the meta object for the attribute '<em>Bottom</em>'.
4777         * @see org.nasdanika.html.model.bootstrap.Spacing#isBottom()
4778         * @see #getSpacing()
4779         * @generated
4780         */
4781        EAttribute getSpacing_Bottom();
4782
4783        /**
4784         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#isLeft <em>Left</em>}'.
4785         * <!-- begin-user-doc -->
4786         * <!-- end-user-doc -->
4787         * @return the meta object for the attribute '<em>Left</em>'.
4788         * @see org.nasdanika.html.model.bootstrap.Spacing#isLeft()
4789         * @see #getSpacing()
4790         * @generated
4791         */
4792        EAttribute getSpacing_Left();
4793
4794        /**
4795         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#isRight <em>Right</em>}'.
4796         * <!-- begin-user-doc -->
4797         * <!-- end-user-doc -->
4798         * @return the meta object for the attribute '<em>Right</em>'.
4799         * @see org.nasdanika.html.model.bootstrap.Spacing#isRight()
4800         * @see #getSpacing()
4801         * @generated
4802         */
4803        EAttribute getSpacing_Right();
4804
4805        /**
4806         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#isX <em>X</em>}'.
4807         * <!-- begin-user-doc -->
4808         * <!-- end-user-doc -->
4809         * @return the meta object for the attribute '<em>X</em>'.
4810         * @see org.nasdanika.html.model.bootstrap.Spacing#isX()
4811         * @see #getSpacing()
4812         * @generated
4813         */
4814        EAttribute getSpacing_X();
4815
4816        /**
4817         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Spacing#isY <em>Y</em>}'.
4818         * <!-- begin-user-doc -->
4819         * <!-- end-user-doc -->
4820         * @return the meta object for the attribute '<em>Y</em>'.
4821         * @see org.nasdanika.html.model.bootstrap.Spacing#isY()
4822         * @see #getSpacing()
4823         * @generated
4824         */
4825        EAttribute getSpacing_Y();
4826
4827        /**
4828         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Text <em>Text</em>}'.
4829         * <!-- begin-user-doc -->
4830         * <!-- end-user-doc -->
4831         * @return the meta object for class '<em>Text</em>'.
4832         * @see org.nasdanika.html.model.bootstrap.Text
4833         * @generated
4834         */
4835        EClass getText();
4836
4837        /**
4838         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#getAlignment <em>Alignment</em>}'.
4839         * <!-- begin-user-doc -->
4840         * <!-- end-user-doc -->
4841         * @return the meta object for the attribute '<em>Alignment</em>'.
4842         * @see org.nasdanika.html.model.bootstrap.Text#getAlignment()
4843         * @see #getText()
4844         * @generated
4845         */
4846        EAttribute getText_Alignment();
4847
4848        /**
4849         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#getColor <em>Color</em>}'.
4850         * <!-- begin-user-doc -->
4851         * <!-- end-user-doc -->
4852         * @return the meta object for the attribute '<em>Color</em>'.
4853         * @see org.nasdanika.html.model.bootstrap.Text#getColor()
4854         * @see #getText()
4855         * @generated
4856         */
4857        EAttribute getText_Color();
4858
4859        /**
4860         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#getTransform <em>Transform</em>}'.
4861         * <!-- begin-user-doc -->
4862         * <!-- end-user-doc -->
4863         * @return the meta object for the attribute '<em>Transform</em>'.
4864         * @see org.nasdanika.html.model.bootstrap.Text#getTransform()
4865         * @see #getText()
4866         * @generated
4867         */
4868        EAttribute getText_Transform();
4869
4870        /**
4871         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#getWeight <em>Weight</em>}'.
4872         * <!-- begin-user-doc -->
4873         * <!-- end-user-doc -->
4874         * @return the meta object for the attribute '<em>Weight</em>'.
4875         * @see org.nasdanika.html.model.bootstrap.Text#getWeight()
4876         * @see #getText()
4877         * @generated
4878         */
4879        EAttribute getText_Weight();
4880
4881        /**
4882         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#isMonospace <em>Monospace</em>}'.
4883         * <!-- begin-user-doc -->
4884         * <!-- end-user-doc -->
4885         * @return the meta object for the attribute '<em>Monospace</em>'.
4886         * @see org.nasdanika.html.model.bootstrap.Text#isMonospace()
4887         * @see #getText()
4888         * @generated
4889         */
4890        EAttribute getText_Monospace();
4891
4892        /**
4893         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#isItalic <em>Italic</em>}'.
4894         * <!-- begin-user-doc -->
4895         * <!-- end-user-doc -->
4896         * @return the meta object for the attribute '<em>Italic</em>'.
4897         * @see org.nasdanika.html.model.bootstrap.Text#isItalic()
4898         * @see #getText()
4899         * @generated
4900         */
4901        EAttribute getText_Italic();
4902
4903        /**
4904         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#isNowrap <em>Nowrap</em>}'.
4905         * <!-- begin-user-doc -->
4906         * <!-- end-user-doc -->
4907         * @return the meta object for the attribute '<em>Nowrap</em>'.
4908         * @see org.nasdanika.html.model.bootstrap.Text#isNowrap()
4909         * @see #getText()
4910         * @generated
4911         */
4912        EAttribute getText_Nowrap();
4913
4914        /**
4915         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Text#isTruncate <em>Truncate</em>}'.
4916         * <!-- begin-user-doc -->
4917         * <!-- end-user-doc -->
4918         * @return the meta object for the attribute '<em>Truncate</em>'.
4919         * @see org.nasdanika.html.model.bootstrap.Text#isTruncate()
4920         * @see #getText()
4921         * @generated
4922         */
4923        EAttribute getText_Truncate();
4924
4925        /**
4926         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Float <em>Float</em>}'.
4927         * <!-- begin-user-doc -->
4928         * <!-- end-user-doc -->
4929         * @return the meta object for class '<em>Float</em>'.
4930         * @see org.nasdanika.html.model.bootstrap.Float
4931         * @generated
4932         */
4933        EClass getFloat();
4934
4935        /**
4936         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Float#getSide <em>Side</em>}'.
4937         * <!-- begin-user-doc -->
4938         * <!-- end-user-doc -->
4939         * @return the meta object for the attribute '<em>Side</em>'.
4940         * @see org.nasdanika.html.model.bootstrap.Float#getSide()
4941         * @see #getFloat()
4942         * @generated
4943         */
4944        EAttribute getFloat_Side();
4945
4946        /**
4947         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Float#getBreakpoint <em>Breakpoint</em>}'.
4948         * <!-- begin-user-doc -->
4949         * <!-- end-user-doc -->
4950         * @return the meta object for the attribute '<em>Breakpoint</em>'.
4951         * @see org.nasdanika.html.model.bootstrap.Float#getBreakpoint()
4952         * @see #getFloat()
4953         * @generated
4954         */
4955        EAttribute getFloat_Breakpoint();
4956
4957        /**
4958         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Tag <em>Tag</em>}'.
4959         * <!-- begin-user-doc -->
4960         * <!-- end-user-doc -->
4961         * @return the meta object for class '<em>Tag</em>'.
4962         * @see org.nasdanika.html.model.bootstrap.Tag
4963         * @generated
4964         */
4965        EClass getTag();
4966
4967        /**
4968         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Div <em>Div</em>}'.
4969         * <!-- begin-user-doc -->
4970         * <!-- end-user-doc -->
4971         * @return the meta object for class '<em>Div</em>'.
4972         * @see org.nasdanika.html.model.bootstrap.Div
4973         * @generated
4974         */
4975        EClass getDiv();
4976
4977        /**
4978         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Item <em>Item</em>}'.
4979         * <!-- begin-user-doc -->
4980         * <!-- end-user-doc -->
4981         * @return the meta object for class '<em>Item</em>'.
4982         * @see org.nasdanika.html.model.bootstrap.Item
4983         * @generated
4984         */
4985        EClass getItem();
4986
4987        /**
4988         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Item#isActive <em>Active</em>}'.
4989         * <!-- begin-user-doc -->
4990         * <!-- end-user-doc -->
4991         * @return the meta object for the attribute '<em>Active</em>'.
4992         * @see org.nasdanika.html.model.bootstrap.Item#isActive()
4993         * @see #getItem()
4994         * @generated
4995         */
4996        EAttribute getItem_Active();
4997
4998        /**
4999         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Item#isDisabled <em>Disabled</em>}'.
5000         * <!-- begin-user-doc -->
5001         * <!-- end-user-doc -->
5002         * @return the meta object for the attribute '<em>Disabled</em>'.
5003         * @see org.nasdanika.html.model.bootstrap.Item#isDisabled()
5004         * @see #getItem()
5005         * @generated
5006         */
5007        EAttribute getItem_Disabled();
5008
5009        /**
5010         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Item#getColor <em>Color</em>}'.
5011         * <!-- begin-user-doc -->
5012         * <!-- end-user-doc -->
5013         * @return the meta object for the attribute '<em>Color</em>'.
5014         * @see org.nasdanika.html.model.bootstrap.Item#getColor()
5015         * @see #getItem()
5016         * @generated
5017         */
5018        EAttribute getItem_Color();
5019
5020        /**
5021         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.ActionGroupItem <em>Action Group Item</em>}'.
5022         * <!-- begin-user-doc -->
5023         * <!-- end-user-doc -->
5024         * @return the meta object for class '<em>Action Group Item</em>'.
5025         * @see org.nasdanika.html.model.bootstrap.ActionGroupItem
5026         * @generated
5027         */
5028        EClass getActionGroupItem();
5029
5030        /**
5031         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.ActionGroupItem#getName <em>Name</em>}'.
5032         * <!-- begin-user-doc -->
5033         * <!-- end-user-doc -->
5034         * @return the meta object for the containment reference list '<em>Name</em>'.
5035         * @see org.nasdanika.html.model.bootstrap.ActionGroupItem#getName()
5036         * @see #getActionGroupItem()
5037         * @generated
5038         */
5039        EReference getActionGroupItem_Name();
5040
5041        /**
5042         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.LinkActionGroupItem <em>Link Action Group Item</em>}'.
5043         * <!-- begin-user-doc -->
5044         * <!-- end-user-doc -->
5045         * @return the meta object for class '<em>Link Action Group Item</em>'.
5046         * @see org.nasdanika.html.model.bootstrap.LinkActionGroupItem
5047         * @generated
5048         */
5049        EClass getLinkActionGroupItem();
5050
5051        /**
5052         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.LinkActionGroupItem#getUrl <em>Url</em>}'.
5053         * <!-- begin-user-doc -->
5054         * <!-- end-user-doc -->
5055         * @return the meta object for the attribute '<em>Url</em>'.
5056         * @see org.nasdanika.html.model.bootstrap.LinkActionGroupItem#getUrl()
5057         * @see #getLinkActionGroupItem()
5058         * @generated
5059         */
5060        EAttribute getLinkActionGroupItem_Url();
5061
5062        /**
5063         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.ContentActionGroupItem <em>Content Action Group Item</em>}'.
5064         * <!-- begin-user-doc -->
5065         * <!-- end-user-doc -->
5066         * @return the meta object for class '<em>Content Action Group Item</em>'.
5067         * @see org.nasdanika.html.model.bootstrap.ContentActionGroupItem
5068         * @generated
5069         */
5070        EClass getContentActionGroupItem();
5071
5072        /**
5073         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.ContentActionGroupItem#getContent <em>Content</em>}'.
5074         * <!-- begin-user-doc -->
5075         * <!-- end-user-doc -->
5076         * @return the meta object for the containment reference list '<em>Content</em>'.
5077         * @see org.nasdanika.html.model.bootstrap.ContentActionGroupItem#getContent()
5078         * @see #getContentActionGroupItem()
5079         * @generated
5080         */
5081        EReference getContentActionGroupItem_Content();
5082
5083        /**
5084         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.ActionGroup <em>Action Group</em>}'.
5085         * <!-- begin-user-doc -->
5086         * <!-- end-user-doc -->
5087         * @return the meta object for class '<em>Action Group</em>'.
5088         * @see org.nasdanika.html.model.bootstrap.ActionGroup
5089         * @generated
5090         */
5091        EClass getActionGroup();
5092
5093        /**
5094         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.ActionGroup#isFlush <em>Flush</em>}'.
5095         * <!-- begin-user-doc -->
5096         * <!-- end-user-doc -->
5097         * @return the meta object for the attribute '<em>Flush</em>'.
5098         * @see org.nasdanika.html.model.bootstrap.ActionGroup#isFlush()
5099         * @see #getActionGroup()
5100         * @generated
5101         */
5102        EAttribute getActionGroup_Flush();
5103
5104        /**
5105         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.ActionGroup#getItems <em>Items</em>}'.
5106         * <!-- begin-user-doc -->
5107         * <!-- end-user-doc -->
5108         * @return the meta object for the containment reference list '<em>Items</em>'.
5109         * @see org.nasdanika.html.model.bootstrap.ActionGroup#getItems()
5110         * @see #getActionGroup()
5111         * @generated
5112         */
5113        EReference getActionGroup_Items();
5114
5115        /**
5116         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Container <em>Container</em>}'.
5117         * <!-- begin-user-doc -->
5118         * <!-- end-user-doc -->
5119         * @return the meta object for class '<em>Container</em>'.
5120         * @see org.nasdanika.html.model.bootstrap.Container
5121         * @generated
5122         */
5123        EClass getContainer();
5124
5125        /**
5126         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Container#getRows <em>Rows</em>}'.
5127         * <!-- begin-user-doc -->
5128         * <!-- end-user-doc -->
5129         * @return the meta object for the containment reference list '<em>Rows</em>'.
5130         * @see org.nasdanika.html.model.bootstrap.Container#getRows()
5131         * @see #getContainer()
5132         * @generated
5133         */
5134        EReference getContainer_Rows();
5135
5136        /**
5137         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Container#isFluid <em>Fluid</em>}'.
5138         * <!-- begin-user-doc -->
5139         * <!-- end-user-doc -->
5140         * @return the meta object for the attribute '<em>Fluid</em>'.
5141         * @see org.nasdanika.html.model.bootstrap.Container#isFluid()
5142         * @see #getContainer()
5143         * @generated
5144         */
5145        EAttribute getContainer_Fluid();
5146
5147        /**
5148         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Row <em>Row</em>}'.
5149         * <!-- begin-user-doc -->
5150         * <!-- end-user-doc -->
5151         * @return the meta object for class '<em>Row</em>'.
5152         * @see org.nasdanika.html.model.bootstrap.Row
5153         * @generated
5154         */
5155        EClass getRow();
5156
5157        /**
5158         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Row#getColumns <em>Columns</em>}'.
5159         * <!-- begin-user-doc -->
5160         * <!-- end-user-doc -->
5161         * @return the meta object for the containment reference list '<em>Columns</em>'.
5162         * @see org.nasdanika.html.model.bootstrap.Row#getColumns()
5163         * @see #getRow()
5164         * @generated
5165         */
5166        EReference getRow_Columns();
5167
5168        /**
5169         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.ColumnWidth <em>Column Width</em>}'.
5170         * <!-- begin-user-doc -->
5171         * <!-- end-user-doc -->
5172         * @return the meta object for class '<em>Column Width</em>'.
5173         * @see org.nasdanika.html.model.bootstrap.ColumnWidth
5174         * @generated
5175         */
5176        EClass getColumnWidth();
5177
5178        /**
5179         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.ColumnWidth#getBreakpoint <em>Breakpoint</em>}'.
5180         * <!-- begin-user-doc -->
5181         * <!-- end-user-doc -->
5182         * @return the meta object for the attribute '<em>Breakpoint</em>'.
5183         * @see org.nasdanika.html.model.bootstrap.ColumnWidth#getBreakpoint()
5184         * @see #getColumnWidth()
5185         * @generated
5186         */
5187        EAttribute getColumnWidth_Breakpoint();
5188
5189        /**
5190         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.ColumnWidth#getWidth <em>Width</em>}'.
5191         * <!-- begin-user-doc -->
5192         * <!-- end-user-doc -->
5193         * @return the meta object for the attribute '<em>Width</em>'.
5194         * @see org.nasdanika.html.model.bootstrap.ColumnWidth#getWidth()
5195         * @see #getColumnWidth()
5196         * @generated
5197         */
5198        EAttribute getColumnWidth_Width();
5199
5200        /**
5201         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Column <em>Column</em>}'.
5202         * <!-- begin-user-doc -->
5203         * <!-- end-user-doc -->
5204         * @return the meta object for class '<em>Column</em>'.
5205         * @see org.nasdanika.html.model.bootstrap.Column
5206         * @generated
5207         */
5208        EClass getColumn();
5209
5210        /**
5211         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Column#getWidth <em>Width</em>}'.
5212         * <!-- begin-user-doc -->
5213         * <!-- end-user-doc -->
5214         * @return the meta object for the containment reference list '<em>Width</em>'.
5215         * @see org.nasdanika.html.model.bootstrap.Column#getWidth()
5216         * @see #getColumn()
5217         * @generated
5218         */
5219        EReference getColumn_Width();
5220
5221        /**
5222         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.TableRowContainer <em>Table Row Container</em>}'.
5223         * <!-- begin-user-doc -->
5224         * <!-- end-user-doc -->
5225         * @return the meta object for class '<em>Table Row Container</em>'.
5226         * @see org.nasdanika.html.model.bootstrap.TableRowContainer
5227         * @generated
5228         */
5229        EClass getTableRowContainer();
5230
5231        /**
5232         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.TableRowContainer#getRows <em>Rows</em>}'.
5233         * <!-- begin-user-doc -->
5234         * <!-- end-user-doc -->
5235         * @return the meta object for the containment reference list '<em>Rows</em>'.
5236         * @see org.nasdanika.html.model.bootstrap.TableRowContainer#getRows()
5237         * @see #getTableRowContainer()
5238         * @generated
5239         */
5240        EReference getTableRowContainer_Rows();
5241
5242        /**
5243         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.TableSection <em>Table Section</em>}'.
5244         * <!-- begin-user-doc -->
5245         * <!-- end-user-doc -->
5246         * @return the meta object for class '<em>Table Section</em>'.
5247         * @see org.nasdanika.html.model.bootstrap.TableSection
5248         * @generated
5249         */
5250        EClass getTableSection();
5251
5252        /**
5253         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.TableHeader <em>Table Header</em>}'.
5254         * <!-- begin-user-doc -->
5255         * <!-- end-user-doc -->
5256         * @return the meta object for class '<em>Table Header</em>'.
5257         * @see org.nasdanika.html.model.bootstrap.TableHeader
5258         * @generated
5259         */
5260        EClass getTableHeader();
5261
5262        /**
5263         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableHeader#isDark <em>Dark</em>}'.
5264         * <!-- begin-user-doc -->
5265         * <!-- end-user-doc -->
5266         * @return the meta object for the attribute '<em>Dark</em>'.
5267         * @see org.nasdanika.html.model.bootstrap.TableHeader#isDark()
5268         * @see #getTableHeader()
5269         * @generated
5270         */
5271        EAttribute getTableHeader_Dark();
5272
5273        /**
5274         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableHeader#isLight <em>Light</em>}'.
5275         * <!-- begin-user-doc -->
5276         * <!-- end-user-doc -->
5277         * @return the meta object for the attribute '<em>Light</em>'.
5278         * @see org.nasdanika.html.model.bootstrap.TableHeader#isLight()
5279         * @see #getTableHeader()
5280         * @generated
5281         */
5282        EAttribute getTableHeader_Light();
5283
5284        /**
5285         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.TableConfiguration <em>Table Configuration</em>}'.
5286         * <!-- begin-user-doc -->
5287         * <!-- end-user-doc -->
5288         * @return the meta object for class '<em>Table Configuration</em>'.
5289         * @see org.nasdanika.html.model.bootstrap.TableConfiguration
5290         * @generated
5291         */
5292        EClass getTableConfiguration();
5293
5294        /**
5295         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableConfiguration#isDark <em>Dark</em>}'.
5296         * <!-- begin-user-doc -->
5297         * <!-- end-user-doc -->
5298         * @return the meta object for the attribute '<em>Dark</em>'.
5299         * @see org.nasdanika.html.model.bootstrap.TableConfiguration#isDark()
5300         * @see #getTableConfiguration()
5301         * @generated
5302         */
5303        EAttribute getTableConfiguration_Dark();
5304
5305        /**
5306         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableConfiguration#isStriped <em>Striped</em>}'.
5307         * <!-- begin-user-doc -->
5308         * <!-- end-user-doc -->
5309         * @return the meta object for the attribute '<em>Striped</em>'.
5310         * @see org.nasdanika.html.model.bootstrap.TableConfiguration#isStriped()
5311         * @see #getTableConfiguration()
5312         * @generated
5313         */
5314        EAttribute getTableConfiguration_Striped();
5315
5316        /**
5317         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableConfiguration#isBordered <em>Bordered</em>}'.
5318         * <!-- begin-user-doc -->
5319         * <!-- end-user-doc -->
5320         * @return the meta object for the attribute '<em>Bordered</em>'.
5321         * @see org.nasdanika.html.model.bootstrap.TableConfiguration#isBordered()
5322         * @see #getTableConfiguration()
5323         * @generated
5324         */
5325        EAttribute getTableConfiguration_Bordered();
5326
5327        /**
5328         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableConfiguration#isBorderless <em>Borderless</em>}'.
5329         * <!-- begin-user-doc -->
5330         * <!-- end-user-doc -->
5331         * @return the meta object for the attribute '<em>Borderless</em>'.
5332         * @see org.nasdanika.html.model.bootstrap.TableConfiguration#isBorderless()
5333         * @see #getTableConfiguration()
5334         * @generated
5335         */
5336        EAttribute getTableConfiguration_Borderless();
5337
5338        /**
5339         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableConfiguration#isHover <em>Hover</em>}'.
5340         * <!-- begin-user-doc -->
5341         * <!-- end-user-doc -->
5342         * @return the meta object for the attribute '<em>Hover</em>'.
5343         * @see org.nasdanika.html.model.bootstrap.TableConfiguration#isHover()
5344         * @see #getTableConfiguration()
5345         * @generated
5346         */
5347        EAttribute getTableConfiguration_Hover();
5348
5349        /**
5350         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableConfiguration#isSmall <em>Small</em>}'.
5351         * <!-- begin-user-doc -->
5352         * <!-- end-user-doc -->
5353         * @return the meta object for the attribute '<em>Small</em>'.
5354         * @see org.nasdanika.html.model.bootstrap.TableConfiguration#isSmall()
5355         * @see #getTableConfiguration()
5356         * @generated
5357         */
5358        EAttribute getTableConfiguration_Small();
5359
5360        /**
5361         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Table <em>Table</em>}'.
5362         * <!-- begin-user-doc -->
5363         * <!-- end-user-doc -->
5364         * @return the meta object for class '<em>Table</em>'.
5365         * @see org.nasdanika.html.model.bootstrap.Table
5366         * @generated
5367         */
5368        EClass getTable();
5369
5370        /**
5371         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Table#getHeader <em>Header</em>}'.
5372         * <!-- begin-user-doc -->
5373         * <!-- end-user-doc -->
5374         * @return the meta object for the containment reference '<em>Header</em>'.
5375         * @see org.nasdanika.html.model.bootstrap.Table#getHeader()
5376         * @see #getTable()
5377         * @generated
5378         */
5379        EReference getTable_Header();
5380
5381        /**
5382         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Table#getBody <em>Body</em>}'.
5383         * <!-- begin-user-doc -->
5384         * <!-- end-user-doc -->
5385         * @return the meta object for the containment reference '<em>Body</em>'.
5386         * @see org.nasdanika.html.model.bootstrap.Table#getBody()
5387         * @see #getTable()
5388         * @generated
5389         */
5390        EReference getTable_Body();
5391
5392        /**
5393         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Table#getFooter <em>Footer</em>}'.
5394         * <!-- begin-user-doc -->
5395         * <!-- end-user-doc -->
5396         * @return the meta object for the containment reference '<em>Footer</em>'.
5397         * @see org.nasdanika.html.model.bootstrap.Table#getFooter()
5398         * @see #getTable()
5399         * @generated
5400         */
5401        EReference getTable_Footer();
5402
5403        /**
5404         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.TableRow <em>Table Row</em>}'.
5405         * <!-- begin-user-doc -->
5406         * <!-- end-user-doc -->
5407         * @return the meta object for class '<em>Table Row</em>'.
5408         * @see org.nasdanika.html.model.bootstrap.TableRow
5409         * @generated
5410         */
5411        EClass getTableRow();
5412
5413        /**
5414         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.TableRow#getCells <em>Cells</em>}'.
5415         * <!-- begin-user-doc -->
5416         * <!-- end-user-doc -->
5417         * @return the meta object for the containment reference list '<em>Cells</em>'.
5418         * @see org.nasdanika.html.model.bootstrap.TableRow#getCells()
5419         * @see #getTableRow()
5420         * @generated
5421         */
5422        EReference getTableRow_Cells();
5423
5424        /**
5425         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableRow#getColor <em>Color</em>}'.
5426         * <!-- begin-user-doc -->
5427         * <!-- end-user-doc -->
5428         * @return the meta object for the attribute '<em>Color</em>'.
5429         * @see org.nasdanika.html.model.bootstrap.TableRow#getColor()
5430         * @see #getTableRow()
5431         * @generated
5432         */
5433        EAttribute getTableRow_Color();
5434
5435        /**
5436         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableRow#getBackground <em>Background</em>}'.
5437         * <!-- begin-user-doc -->
5438         * <!-- end-user-doc -->
5439         * @return the meta object for the attribute '<em>Background</em>'.
5440         * @see org.nasdanika.html.model.bootstrap.TableRow#getBackground()
5441         * @see #getTableRow()
5442         * @generated
5443         */
5444        EAttribute getTableRow_Background();
5445
5446        /**
5447         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.TableCell <em>Table Cell</em>}'.
5448         * <!-- begin-user-doc -->
5449         * <!-- end-user-doc -->
5450         * @return the meta object for class '<em>Table Cell</em>'.
5451         * @see org.nasdanika.html.model.bootstrap.TableCell
5452         * @generated
5453         */
5454        EClass getTableCell();
5455
5456        /**
5457         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableCell#isHeader <em>Header</em>}'.
5458         * <!-- begin-user-doc -->
5459         * <!-- end-user-doc -->
5460         * @return the meta object for the attribute '<em>Header</em>'.
5461         * @see org.nasdanika.html.model.bootstrap.TableCell#isHeader()
5462         * @see #getTableCell()
5463         * @generated
5464         */
5465        EAttribute getTableCell_Header();
5466
5467        /**
5468         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableCell#getColSpan <em>Col Span</em>}'.
5469         * <!-- begin-user-doc -->
5470         * <!-- end-user-doc -->
5471         * @return the meta object for the attribute '<em>Col Span</em>'.
5472         * @see org.nasdanika.html.model.bootstrap.TableCell#getColSpan()
5473         * @see #getTableCell()
5474         * @generated
5475         */
5476        EAttribute getTableCell_ColSpan();
5477
5478        /**
5479         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableCell#getRowSpan <em>Row Span</em>}'.
5480         * <!-- begin-user-doc -->
5481         * <!-- end-user-doc -->
5482         * @return the meta object for the attribute '<em>Row Span</em>'.
5483         * @see org.nasdanika.html.model.bootstrap.TableCell#getRowSpan()
5484         * @see #getTableCell()
5485         * @generated
5486         */
5487        EAttribute getTableCell_RowSpan();
5488
5489        /**
5490         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableCell#getColor <em>Color</em>}'.
5491         * <!-- begin-user-doc -->
5492         * <!-- end-user-doc -->
5493         * @return the meta object for the attribute '<em>Color</em>'.
5494         * @see org.nasdanika.html.model.bootstrap.TableCell#getColor()
5495         * @see #getTableCell()
5496         * @generated
5497         */
5498        EAttribute getTableCell_Color();
5499
5500        /**
5501         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.TableCell#getBackground <em>Background</em>}'.
5502         * <!-- begin-user-doc -->
5503         * <!-- end-user-doc -->
5504         * @return the meta object for the attribute '<em>Background</em>'.
5505         * @see org.nasdanika.html.model.bootstrap.TableCell#getBackground()
5506         * @see #getTableCell()
5507         * @generated
5508         */
5509        EAttribute getTableCell_Background();
5510
5511        /**
5512         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Card <em>Card</em>}'.
5513         * <!-- begin-user-doc -->
5514         * <!-- end-user-doc -->
5515         * @return the meta object for class '<em>Card</em>'.
5516         * @see org.nasdanika.html.model.bootstrap.Card
5517         * @generated
5518         */
5519        EClass getCard();
5520
5521        /**
5522         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Card#getHeader <em>Header</em>}'.
5523         * <!-- begin-user-doc -->
5524         * <!-- end-user-doc -->
5525         * @return the meta object for the containment reference '<em>Header</em>'.
5526         * @see org.nasdanika.html.model.bootstrap.Card#getHeader()
5527         * @see #getCard()
5528         * @generated
5529         */
5530        EReference getCard_Header();
5531
5532        /**
5533         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Card#getBody <em>Body</em>}'.
5534         * <!-- begin-user-doc -->
5535         * <!-- end-user-doc -->
5536         * @return the meta object for the containment reference '<em>Body</em>'.
5537         * @see org.nasdanika.html.model.bootstrap.Card#getBody()
5538         * @see #getCard()
5539         * @generated
5540         */
5541        EReference getCard_Body();
5542
5543        /**
5544         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Card#getFooter <em>Footer</em>}'.
5545         * <!-- begin-user-doc -->
5546         * <!-- end-user-doc -->
5547         * @return the meta object for the containment reference '<em>Footer</em>'.
5548         * @see org.nasdanika.html.model.bootstrap.Card#getFooter()
5549         * @see #getCard()
5550         * @generated
5551         */
5552        EReference getCard_Footer();
5553
5554        /**
5555         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Alert <em>Alert</em>}'.
5556         * <!-- begin-user-doc -->
5557         * <!-- end-user-doc -->
5558         * @return the meta object for class '<em>Alert</em>'.
5559         * @see org.nasdanika.html.model.bootstrap.Alert
5560         * @generated
5561         */
5562        EClass getAlert();
5563
5564        /**
5565         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Alert#getColor <em>Color</em>}'.
5566         * <!-- begin-user-doc -->
5567         * <!-- end-user-doc -->
5568         * @return the meta object for the attribute '<em>Color</em>'.
5569         * @see org.nasdanika.html.model.bootstrap.Alert#getColor()
5570         * @see #getAlert()
5571         * @generated
5572         */
5573        EAttribute getAlert_Color();
5574
5575        /**
5576         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Badge <em>Badge</em>}'.
5577         * <!-- begin-user-doc -->
5578         * <!-- end-user-doc -->
5579         * @return the meta object for class '<em>Badge</em>'.
5580         * @see org.nasdanika.html.model.bootstrap.Badge
5581         * @generated
5582         */
5583        EClass getBadge();
5584
5585        /**
5586         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Badge#getColor <em>Color</em>}'.
5587         * <!-- begin-user-doc -->
5588         * <!-- end-user-doc -->
5589         * @return the meta object for the attribute '<em>Color</em>'.
5590         * @see org.nasdanika.html.model.bootstrap.Badge#getColor()
5591         * @see #getBadge()
5592         * @generated
5593         */
5594        EAttribute getBadge_Color();
5595
5596        /**
5597         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Breadcrumb <em>Breadcrumb</em>}'.
5598         * <!-- begin-user-doc -->
5599         * <!-- end-user-doc -->
5600         * @return the meta object for class '<em>Breadcrumb</em>'.
5601         * @see org.nasdanika.html.model.bootstrap.Breadcrumb
5602         * @generated
5603         */
5604        EClass getBreadcrumb();
5605
5606        /**
5607         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Button <em>Button</em>}'.
5608         * <!-- begin-user-doc -->
5609         * <!-- end-user-doc -->
5610         * @return the meta object for class '<em>Button</em>'.
5611         * @see org.nasdanika.html.model.bootstrap.Button
5612         * @generated
5613         */
5614        EClass getButton();
5615
5616        /**
5617         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Button#getColor <em>Color</em>}'.
5618         * <!-- begin-user-doc -->
5619         * <!-- end-user-doc -->
5620         * @return the meta object for the attribute '<em>Color</em>'.
5621         * @see org.nasdanika.html.model.bootstrap.Button#getColor()
5622         * @see #getButton()
5623         * @generated
5624         */
5625        EAttribute getButton_Color();
5626
5627        /**
5628         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Button#isOutline <em>Outline</em>}'.
5629         * <!-- begin-user-doc -->
5630         * <!-- end-user-doc -->
5631         * @return the meta object for the attribute '<em>Outline</em>'.
5632         * @see org.nasdanika.html.model.bootstrap.Button#isOutline()
5633         * @see #getButton()
5634         * @generated
5635         */
5636        EAttribute getButton_Outline();
5637
5638        /**
5639         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.ButtonGroup <em>Button Group</em>}'.
5640         * <!-- begin-user-doc -->
5641         * <!-- end-user-doc -->
5642         * @return the meta object for class '<em>Button Group</em>'.
5643         * @see org.nasdanika.html.model.bootstrap.ButtonGroup
5644         * @generated
5645         */
5646        EClass getButtonGroup();
5647
5648        /**
5649         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.ButtonToolbar <em>Button Toolbar</em>}'.
5650         * <!-- begin-user-doc -->
5651         * <!-- end-user-doc -->
5652         * @return the meta object for class '<em>Button Toolbar</em>'.
5653         * @see org.nasdanika.html.model.bootstrap.ButtonToolbar
5654         * @generated
5655         */
5656        EClass getButtonToolbar();
5657
5658        /**
5659         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Dropdown <em>Dropdown</em>}'.
5660         * <!-- begin-user-doc -->
5661         * <!-- end-user-doc -->
5662         * @return the meta object for class '<em>Dropdown</em>'.
5663         * @see org.nasdanika.html.model.bootstrap.Dropdown
5664         * @generated
5665         */
5666        EClass getDropdown();
5667
5668        /**
5669         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Form <em>Form</em>}'.
5670         * <!-- begin-user-doc -->
5671         * <!-- end-user-doc -->
5672         * @return the meta object for class '<em>Form</em>'.
5673         * @see org.nasdanika.html.model.bootstrap.Form
5674         * @generated
5675         */
5676        EClass getForm();
5677
5678        /**
5679         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.ListGroup <em>List Group</em>}'.
5680         * <!-- begin-user-doc -->
5681         * <!-- end-user-doc -->
5682         * @return the meta object for class '<em>List Group</em>'.
5683         * @see org.nasdanika.html.model.bootstrap.ListGroup
5684         * @generated
5685         */
5686        EClass getListGroup();
5687
5688        /**
5689         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Navs <em>Navs</em>}'.
5690         * <!-- begin-user-doc -->
5691         * <!-- end-user-doc -->
5692         * @return the meta object for class '<em>Navs</em>'.
5693         * @see org.nasdanika.html.model.bootstrap.Navs
5694         * @generated
5695         */
5696        EClass getNavs();
5697
5698        /**
5699         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Navbar <em>Navbar</em>}'.
5700         * <!-- begin-user-doc -->
5701         * <!-- end-user-doc -->
5702         * @return the meta object for class '<em>Navbar</em>'.
5703         * @see org.nasdanika.html.model.bootstrap.Navbar
5704         * @generated
5705         */
5706        EClass getNavbar();
5707
5708        /**
5709         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Tooltip <em>Tooltip</em>}'.
5710         * <!-- begin-user-doc -->
5711         * <!-- end-user-doc -->
5712         * @return the meta object for class '<em>Tooltip</em>'.
5713         * @see org.nasdanika.html.model.bootstrap.Tooltip
5714         * @generated
5715         */
5716        EClass getTooltip();
5717
5718        /**
5719         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.InputGroup <em>Input Group</em>}'.
5720         * <!-- begin-user-doc -->
5721         * <!-- end-user-doc -->
5722         * @return the meta object for class '<em>Input Group</em>'.
5723         * @see org.nasdanika.html.model.bootstrap.InputGroup
5724         * @generated
5725         */
5726        EClass getInputGroup();
5727
5728        /**
5729         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.FormGroup <em>Form Group</em>}'.
5730         * <!-- begin-user-doc -->
5731         * <!-- end-user-doc -->
5732         * @return the meta object for class '<em>Form Group</em>'.
5733         * @see org.nasdanika.html.model.bootstrap.FormGroup
5734         * @generated
5735         */
5736        EClass getFormGroup();
5737
5738        /**
5739         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Collapse <em>Collapse</em>}'.
5740         * <!-- begin-user-doc -->
5741         * <!-- end-user-doc -->
5742         * @return the meta object for class '<em>Collapse</em>'.
5743         * @see org.nasdanika.html.model.bootstrap.Collapse
5744         * @generated
5745         */
5746        EClass getCollapse();
5747
5748        /**
5749         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Modal <em>Modal</em>}'.
5750         * <!-- begin-user-doc -->
5751         * <!-- end-user-doc -->
5752         * @return the meta object for class '<em>Modal</em>'.
5753         * @see org.nasdanika.html.model.bootstrap.Modal
5754         * @generated
5755         */
5756        EClass getModal();
5757
5758        /**
5759         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Modal#getHeader <em>Header</em>}'.
5760         * <!-- begin-user-doc -->
5761         * <!-- end-user-doc -->
5762         * @return the meta object for the containment reference '<em>Header</em>'.
5763         * @see org.nasdanika.html.model.bootstrap.Modal#getHeader()
5764         * @see #getModal()
5765         * @generated
5766         */
5767        EReference getModal_Header();
5768
5769        /**
5770         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Modal#getBody <em>Body</em>}'.
5771         * <!-- begin-user-doc -->
5772         * <!-- end-user-doc -->
5773         * @return the meta object for the containment reference '<em>Body</em>'.
5774         * @see org.nasdanika.html.model.bootstrap.Modal#getBody()
5775         * @see #getModal()
5776         * @generated
5777         */
5778        EReference getModal_Body();
5779
5780        /**
5781         * Returns the meta object for the containment reference '{@link org.nasdanika.html.model.bootstrap.Modal#getFooter <em>Footer</em>}'.
5782         * <!-- begin-user-doc -->
5783         * <!-- end-user-doc -->
5784         * @return the meta object for the containment reference '<em>Footer</em>'.
5785         * @see org.nasdanika.html.model.bootstrap.Modal#getFooter()
5786         * @see #getModal()
5787         * @generated
5788         */
5789        EReference getModal_Footer();
5790
5791        /**
5792         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Modal#isDismisser <em>Dismisser</em>}'.
5793         * <!-- begin-user-doc -->
5794         * <!-- end-user-doc -->
5795         * @return the meta object for the attribute '<em>Dismisser</em>'.
5796         * @see org.nasdanika.html.model.bootstrap.Modal#isDismisser()
5797         * @see #getModal()
5798         * @generated
5799         */
5800        EAttribute getModal_Dismisser();
5801
5802        /**
5803         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Modal#isScrollable <em>Scrollable</em>}'.
5804         * <!-- begin-user-doc -->
5805         * <!-- end-user-doc -->
5806         * @return the meta object for the attribute '<em>Scrollable</em>'.
5807         * @see org.nasdanika.html.model.bootstrap.Modal#isScrollable()
5808         * @see #getModal()
5809         * @generated
5810         */
5811        EAttribute getModal_Scrollable();
5812
5813        /**
5814         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Modal#isCentered <em>Centered</em>}'.
5815         * <!-- begin-user-doc -->
5816         * <!-- end-user-doc -->
5817         * @return the meta object for the attribute '<em>Centered</em>'.
5818         * @see org.nasdanika.html.model.bootstrap.Modal#isCentered()
5819         * @see #getModal()
5820         * @generated
5821         */
5822        EAttribute getModal_Centered();
5823
5824        /**
5825         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Modal#getSize <em>Size</em>}'.
5826         * <!-- begin-user-doc -->
5827         * <!-- end-user-doc -->
5828         * @return the meta object for the attribute '<em>Size</em>'.
5829         * @see org.nasdanika.html.model.bootstrap.Modal#getSize()
5830         * @see #getModal()
5831         * @generated
5832         */
5833        EAttribute getModal_Size();
5834
5835        /**
5836         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Accordion <em>Accordion</em>}'.
5837         * <!-- begin-user-doc -->
5838         * <!-- end-user-doc -->
5839         * @return the meta object for class '<em>Accordion</em>'.
5840         * @see org.nasdanika.html.model.bootstrap.Accordion
5841         * @generated
5842         */
5843        EClass getAccordion();
5844
5845        /**
5846         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Carousel <em>Carousel</em>}'.
5847         * <!-- begin-user-doc -->
5848         * <!-- end-user-doc -->
5849         * @return the meta object for class '<em>Carousel</em>'.
5850         * @see org.nasdanika.html.model.bootstrap.Carousel
5851         * @generated
5852         */
5853        EClass getCarousel();
5854
5855        /**
5856         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Carousel#getSlides <em>Slides</em>}'.
5857         * <!-- begin-user-doc -->
5858         * <!-- end-user-doc -->
5859         * @return the meta object for the containment reference list '<em>Slides</em>'.
5860         * @see org.nasdanika.html.model.bootstrap.Carousel#getSlides()
5861         * @see #getCarousel()
5862         * @generated
5863         */
5864        EReference getCarousel_Slides();
5865
5866        /**
5867         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Carousel#isControls <em>Controls</em>}'.
5868         * <!-- begin-user-doc -->
5869         * <!-- end-user-doc -->
5870         * @return the meta object for the attribute '<em>Controls</em>'.
5871         * @see org.nasdanika.html.model.bootstrap.Carousel#isControls()
5872         * @see #getCarousel()
5873         * @generated
5874         */
5875        EAttribute getCarousel_Controls();
5876
5877        /**
5878         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Carousel#isIndicator <em>Indicator</em>}'.
5879         * <!-- begin-user-doc -->
5880         * <!-- end-user-doc -->
5881         * @return the meta object for the attribute '<em>Indicator</em>'.
5882         * @see org.nasdanika.html.model.bootstrap.Carousel#isIndicator()
5883         * @see #getCarousel()
5884         * @generated
5885         */
5886        EAttribute getCarousel_Indicator();
5887
5888        /**
5889         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Carousel#isCrossFade <em>Cross Fade</em>}'.
5890         * <!-- begin-user-doc -->
5891         * <!-- end-user-doc -->
5892         * @return the meta object for the attribute '<em>Cross Fade</em>'.
5893         * @see org.nasdanika.html.model.bootstrap.Carousel#isCrossFade()
5894         * @see #getCarousel()
5895         * @generated
5896         */
5897        EAttribute getCarousel_CrossFade();
5898
5899        /**
5900         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Carousel#isRide <em>Ride</em>}'.
5901         * <!-- begin-user-doc -->
5902         * <!-- end-user-doc -->
5903         * @return the meta object for the attribute '<em>Ride</em>'.
5904         * @see org.nasdanika.html.model.bootstrap.Carousel#isRide()
5905         * @see #getCarousel()
5906         * @generated
5907         */
5908        EAttribute getCarousel_Ride();
5909
5910        /**
5911         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Carousel#getInterval <em>Interval</em>}'.
5912         * <!-- begin-user-doc -->
5913         * <!-- end-user-doc -->
5914         * @return the meta object for the attribute '<em>Interval</em>'.
5915         * @see org.nasdanika.html.model.bootstrap.Carousel#getInterval()
5916         * @see #getCarousel()
5917         * @generated
5918         */
5919        EAttribute getCarousel_Interval();
5920
5921        /**
5922         * Returns the meta object for class '{@link org.nasdanika.html.model.bootstrap.Slide <em>Slide</em>}'.
5923         * <!-- begin-user-doc -->
5924         * <!-- end-user-doc -->
5925         * @return the meta object for class '<em>Slide</em>'.
5926         * @see org.nasdanika.html.model.bootstrap.Slide
5927         * @generated
5928         */
5929        EClass getSlide();
5930
5931        /**
5932         * Returns the meta object for the attribute '{@link org.nasdanika.html.model.bootstrap.Slide#getInterval <em>Interval</em>}'.
5933         * <!-- begin-user-doc -->
5934         * <!-- end-user-doc -->
5935         * @return the meta object for the attribute '<em>Interval</em>'.
5936         * @see org.nasdanika.html.model.bootstrap.Slide#getInterval()
5937         * @see #getSlide()
5938         * @generated
5939         */
5940        EAttribute getSlide_Interval();
5941
5942        /**
5943         * Returns the meta object for the containment reference list '{@link org.nasdanika.html.model.bootstrap.Slide#getCaptions <em>Captions</em>}'.
5944         * <!-- begin-user-doc -->
5945         * <!-- end-user-doc -->
5946         * @return the meta object for the containment reference list '<em>Captions</em>'.
5947         * @see org.nasdanika.html.model.bootstrap.Slide#getCaptions()
5948         * @see #getSlide()
5949         * @generated
5950         */
5951        EReference getSlide_Captions();
5952
5953        /**
5954         * Returns the meta object for data type '{@link org.nasdanika.html.bootstrap.Theme <em>Theme</em>}'.
5955         * <!-- begin-user-doc -->
5956         * <!-- end-user-doc -->
5957         * @return the meta object for data type '<em>Theme</em>'.
5958         * @see org.nasdanika.html.bootstrap.Theme
5959         * @model instanceClass="org.nasdanika.html.bootstrap.Theme"
5960         * @generated
5961         */
5962        EDataType getTheme();
5963
5964        /**
5965         * Returns the meta object for data type '{@link org.nasdanika.html.bootstrap.Color <em>Color</em>}'.
5966         * <!-- begin-user-doc -->
5967         * <!-- end-user-doc -->
5968         * @return the meta object for data type '<em>Color</em>'.
5969         * @see org.nasdanika.html.bootstrap.Color
5970         * @model instanceClass="org.nasdanika.html.bootstrap.Color"
5971         * @generated
5972         */
5973        EDataType getColor();
5974
5975        /**
5976         * Returns the meta object for data type '{@link org.nasdanika.html.bootstrap.Size <em>Size</em>}'.
5977         * <!-- begin-user-doc -->
5978         * <!-- end-user-doc -->
5979         * @return the meta object for data type '<em>Size</em>'.
5980         * @see org.nasdanika.html.bootstrap.Size
5981         * @model instanceClass="org.nasdanika.html.bootstrap.Size"
5982         * @generated
5983         */
5984        EDataType getSize();
5985
5986        /**
5987         * Returns the meta object for data type '{@link org.nasdanika.html.bootstrap.Breakpoint <em>Breakpoint</em>}'.
5988         * <!-- begin-user-doc -->
5989         * <!-- end-user-doc -->
5990         * @return the meta object for data type '<em>Breakpoint</em>'.
5991         * @see org.nasdanika.html.bootstrap.Breakpoint
5992         * @model instanceClass="org.nasdanika.html.bootstrap.Breakpoint"
5993         * @generated
5994         */
5995        EDataType getBreakpoint();
5996
5997        /**
5998         * Returns the meta object for data type '{@link org.nasdanika.html.bootstrap.Text.Alignment <em>Text Alignment</em>}'.
5999         * <!-- begin-user-doc -->
6000         * <!-- end-user-doc -->
6001         * @return the meta object for data type '<em>Text Alignment</em>'.
6002         * @see org.nasdanika.html.bootstrap.Text.Alignment
6003         * @model instanceClass="org.nasdanika.html.bootstrap.Text.Alignment"
6004         * @generated
6005         */
6006        EDataType getTextAlignment();
6007
6008        /**
6009         * Returns the meta object for data type '{@link org.nasdanika.html.bootstrap.Text.Transform <em>Text Transform</em>}'.
6010         * <!-- begin-user-doc -->
6011         * <!-- end-user-doc -->
6012         * @return the meta object for data type '<em>Text Transform</em>'.
6013         * @see org.nasdanika.html.bootstrap.Text.Transform
6014         * @model instanceClass="org.nasdanika.html.bootstrap.Text.Transform"
6015         * @generated
6016         */
6017        EDataType getTextTransform();
6018
6019        /**
6020         * Returns the meta object for data type '{@link org.nasdanika.html.bootstrap.Text.Weight <em>Text Weight</em>}'.
6021         * <!-- begin-user-doc -->
6022         * <!-- end-user-doc -->
6023         * @return the meta object for data type '<em>Text Weight</em>'.
6024         * @see org.nasdanika.html.bootstrap.Text.Weight
6025         * @model instanceClass="org.nasdanika.html.bootstrap.Text.Weight"
6026         * @generated
6027         */
6028        EDataType getTextWeight();
6029
6030        /**
6031         * Returns the factory that creates the instances of the model.
6032         * <!-- begin-user-doc -->
6033         * <!-- end-user-doc -->
6034         * @return the factory that creates the instances of the model.
6035         * @generated
6036         */
6037        BootstrapFactory getBootstrapFactory();
6038
6039        /**
6040         * <!-- begin-user-doc -->
6041         * Defines literals for the meta objects that represent
6042         * <ul>
6043         *   <li>each class,</li>
6044         *   <li>each feature of each class,</li>
6045         *   <li>each operation of each class,</li>
6046         *   <li>each enum,</li>
6047         *   <li>and each data type</li>
6048         * </ul>
6049         * <!-- end-user-doc -->
6050         * @generated
6051         */
6052        interface Literals {
6053                /**
6054                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.BootstrapElementImpl <em>Element</em>}' class.
6055                 * <!-- begin-user-doc -->
6056                 * <!-- end-user-doc -->
6057                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapElementImpl
6058                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBootstrapElement()
6059                 * @generated
6060                 */
6061                EClass BOOTSTRAP_ELEMENT = eINSTANCE.getBootstrapElement();
6062
6063                /**
6064                 * The meta object literal for the '<em><b>Appearance</b></em>' containment reference feature.
6065                 * <!-- begin-user-doc -->
6066                 * <!-- end-user-doc -->
6067                 * @generated
6068                 */
6069                EReference BOOTSTRAP_ELEMENT__APPEARANCE = eINSTANCE.getBootstrapElement_Appearance();
6070
6071                /**
6072                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.PageImpl <em>Page</em>}' class.
6073                 * <!-- begin-user-doc -->
6074                 * <!-- end-user-doc -->
6075                 * @see org.nasdanika.html.model.bootstrap.impl.PageImpl
6076                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getPage()
6077                 * @generated
6078                 */
6079                EClass PAGE = eINSTANCE.getPage();
6080
6081                /**
6082                 * The meta object literal for the '<em><b>Cdn</b></em>' attribute feature.
6083                 * <!-- begin-user-doc -->
6084                 * <!-- end-user-doc -->
6085                 * @generated
6086                 */
6087                EAttribute PAGE__CDN = eINSTANCE.getPage_Cdn();
6088
6089                /**
6090                 * The meta object literal for the '<em><b>Theme</b></em>' attribute feature.
6091                 * <!-- begin-user-doc -->
6092                 * <!-- end-user-doc -->
6093                 * @generated
6094                 */
6095                EAttribute PAGE__THEME = eINSTANCE.getPage_Theme();
6096
6097                /**
6098                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.AppearanceImpl <em>Appearance</em>}' class.
6099                 * <!-- begin-user-doc -->
6100                 * <!-- end-user-doc -->
6101                 * @see org.nasdanika.html.model.bootstrap.impl.AppearanceImpl
6102                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAppearance()
6103                 * @generated
6104                 */
6105                EClass APPEARANCE = eINSTANCE.getAppearance();
6106
6107                /**
6108                 * The meta object literal for the '<em><b>Background</b></em>' attribute feature.
6109                 * <!-- begin-user-doc -->
6110                 * <!-- end-user-doc -->
6111                 * @generated
6112                 */
6113                EAttribute APPEARANCE__BACKGROUND = eINSTANCE.getAppearance_Background();
6114
6115                /**
6116                 * The meta object literal for the '<em><b>Attributes</b></em>' map feature.
6117                 * <!-- begin-user-doc -->
6118                 * <!-- end-user-doc -->
6119                 * @generated
6120                 */
6121                EReference APPEARANCE__ATTRIBUTES = eINSTANCE.getAppearance_Attributes();
6122
6123                /**
6124                 * The meta object literal for the '<em><b>Border</b></em>' containment reference list feature.
6125                 * <!-- begin-user-doc -->
6126                 * <!-- end-user-doc -->
6127                 * @generated
6128                 */
6129                EReference APPEARANCE__BORDER = eINSTANCE.getAppearance_Border();
6130
6131                /**
6132                 * The meta object literal for the '<em><b>Margin</b></em>' containment reference list feature.
6133                 * <!-- begin-user-doc -->
6134                 * <!-- end-user-doc -->
6135                 * @generated
6136                 */
6137                EReference APPEARANCE__MARGIN = eINSTANCE.getAppearance_Margin();
6138
6139                /**
6140                 * The meta object literal for the '<em><b>Padding</b></em>' containment reference list feature.
6141                 * <!-- begin-user-doc -->
6142                 * <!-- end-user-doc -->
6143                 * @generated
6144                 */
6145                EReference APPEARANCE__PADDING = eINSTANCE.getAppearance_Padding();
6146
6147                /**
6148                 * The meta object literal for the '<em><b>Text</b></em>' containment reference feature.
6149                 * <!-- begin-user-doc -->
6150                 * <!-- end-user-doc -->
6151                 * @generated
6152                 */
6153                EReference APPEARANCE__TEXT = eINSTANCE.getAppearance_Text();
6154
6155                /**
6156                 * The meta object literal for the '<em><b>Float</b></em>' containment reference list feature.
6157                 * <!-- begin-user-doc -->
6158                 * <!-- end-user-doc -->
6159                 * @generated
6160                 */
6161                EReference APPEARANCE__FLOAT = eINSTANCE.getAppearance_Float();
6162
6163                /**
6164                 * The meta object literal for the '<em><b>Children</b></em>' map feature.
6165                 * <!-- begin-user-doc -->
6166                 * <!-- end-user-doc -->
6167                 * @generated
6168                 */
6169                EReference APPEARANCE__CHILDREN = eINSTANCE.getAppearance_Children();
6170
6171                /**
6172                 * The meta object literal for the '<em><b>Effective Appearance</b></em>' operation.
6173                 * <!-- begin-user-doc -->
6174                 * <!-- end-user-doc -->
6175                 * @generated
6176                 */
6177                EOperation APPEARANCE___EFFECTIVE_APPEARANCE__STRING = eINSTANCE.getAppearance__EffectiveAppearance__String();
6178
6179                /**
6180                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.AppearanceEntryImpl <em>Appearance Entry</em>}' class.
6181                 * <!-- begin-user-doc -->
6182                 * <!-- end-user-doc -->
6183                 * @see org.nasdanika.html.model.bootstrap.impl.AppearanceEntryImpl
6184                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAppearanceEntry()
6185                 * @generated
6186                 */
6187                EClass APPEARANCE_ENTRY = eINSTANCE.getAppearanceEntry();
6188
6189                /**
6190                 * The meta object literal for the '<em><b>Key</b></em>' attribute feature.
6191                 * <!-- begin-user-doc -->
6192                 * <!-- end-user-doc -->
6193                 * @generated
6194                 */
6195                EAttribute APPEARANCE_ENTRY__KEY = eINSTANCE.getAppearanceEntry_Key();
6196
6197                /**
6198                 * The meta object literal for the '<em><b>Value</b></em>' containment reference feature.
6199                 * <!-- begin-user-doc -->
6200                 * <!-- end-user-doc -->
6201                 * @generated
6202                 */
6203                EReference APPEARANCE_ENTRY__VALUE = eINSTANCE.getAppearanceEntry_Value();
6204
6205                /**
6206                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.BorderImpl <em>Border</em>}' class.
6207                 * <!-- begin-user-doc -->
6208                 * <!-- end-user-doc -->
6209                 * @see org.nasdanika.html.model.bootstrap.impl.BorderImpl
6210                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBorder()
6211                 * @generated
6212                 */
6213                EClass BORDER = eINSTANCE.getBorder();
6214
6215                /**
6216                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6217                 * <!-- begin-user-doc -->
6218                 * <!-- end-user-doc -->
6219                 * @generated
6220                 */
6221                EAttribute BORDER__COLOR = eINSTANCE.getBorder_Color();
6222
6223                /**
6224                 * The meta object literal for the '<em><b>Top</b></em>' attribute feature.
6225                 * <!-- begin-user-doc -->
6226                 * <!-- end-user-doc -->
6227                 * @generated
6228                 */
6229                EAttribute BORDER__TOP = eINSTANCE.getBorder_Top();
6230
6231                /**
6232                 * The meta object literal for the '<em><b>Bottom</b></em>' attribute feature.
6233                 * <!-- begin-user-doc -->
6234                 * <!-- end-user-doc -->
6235                 * @generated
6236                 */
6237                EAttribute BORDER__BOTTOM = eINSTANCE.getBorder_Bottom();
6238
6239                /**
6240                 * The meta object literal for the '<em><b>Left</b></em>' attribute feature.
6241                 * <!-- begin-user-doc -->
6242                 * <!-- end-user-doc -->
6243                 * @generated
6244                 */
6245                EAttribute BORDER__LEFT = eINSTANCE.getBorder_Left();
6246
6247                /**
6248                 * The meta object literal for the '<em><b>Right</b></em>' attribute feature.
6249                 * <!-- begin-user-doc -->
6250                 * <!-- end-user-doc -->
6251                 * @generated
6252                 */
6253                EAttribute BORDER__RIGHT = eINSTANCE.getBorder_Right();
6254
6255                /**
6256                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.SpacingImpl <em>Spacing</em>}' class.
6257                 * <!-- begin-user-doc -->
6258                 * <!-- end-user-doc -->
6259                 * @see org.nasdanika.html.model.bootstrap.impl.SpacingImpl
6260                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getSpacing()
6261                 * @generated
6262                 */
6263                EClass SPACING = eINSTANCE.getSpacing();
6264
6265                /**
6266                 * The meta object literal for the '<em><b>Size</b></em>' attribute feature.
6267                 * <!-- begin-user-doc -->
6268                 * <!-- end-user-doc -->
6269                 * @generated
6270                 */
6271                EAttribute SPACING__SIZE = eINSTANCE.getSpacing_Size();
6272
6273                /**
6274                 * The meta object literal for the '<em><b>Breakpoint</b></em>' attribute feature.
6275                 * <!-- begin-user-doc -->
6276                 * <!-- end-user-doc -->
6277                 * @generated
6278                 */
6279                EAttribute SPACING__BREAKPOINT = eINSTANCE.getSpacing_Breakpoint();
6280
6281                /**
6282                 * The meta object literal for the '<em><b>Top</b></em>' attribute feature.
6283                 * <!-- begin-user-doc -->
6284                 * <!-- end-user-doc -->
6285                 * @generated
6286                 */
6287                EAttribute SPACING__TOP = eINSTANCE.getSpacing_Top();
6288
6289                /**
6290                 * The meta object literal for the '<em><b>Bottom</b></em>' attribute feature.
6291                 * <!-- begin-user-doc -->
6292                 * <!-- end-user-doc -->
6293                 * @generated
6294                 */
6295                EAttribute SPACING__BOTTOM = eINSTANCE.getSpacing_Bottom();
6296
6297                /**
6298                 * The meta object literal for the '<em><b>Left</b></em>' attribute feature.
6299                 * <!-- begin-user-doc -->
6300                 * <!-- end-user-doc -->
6301                 * @generated
6302                 */
6303                EAttribute SPACING__LEFT = eINSTANCE.getSpacing_Left();
6304
6305                /**
6306                 * The meta object literal for the '<em><b>Right</b></em>' attribute feature.
6307                 * <!-- begin-user-doc -->
6308                 * <!-- end-user-doc -->
6309                 * @generated
6310                 */
6311                EAttribute SPACING__RIGHT = eINSTANCE.getSpacing_Right();
6312
6313                /**
6314                 * The meta object literal for the '<em><b>X</b></em>' attribute feature.
6315                 * <!-- begin-user-doc -->
6316                 * <!-- end-user-doc -->
6317                 * @generated
6318                 */
6319                EAttribute SPACING__X = eINSTANCE.getSpacing_X();
6320
6321                /**
6322                 * The meta object literal for the '<em><b>Y</b></em>' attribute feature.
6323                 * <!-- begin-user-doc -->
6324                 * <!-- end-user-doc -->
6325                 * @generated
6326                 */
6327                EAttribute SPACING__Y = eINSTANCE.getSpacing_Y();
6328
6329                /**
6330                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TextImpl <em>Text</em>}' class.
6331                 * <!-- begin-user-doc -->
6332                 * <!-- end-user-doc -->
6333                 * @see org.nasdanika.html.model.bootstrap.impl.TextImpl
6334                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getText()
6335                 * @generated
6336                 */
6337                EClass TEXT = eINSTANCE.getText();
6338
6339                /**
6340                 * The meta object literal for the '<em><b>Alignment</b></em>' attribute feature.
6341                 * <!-- begin-user-doc -->
6342                 * <!-- end-user-doc -->
6343                 * @generated
6344                 */
6345                EAttribute TEXT__ALIGNMENT = eINSTANCE.getText_Alignment();
6346
6347                /**
6348                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6349                 * <!-- begin-user-doc -->
6350                 * <!-- end-user-doc -->
6351                 * @generated
6352                 */
6353                EAttribute TEXT__COLOR = eINSTANCE.getText_Color();
6354
6355                /**
6356                 * The meta object literal for the '<em><b>Transform</b></em>' attribute feature.
6357                 * <!-- begin-user-doc -->
6358                 * <!-- end-user-doc -->
6359                 * @generated
6360                 */
6361                EAttribute TEXT__TRANSFORM = eINSTANCE.getText_Transform();
6362
6363                /**
6364                 * The meta object literal for the '<em><b>Weight</b></em>' attribute feature.
6365                 * <!-- begin-user-doc -->
6366                 * <!-- end-user-doc -->
6367                 * @generated
6368                 */
6369                EAttribute TEXT__WEIGHT = eINSTANCE.getText_Weight();
6370
6371                /**
6372                 * The meta object literal for the '<em><b>Monospace</b></em>' attribute feature.
6373                 * <!-- begin-user-doc -->
6374                 * <!-- end-user-doc -->
6375                 * @generated
6376                 */
6377                EAttribute TEXT__MONOSPACE = eINSTANCE.getText_Monospace();
6378
6379                /**
6380                 * The meta object literal for the '<em><b>Italic</b></em>' attribute feature.
6381                 * <!-- begin-user-doc -->
6382                 * <!-- end-user-doc -->
6383                 * @generated
6384                 */
6385                EAttribute TEXT__ITALIC = eINSTANCE.getText_Italic();
6386
6387                /**
6388                 * The meta object literal for the '<em><b>Nowrap</b></em>' attribute feature.
6389                 * <!-- begin-user-doc -->
6390                 * <!-- end-user-doc -->
6391                 * @generated
6392                 */
6393                EAttribute TEXT__NOWRAP = eINSTANCE.getText_Nowrap();
6394
6395                /**
6396                 * The meta object literal for the '<em><b>Truncate</b></em>' attribute feature.
6397                 * <!-- begin-user-doc -->
6398                 * <!-- end-user-doc -->
6399                 * @generated
6400                 */
6401                EAttribute TEXT__TRUNCATE = eINSTANCE.getText_Truncate();
6402
6403                /**
6404                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.FloatImpl <em>Float</em>}' class.
6405                 * <!-- begin-user-doc -->
6406                 * <!-- end-user-doc -->
6407                 * @see org.nasdanika.html.model.bootstrap.impl.FloatImpl
6408                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getFloat()
6409                 * @generated
6410                 */
6411                EClass FLOAT = eINSTANCE.getFloat();
6412
6413                /**
6414                 * The meta object literal for the '<em><b>Side</b></em>' attribute feature.
6415                 * <!-- begin-user-doc -->
6416                 * <!-- end-user-doc -->
6417                 * @generated
6418                 */
6419                EAttribute FLOAT__SIDE = eINSTANCE.getFloat_Side();
6420
6421                /**
6422                 * The meta object literal for the '<em><b>Breakpoint</b></em>' attribute feature.
6423                 * <!-- begin-user-doc -->
6424                 * <!-- end-user-doc -->
6425                 * @generated
6426                 */
6427                EAttribute FLOAT__BREAKPOINT = eINSTANCE.getFloat_Breakpoint();
6428
6429                /**
6430                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TagImpl <em>Tag</em>}' class.
6431                 * <!-- begin-user-doc -->
6432                 * <!-- end-user-doc -->
6433                 * @see org.nasdanika.html.model.bootstrap.impl.TagImpl
6434                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTag()
6435                 * @generated
6436                 */
6437                EClass TAG = eINSTANCE.getTag();
6438
6439                /**
6440                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.DivImpl <em>Div</em>}' class.
6441                 * <!-- begin-user-doc -->
6442                 * <!-- end-user-doc -->
6443                 * @see org.nasdanika.html.model.bootstrap.impl.DivImpl
6444                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getDiv()
6445                 * @generated
6446                 */
6447                EClass DIV = eINSTANCE.getDiv();
6448
6449                /**
6450                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ItemImpl <em>Item</em>}' class.
6451                 * <!-- begin-user-doc -->
6452                 * <!-- end-user-doc -->
6453                 * @see org.nasdanika.html.model.bootstrap.impl.ItemImpl
6454                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getItem()
6455                 * @generated
6456                 */
6457                EClass ITEM = eINSTANCE.getItem();
6458
6459                /**
6460                 * The meta object literal for the '<em><b>Active</b></em>' attribute feature.
6461                 * <!-- begin-user-doc -->
6462                 * <!-- end-user-doc -->
6463                 * @generated
6464                 */
6465                EAttribute ITEM__ACTIVE = eINSTANCE.getItem_Active();
6466
6467                /**
6468                 * The meta object literal for the '<em><b>Disabled</b></em>' attribute feature.
6469                 * <!-- begin-user-doc -->
6470                 * <!-- end-user-doc -->
6471                 * @generated
6472                 */
6473                EAttribute ITEM__DISABLED = eINSTANCE.getItem_Disabled();
6474
6475                /**
6476                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6477                 * <!-- begin-user-doc -->
6478                 * <!-- end-user-doc -->
6479                 * @generated
6480                 */
6481                EAttribute ITEM__COLOR = eINSTANCE.getItem_Color();
6482
6483                /**
6484                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ActionGroupItemImpl <em>Action Group Item</em>}' class.
6485                 * <!-- begin-user-doc -->
6486                 * <!-- end-user-doc -->
6487                 * @see org.nasdanika.html.model.bootstrap.impl.ActionGroupItemImpl
6488                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getActionGroupItem()
6489                 * @generated
6490                 */
6491                EClass ACTION_GROUP_ITEM = eINSTANCE.getActionGroupItem();
6492
6493                /**
6494                 * The meta object literal for the '<em><b>Name</b></em>' containment reference list feature.
6495                 * <!-- begin-user-doc -->
6496                 * <!-- end-user-doc -->
6497                 * @generated
6498                 */
6499                EReference ACTION_GROUP_ITEM__NAME = eINSTANCE.getActionGroupItem_Name();
6500
6501                /**
6502                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.LinkActionGroupItemImpl <em>Link Action Group Item</em>}' class.
6503                 * <!-- begin-user-doc -->
6504                 * <!-- end-user-doc -->
6505                 * @see org.nasdanika.html.model.bootstrap.impl.LinkActionGroupItemImpl
6506                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getLinkActionGroupItem()
6507                 * @generated
6508                 */
6509                EClass LINK_ACTION_GROUP_ITEM = eINSTANCE.getLinkActionGroupItem();
6510
6511                /**
6512                 * The meta object literal for the '<em><b>Url</b></em>' attribute feature.
6513                 * <!-- begin-user-doc -->
6514                 * <!-- end-user-doc -->
6515                 * @generated
6516                 */
6517                EAttribute LINK_ACTION_GROUP_ITEM__URL = eINSTANCE.getLinkActionGroupItem_Url();
6518
6519                /**
6520                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ContentActionGroupItemImpl <em>Content Action Group Item</em>}' class.
6521                 * <!-- begin-user-doc -->
6522                 * <!-- end-user-doc -->
6523                 * @see org.nasdanika.html.model.bootstrap.impl.ContentActionGroupItemImpl
6524                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getContentActionGroupItem()
6525                 * @generated
6526                 */
6527                EClass CONTENT_ACTION_GROUP_ITEM = eINSTANCE.getContentActionGroupItem();
6528
6529                /**
6530                 * The meta object literal for the '<em><b>Content</b></em>' containment reference list feature.
6531                 * <!-- begin-user-doc -->
6532                 * <!-- end-user-doc -->
6533                 * @generated
6534                 */
6535                EReference CONTENT_ACTION_GROUP_ITEM__CONTENT = eINSTANCE.getContentActionGroupItem_Content();
6536
6537                /**
6538                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ActionGroupImpl <em>Action Group</em>}' class.
6539                 * <!-- begin-user-doc -->
6540                 * <!-- end-user-doc -->
6541                 * @see org.nasdanika.html.model.bootstrap.impl.ActionGroupImpl
6542                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getActionGroup()
6543                 * @generated
6544                 */
6545                EClass ACTION_GROUP = eINSTANCE.getActionGroup();
6546
6547                /**
6548                 * The meta object literal for the '<em><b>Flush</b></em>' attribute feature.
6549                 * <!-- begin-user-doc -->
6550                 * <!-- end-user-doc -->
6551                 * @generated
6552                 */
6553                EAttribute ACTION_GROUP__FLUSH = eINSTANCE.getActionGroup_Flush();
6554
6555                /**
6556                 * The meta object literal for the '<em><b>Items</b></em>' containment reference list feature.
6557                 * <!-- begin-user-doc -->
6558                 * <!-- end-user-doc -->
6559                 * @generated
6560                 */
6561                EReference ACTION_GROUP__ITEMS = eINSTANCE.getActionGroup_Items();
6562
6563                /**
6564                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ContainerImpl <em>Container</em>}' class.
6565                 * <!-- begin-user-doc -->
6566                 * <!-- end-user-doc -->
6567                 * @see org.nasdanika.html.model.bootstrap.impl.ContainerImpl
6568                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getContainer()
6569                 * @generated
6570                 */
6571                EClass CONTAINER = eINSTANCE.getContainer();
6572
6573                /**
6574                 * The meta object literal for the '<em><b>Rows</b></em>' containment reference list feature.
6575                 * <!-- begin-user-doc -->
6576                 * <!-- end-user-doc -->
6577                 * @generated
6578                 */
6579                EReference CONTAINER__ROWS = eINSTANCE.getContainer_Rows();
6580
6581                /**
6582                 * The meta object literal for the '<em><b>Fluid</b></em>' attribute feature.
6583                 * <!-- begin-user-doc -->
6584                 * <!-- end-user-doc -->
6585                 * @generated
6586                 */
6587                EAttribute CONTAINER__FLUID = eINSTANCE.getContainer_Fluid();
6588
6589                /**
6590                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.RowImpl <em>Row</em>}' class.
6591                 * <!-- begin-user-doc -->
6592                 * <!-- end-user-doc -->
6593                 * @see org.nasdanika.html.model.bootstrap.impl.RowImpl
6594                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getRow()
6595                 * @generated
6596                 */
6597                EClass ROW = eINSTANCE.getRow();
6598
6599                /**
6600                 * The meta object literal for the '<em><b>Columns</b></em>' containment reference list feature.
6601                 * <!-- begin-user-doc -->
6602                 * <!-- end-user-doc -->
6603                 * @generated
6604                 */
6605                EReference ROW__COLUMNS = eINSTANCE.getRow_Columns();
6606
6607                /**
6608                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ColumnWidthImpl <em>Column Width</em>}' class.
6609                 * <!-- begin-user-doc -->
6610                 * <!-- end-user-doc -->
6611                 * @see org.nasdanika.html.model.bootstrap.impl.ColumnWidthImpl
6612                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getColumnWidth()
6613                 * @generated
6614                 */
6615                EClass COLUMN_WIDTH = eINSTANCE.getColumnWidth();
6616
6617                /**
6618                 * The meta object literal for the '<em><b>Breakpoint</b></em>' attribute feature.
6619                 * <!-- begin-user-doc -->
6620                 * <!-- end-user-doc -->
6621                 * @generated
6622                 */
6623                EAttribute COLUMN_WIDTH__BREAKPOINT = eINSTANCE.getColumnWidth_Breakpoint();
6624
6625                /**
6626                 * The meta object literal for the '<em><b>Width</b></em>' attribute feature.
6627                 * <!-- begin-user-doc -->
6628                 * <!-- end-user-doc -->
6629                 * @generated
6630                 */
6631                EAttribute COLUMN_WIDTH__WIDTH = eINSTANCE.getColumnWidth_Width();
6632
6633                /**
6634                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ColumnImpl <em>Column</em>}' class.
6635                 * <!-- begin-user-doc -->
6636                 * <!-- end-user-doc -->
6637                 * @see org.nasdanika.html.model.bootstrap.impl.ColumnImpl
6638                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getColumn()
6639                 * @generated
6640                 */
6641                EClass COLUMN = eINSTANCE.getColumn();
6642
6643                /**
6644                 * The meta object literal for the '<em><b>Width</b></em>' containment reference list feature.
6645                 * <!-- begin-user-doc -->
6646                 * <!-- end-user-doc -->
6647                 * @generated
6648                 */
6649                EReference COLUMN__WIDTH = eINSTANCE.getColumn_Width();
6650
6651                /**
6652                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TableRowContainerImpl <em>Table Row Container</em>}' class.
6653                 * <!-- begin-user-doc -->
6654                 * <!-- end-user-doc -->
6655                 * @see org.nasdanika.html.model.bootstrap.impl.TableRowContainerImpl
6656                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableRowContainer()
6657                 * @generated
6658                 */
6659                EClass TABLE_ROW_CONTAINER = eINSTANCE.getTableRowContainer();
6660
6661                /**
6662                 * The meta object literal for the '<em><b>Rows</b></em>' containment reference list feature.
6663                 * <!-- begin-user-doc -->
6664                 * <!-- end-user-doc -->
6665                 * @generated
6666                 */
6667                EReference TABLE_ROW_CONTAINER__ROWS = eINSTANCE.getTableRowContainer_Rows();
6668
6669                /**
6670                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TableSectionImpl <em>Table Section</em>}' class.
6671                 * <!-- begin-user-doc -->
6672                 * <!-- end-user-doc -->
6673                 * @see org.nasdanika.html.model.bootstrap.impl.TableSectionImpl
6674                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableSection()
6675                 * @generated
6676                 */
6677                EClass TABLE_SECTION = eINSTANCE.getTableSection();
6678
6679                /**
6680                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TableHeaderImpl <em>Table Header</em>}' class.
6681                 * <!-- begin-user-doc -->
6682                 * <!-- end-user-doc -->
6683                 * @see org.nasdanika.html.model.bootstrap.impl.TableHeaderImpl
6684                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableHeader()
6685                 * @generated
6686                 */
6687                EClass TABLE_HEADER = eINSTANCE.getTableHeader();
6688
6689                /**
6690                 * The meta object literal for the '<em><b>Dark</b></em>' attribute feature.
6691                 * <!-- begin-user-doc -->
6692                 * <!-- end-user-doc -->
6693                 * @generated
6694                 */
6695                EAttribute TABLE_HEADER__DARK = eINSTANCE.getTableHeader_Dark();
6696
6697                /**
6698                 * The meta object literal for the '<em><b>Light</b></em>' attribute feature.
6699                 * <!-- begin-user-doc -->
6700                 * <!-- end-user-doc -->
6701                 * @generated
6702                 */
6703                EAttribute TABLE_HEADER__LIGHT = eINSTANCE.getTableHeader_Light();
6704
6705                /**
6706                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.TableConfiguration <em>Table Configuration</em>}' class.
6707                 * <!-- begin-user-doc -->
6708                 * <!-- end-user-doc -->
6709                 * @see org.nasdanika.html.model.bootstrap.TableConfiguration
6710                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableConfiguration()
6711                 * @generated
6712                 */
6713                EClass TABLE_CONFIGURATION = eINSTANCE.getTableConfiguration();
6714
6715                /**
6716                 * The meta object literal for the '<em><b>Dark</b></em>' attribute feature.
6717                 * <!-- begin-user-doc -->
6718                 * <!-- end-user-doc -->
6719                 * @generated
6720                 */
6721                EAttribute TABLE_CONFIGURATION__DARK = eINSTANCE.getTableConfiguration_Dark();
6722
6723                /**
6724                 * The meta object literal for the '<em><b>Striped</b></em>' attribute feature.
6725                 * <!-- begin-user-doc -->
6726                 * <!-- end-user-doc -->
6727                 * @generated
6728                 */
6729                EAttribute TABLE_CONFIGURATION__STRIPED = eINSTANCE.getTableConfiguration_Striped();
6730
6731                /**
6732                 * The meta object literal for the '<em><b>Bordered</b></em>' attribute feature.
6733                 * <!-- begin-user-doc -->
6734                 * <!-- end-user-doc -->
6735                 * @generated
6736                 */
6737                EAttribute TABLE_CONFIGURATION__BORDERED = eINSTANCE.getTableConfiguration_Bordered();
6738
6739                /**
6740                 * The meta object literal for the '<em><b>Borderless</b></em>' attribute feature.
6741                 * <!-- begin-user-doc -->
6742                 * <!-- end-user-doc -->
6743                 * @generated
6744                 */
6745                EAttribute TABLE_CONFIGURATION__BORDERLESS = eINSTANCE.getTableConfiguration_Borderless();
6746
6747                /**
6748                 * The meta object literal for the '<em><b>Hover</b></em>' attribute feature.
6749                 * <!-- begin-user-doc -->
6750                 * <!-- end-user-doc -->
6751                 * @generated
6752                 */
6753                EAttribute TABLE_CONFIGURATION__HOVER = eINSTANCE.getTableConfiguration_Hover();
6754
6755                /**
6756                 * The meta object literal for the '<em><b>Small</b></em>' attribute feature.
6757                 * <!-- begin-user-doc -->
6758                 * <!-- end-user-doc -->
6759                 * @generated
6760                 */
6761                EAttribute TABLE_CONFIGURATION__SMALL = eINSTANCE.getTableConfiguration_Small();
6762
6763                /**
6764                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TableImpl <em>Table</em>}' class.
6765                 * <!-- begin-user-doc -->
6766                 * <!-- end-user-doc -->
6767                 * @see org.nasdanika.html.model.bootstrap.impl.TableImpl
6768                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTable()
6769                 * @generated
6770                 */
6771                EClass TABLE = eINSTANCE.getTable();
6772
6773                /**
6774                 * The meta object literal for the '<em><b>Header</b></em>' containment reference feature.
6775                 * <!-- begin-user-doc -->
6776                 * <!-- end-user-doc -->
6777                 * @generated
6778                 */
6779                EReference TABLE__HEADER = eINSTANCE.getTable_Header();
6780
6781                /**
6782                 * The meta object literal for the '<em><b>Body</b></em>' containment reference feature.
6783                 * <!-- begin-user-doc -->
6784                 * <!-- end-user-doc -->
6785                 * @generated
6786                 */
6787                EReference TABLE__BODY = eINSTANCE.getTable_Body();
6788
6789                /**
6790                 * The meta object literal for the '<em><b>Footer</b></em>' containment reference feature.
6791                 * <!-- begin-user-doc -->
6792                 * <!-- end-user-doc -->
6793                 * @generated
6794                 */
6795                EReference TABLE__FOOTER = eINSTANCE.getTable_Footer();
6796
6797                /**
6798                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TableRowImpl <em>Table Row</em>}' class.
6799                 * <!-- begin-user-doc -->
6800                 * <!-- end-user-doc -->
6801                 * @see org.nasdanika.html.model.bootstrap.impl.TableRowImpl
6802                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableRow()
6803                 * @generated
6804                 */
6805                EClass TABLE_ROW = eINSTANCE.getTableRow();
6806
6807                /**
6808                 * The meta object literal for the '<em><b>Cells</b></em>' containment reference list feature.
6809                 * <!-- begin-user-doc -->
6810                 * <!-- end-user-doc -->
6811                 * @generated
6812                 */
6813                EReference TABLE_ROW__CELLS = eINSTANCE.getTableRow_Cells();
6814
6815                /**
6816                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6817                 * <!-- begin-user-doc -->
6818                 * <!-- end-user-doc -->
6819                 * @generated
6820                 */
6821                EAttribute TABLE_ROW__COLOR = eINSTANCE.getTableRow_Color();
6822
6823                /**
6824                 * The meta object literal for the '<em><b>Background</b></em>' attribute feature.
6825                 * <!-- begin-user-doc -->
6826                 * <!-- end-user-doc -->
6827                 * @generated
6828                 */
6829                EAttribute TABLE_ROW__BACKGROUND = eINSTANCE.getTableRow_Background();
6830
6831                /**
6832                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TableCellImpl <em>Table Cell</em>}' class.
6833                 * <!-- begin-user-doc -->
6834                 * <!-- end-user-doc -->
6835                 * @see org.nasdanika.html.model.bootstrap.impl.TableCellImpl
6836                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTableCell()
6837                 * @generated
6838                 */
6839                EClass TABLE_CELL = eINSTANCE.getTableCell();
6840
6841                /**
6842                 * The meta object literal for the '<em><b>Header</b></em>' attribute feature.
6843                 * <!-- begin-user-doc -->
6844                 * <!-- end-user-doc -->
6845                 * @generated
6846                 */
6847                EAttribute TABLE_CELL__HEADER = eINSTANCE.getTableCell_Header();
6848
6849                /**
6850                 * The meta object literal for the '<em><b>Col Span</b></em>' attribute feature.
6851                 * <!-- begin-user-doc -->
6852                 * <!-- end-user-doc -->
6853                 * @generated
6854                 */
6855                EAttribute TABLE_CELL__COL_SPAN = eINSTANCE.getTableCell_ColSpan();
6856
6857                /**
6858                 * The meta object literal for the '<em><b>Row Span</b></em>' attribute feature.
6859                 * <!-- begin-user-doc -->
6860                 * <!-- end-user-doc -->
6861                 * @generated
6862                 */
6863                EAttribute TABLE_CELL__ROW_SPAN = eINSTANCE.getTableCell_RowSpan();
6864
6865                /**
6866                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6867                 * <!-- begin-user-doc -->
6868                 * <!-- end-user-doc -->
6869                 * @generated
6870                 */
6871                EAttribute TABLE_CELL__COLOR = eINSTANCE.getTableCell_Color();
6872
6873                /**
6874                 * The meta object literal for the '<em><b>Background</b></em>' attribute feature.
6875                 * <!-- begin-user-doc -->
6876                 * <!-- end-user-doc -->
6877                 * @generated
6878                 */
6879                EAttribute TABLE_CELL__BACKGROUND = eINSTANCE.getTableCell_Background();
6880
6881                /**
6882                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.CardImpl <em>Card</em>}' class.
6883                 * <!-- begin-user-doc -->
6884                 * <!-- end-user-doc -->
6885                 * @see org.nasdanika.html.model.bootstrap.impl.CardImpl
6886                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getCard()
6887                 * @generated
6888                 */
6889                EClass CARD = eINSTANCE.getCard();
6890
6891                /**
6892                 * The meta object literal for the '<em><b>Header</b></em>' containment reference feature.
6893                 * <!-- begin-user-doc -->
6894                 * <!-- end-user-doc -->
6895                 * @generated
6896                 */
6897                EReference CARD__HEADER = eINSTANCE.getCard_Header();
6898
6899                /**
6900                 * The meta object literal for the '<em><b>Body</b></em>' containment reference feature.
6901                 * <!-- begin-user-doc -->
6902                 * <!-- end-user-doc -->
6903                 * @generated
6904                 */
6905                EReference CARD__BODY = eINSTANCE.getCard_Body();
6906
6907                /**
6908                 * The meta object literal for the '<em><b>Footer</b></em>' containment reference feature.
6909                 * <!-- begin-user-doc -->
6910                 * <!-- end-user-doc -->
6911                 * @generated
6912                 */
6913                EReference CARD__FOOTER = eINSTANCE.getCard_Footer();
6914
6915                /**
6916                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.AlertImpl <em>Alert</em>}' class.
6917                 * <!-- begin-user-doc -->
6918                 * <!-- end-user-doc -->
6919                 * @see org.nasdanika.html.model.bootstrap.impl.AlertImpl
6920                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAlert()
6921                 * @generated
6922                 */
6923                EClass ALERT = eINSTANCE.getAlert();
6924
6925                /**
6926                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6927                 * <!-- begin-user-doc -->
6928                 * <!-- end-user-doc -->
6929                 * @generated
6930                 */
6931                EAttribute ALERT__COLOR = eINSTANCE.getAlert_Color();
6932
6933                /**
6934                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.BadgeImpl <em>Badge</em>}' class.
6935                 * <!-- begin-user-doc -->
6936                 * <!-- end-user-doc -->
6937                 * @see org.nasdanika.html.model.bootstrap.impl.BadgeImpl
6938                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBadge()
6939                 * @generated
6940                 */
6941                EClass BADGE = eINSTANCE.getBadge();
6942
6943                /**
6944                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6945                 * <!-- begin-user-doc -->
6946                 * <!-- end-user-doc -->
6947                 * @generated
6948                 */
6949                EAttribute BADGE__COLOR = eINSTANCE.getBadge_Color();
6950
6951                /**
6952                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.BreadcrumbImpl <em>Breadcrumb</em>}' class.
6953                 * <!-- begin-user-doc -->
6954                 * <!-- end-user-doc -->
6955                 * @see org.nasdanika.html.model.bootstrap.impl.BreadcrumbImpl
6956                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBreadcrumb()
6957                 * @generated
6958                 */
6959                EClass BREADCRUMB = eINSTANCE.getBreadcrumb();
6960
6961                /**
6962                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ButtonImpl <em>Button</em>}' class.
6963                 * <!-- begin-user-doc -->
6964                 * <!-- end-user-doc -->
6965                 * @see org.nasdanika.html.model.bootstrap.impl.ButtonImpl
6966                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getButton()
6967                 * @generated
6968                 */
6969                EClass BUTTON = eINSTANCE.getButton();
6970
6971                /**
6972                 * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
6973                 * <!-- begin-user-doc -->
6974                 * <!-- end-user-doc -->
6975                 * @generated
6976                 */
6977                EAttribute BUTTON__COLOR = eINSTANCE.getButton_Color();
6978
6979                /**
6980                 * The meta object literal for the '<em><b>Outline</b></em>' attribute feature.
6981                 * <!-- begin-user-doc -->
6982                 * <!-- end-user-doc -->
6983                 * @generated
6984                 */
6985                EAttribute BUTTON__OUTLINE = eINSTANCE.getButton_Outline();
6986
6987                /**
6988                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ButtonGroupImpl <em>Button Group</em>}' class.
6989                 * <!-- begin-user-doc -->
6990                 * <!-- end-user-doc -->
6991                 * @see org.nasdanika.html.model.bootstrap.impl.ButtonGroupImpl
6992                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getButtonGroup()
6993                 * @generated
6994                 */
6995                EClass BUTTON_GROUP = eINSTANCE.getButtonGroup();
6996
6997                /**
6998                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ButtonToolbarImpl <em>Button Toolbar</em>}' class.
6999                 * <!-- begin-user-doc -->
7000                 * <!-- end-user-doc -->
7001                 * @see org.nasdanika.html.model.bootstrap.impl.ButtonToolbarImpl
7002                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getButtonToolbar()
7003                 * @generated
7004                 */
7005                EClass BUTTON_TOOLBAR = eINSTANCE.getButtonToolbar();
7006
7007                /**
7008                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.DropdownImpl <em>Dropdown</em>}' class.
7009                 * <!-- begin-user-doc -->
7010                 * <!-- end-user-doc -->
7011                 * @see org.nasdanika.html.model.bootstrap.impl.DropdownImpl
7012                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getDropdown()
7013                 * @generated
7014                 */
7015                EClass DROPDOWN = eINSTANCE.getDropdown();
7016
7017                /**
7018                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.FormImpl <em>Form</em>}' class.
7019                 * <!-- begin-user-doc -->
7020                 * <!-- end-user-doc -->
7021                 * @see org.nasdanika.html.model.bootstrap.impl.FormImpl
7022                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getForm()
7023                 * @generated
7024                 */
7025                EClass FORM = eINSTANCE.getForm();
7026
7027                /**
7028                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ListGroupImpl <em>List Group</em>}' class.
7029                 * <!-- begin-user-doc -->
7030                 * <!-- end-user-doc -->
7031                 * @see org.nasdanika.html.model.bootstrap.impl.ListGroupImpl
7032                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getListGroup()
7033                 * @generated
7034                 */
7035                EClass LIST_GROUP = eINSTANCE.getListGroup();
7036
7037                /**
7038                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.NavsImpl <em>Navs</em>}' class.
7039                 * <!-- begin-user-doc -->
7040                 * <!-- end-user-doc -->
7041                 * @see org.nasdanika.html.model.bootstrap.impl.NavsImpl
7042                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getNavs()
7043                 * @generated
7044                 */
7045                EClass NAVS = eINSTANCE.getNavs();
7046
7047                /**
7048                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.NavbarImpl <em>Navbar</em>}' class.
7049                 * <!-- begin-user-doc -->
7050                 * <!-- end-user-doc -->
7051                 * @see org.nasdanika.html.model.bootstrap.impl.NavbarImpl
7052                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getNavbar()
7053                 * @generated
7054                 */
7055                EClass NAVBAR = eINSTANCE.getNavbar();
7056
7057                /**
7058                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.TooltipImpl <em>Tooltip</em>}' class.
7059                 * <!-- begin-user-doc -->
7060                 * <!-- end-user-doc -->
7061                 * @see org.nasdanika.html.model.bootstrap.impl.TooltipImpl
7062                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTooltip()
7063                 * @generated
7064                 */
7065                EClass TOOLTIP = eINSTANCE.getTooltip();
7066
7067                /**
7068                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.InputGroupImpl <em>Input Group</em>}' class.
7069                 * <!-- begin-user-doc -->
7070                 * <!-- end-user-doc -->
7071                 * @see org.nasdanika.html.model.bootstrap.impl.InputGroupImpl
7072                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getInputGroup()
7073                 * @generated
7074                 */
7075                EClass INPUT_GROUP = eINSTANCE.getInputGroup();
7076
7077                /**
7078                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.FormGroupImpl <em>Form Group</em>}' class.
7079                 * <!-- begin-user-doc -->
7080                 * <!-- end-user-doc -->
7081                 * @see org.nasdanika.html.model.bootstrap.impl.FormGroupImpl
7082                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getFormGroup()
7083                 * @generated
7084                 */
7085                EClass FORM_GROUP = eINSTANCE.getFormGroup();
7086
7087                /**
7088                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.CollapseImpl <em>Collapse</em>}' class.
7089                 * <!-- begin-user-doc -->
7090                 * <!-- end-user-doc -->
7091                 * @see org.nasdanika.html.model.bootstrap.impl.CollapseImpl
7092                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getCollapse()
7093                 * @generated
7094                 */
7095                EClass COLLAPSE = eINSTANCE.getCollapse();
7096
7097                /**
7098                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.ModalImpl <em>Modal</em>}' class.
7099                 * <!-- begin-user-doc -->
7100                 * <!-- end-user-doc -->
7101                 * @see org.nasdanika.html.model.bootstrap.impl.ModalImpl
7102                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getModal()
7103                 * @generated
7104                 */
7105                EClass MODAL = eINSTANCE.getModal();
7106
7107                /**
7108                 * The meta object literal for the '<em><b>Header</b></em>' containment reference feature.
7109                 * <!-- begin-user-doc -->
7110                 * <!-- end-user-doc -->
7111                 * @generated
7112                 */
7113                EReference MODAL__HEADER = eINSTANCE.getModal_Header();
7114
7115                /**
7116                 * The meta object literal for the '<em><b>Body</b></em>' containment reference feature.
7117                 * <!-- begin-user-doc -->
7118                 * <!-- end-user-doc -->
7119                 * @generated
7120                 */
7121                EReference MODAL__BODY = eINSTANCE.getModal_Body();
7122
7123                /**
7124                 * The meta object literal for the '<em><b>Footer</b></em>' containment reference feature.
7125                 * <!-- begin-user-doc -->
7126                 * <!-- end-user-doc -->
7127                 * @generated
7128                 */
7129                EReference MODAL__FOOTER = eINSTANCE.getModal_Footer();
7130
7131                /**
7132                 * The meta object literal for the '<em><b>Dismisser</b></em>' attribute feature.
7133                 * <!-- begin-user-doc -->
7134                 * <!-- end-user-doc -->
7135                 * @generated
7136                 */
7137                EAttribute MODAL__DISMISSER = eINSTANCE.getModal_Dismisser();
7138
7139                /**
7140                 * The meta object literal for the '<em><b>Scrollable</b></em>' attribute feature.
7141                 * <!-- begin-user-doc -->
7142                 * <!-- end-user-doc -->
7143                 * @generated
7144                 */
7145                EAttribute MODAL__SCROLLABLE = eINSTANCE.getModal_Scrollable();
7146
7147                /**
7148                 * The meta object literal for the '<em><b>Centered</b></em>' attribute feature.
7149                 * <!-- begin-user-doc -->
7150                 * <!-- end-user-doc -->
7151                 * @generated
7152                 */
7153                EAttribute MODAL__CENTERED = eINSTANCE.getModal_Centered();
7154
7155                /**
7156                 * The meta object literal for the '<em><b>Size</b></em>' attribute feature.
7157                 * <!-- begin-user-doc -->
7158                 * <!-- end-user-doc -->
7159                 * @generated
7160                 */
7161                EAttribute MODAL__SIZE = eINSTANCE.getModal_Size();
7162
7163                /**
7164                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.AccordionImpl <em>Accordion</em>}' class.
7165                 * <!-- begin-user-doc -->
7166                 * <!-- end-user-doc -->
7167                 * @see org.nasdanika.html.model.bootstrap.impl.AccordionImpl
7168                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getAccordion()
7169                 * @generated
7170                 */
7171                EClass ACCORDION = eINSTANCE.getAccordion();
7172
7173                /**
7174                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.CarouselImpl <em>Carousel</em>}' class.
7175                 * <!-- begin-user-doc -->
7176                 * <!-- end-user-doc -->
7177                 * @see org.nasdanika.html.model.bootstrap.impl.CarouselImpl
7178                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getCarousel()
7179                 * @generated
7180                 */
7181                EClass CAROUSEL = eINSTANCE.getCarousel();
7182
7183                /**
7184                 * The meta object literal for the '<em><b>Slides</b></em>' containment reference list feature.
7185                 * <!-- begin-user-doc -->
7186                 * <!-- end-user-doc -->
7187                 * @generated
7188                 */
7189                EReference CAROUSEL__SLIDES = eINSTANCE.getCarousel_Slides();
7190
7191                /**
7192                 * The meta object literal for the '<em><b>Controls</b></em>' attribute feature.
7193                 * <!-- begin-user-doc -->
7194                 * <!-- end-user-doc -->
7195                 * @generated
7196                 */
7197                EAttribute CAROUSEL__CONTROLS = eINSTANCE.getCarousel_Controls();
7198
7199                /**
7200                 * The meta object literal for the '<em><b>Indicator</b></em>' attribute feature.
7201                 * <!-- begin-user-doc -->
7202                 * <!-- end-user-doc -->
7203                 * @generated
7204                 */
7205                EAttribute CAROUSEL__INDICATOR = eINSTANCE.getCarousel_Indicator();
7206
7207                /**
7208                 * The meta object literal for the '<em><b>Cross Fade</b></em>' attribute feature.
7209                 * <!-- begin-user-doc -->
7210                 * <!-- end-user-doc -->
7211                 * @generated
7212                 */
7213                EAttribute CAROUSEL__CROSS_FADE = eINSTANCE.getCarousel_CrossFade();
7214
7215                /**
7216                 * The meta object literal for the '<em><b>Ride</b></em>' attribute feature.
7217                 * <!-- begin-user-doc -->
7218                 * <!-- end-user-doc -->
7219                 * @generated
7220                 */
7221                EAttribute CAROUSEL__RIDE = eINSTANCE.getCarousel_Ride();
7222
7223                /**
7224                 * The meta object literal for the '<em><b>Interval</b></em>' attribute feature.
7225                 * <!-- begin-user-doc -->
7226                 * <!-- end-user-doc -->
7227                 * @generated
7228                 */
7229                EAttribute CAROUSEL__INTERVAL = eINSTANCE.getCarousel_Interval();
7230
7231                /**
7232                 * The meta object literal for the '{@link org.nasdanika.html.model.bootstrap.impl.SlideImpl <em>Slide</em>}' class.
7233                 * <!-- begin-user-doc -->
7234                 * <!-- end-user-doc -->
7235                 * @see org.nasdanika.html.model.bootstrap.impl.SlideImpl
7236                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getSlide()
7237                 * @generated
7238                 */
7239                EClass SLIDE = eINSTANCE.getSlide();
7240
7241                /**
7242                 * The meta object literal for the '<em><b>Interval</b></em>' attribute feature.
7243                 * <!-- begin-user-doc -->
7244                 * <!-- end-user-doc -->
7245                 * @generated
7246                 */
7247                EAttribute SLIDE__INTERVAL = eINSTANCE.getSlide_Interval();
7248
7249                /**
7250                 * The meta object literal for the '<em><b>Captions</b></em>' containment reference list feature.
7251                 * <!-- begin-user-doc -->
7252                 * <!-- end-user-doc -->
7253                 * @generated
7254                 */
7255                EReference SLIDE__CAPTIONS = eINSTANCE.getSlide_Captions();
7256
7257                /**
7258                 * The meta object literal for the '<em>Theme</em>' data type.
7259                 * <!-- begin-user-doc -->
7260                 * <!-- end-user-doc -->
7261                 * @see org.nasdanika.html.bootstrap.Theme
7262                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTheme()
7263                 * @generated
7264                 */
7265                EDataType THEME = eINSTANCE.getTheme();
7266
7267                /**
7268                 * The meta object literal for the '<em>Color</em>' data type.
7269                 * <!-- begin-user-doc -->
7270                 * <!-- end-user-doc -->
7271                 * @see org.nasdanika.html.bootstrap.Color
7272                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getColor()
7273                 * @generated
7274                 */
7275                EDataType COLOR = eINSTANCE.getColor();
7276
7277                /**
7278                 * The meta object literal for the '<em>Size</em>' data type.
7279                 * <!-- begin-user-doc -->
7280                 * <!-- end-user-doc -->
7281                 * @see org.nasdanika.html.bootstrap.Size
7282                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getSize()
7283                 * @generated
7284                 */
7285                EDataType SIZE = eINSTANCE.getSize();
7286
7287                /**
7288                 * The meta object literal for the '<em>Breakpoint</em>' data type.
7289                 * <!-- begin-user-doc -->
7290                 * <!-- end-user-doc -->
7291                 * @see org.nasdanika.html.bootstrap.Breakpoint
7292                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getBreakpoint()
7293                 * @generated
7294                 */
7295                EDataType BREAKPOINT = eINSTANCE.getBreakpoint();
7296
7297                /**
7298                 * The meta object literal for the '<em>Text Alignment</em>' data type.
7299                 * <!-- begin-user-doc -->
7300                 * <!-- end-user-doc -->
7301                 * @see org.nasdanika.html.bootstrap.Text.Alignment
7302                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTextAlignment()
7303                 * @generated
7304                 */
7305                EDataType TEXT_ALIGNMENT = eINSTANCE.getTextAlignment();
7306
7307                /**
7308                 * The meta object literal for the '<em>Text Transform</em>' data type.
7309                 * <!-- begin-user-doc -->
7310                 * <!-- end-user-doc -->
7311                 * @see org.nasdanika.html.bootstrap.Text.Transform
7312                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTextTransform()
7313                 * @generated
7314                 */
7315                EDataType TEXT_TRANSFORM = eINSTANCE.getTextTransform();
7316
7317                /**
7318                 * The meta object literal for the '<em>Text Weight</em>' data type.
7319                 * <!-- begin-user-doc -->
7320                 * <!-- end-user-doc -->
7321                 * @see org.nasdanika.html.bootstrap.Text.Weight
7322                 * @see org.nasdanika.html.model.bootstrap.impl.BootstrapPackageImpl#getTextWeight()
7323                 * @generated
7324                 */
7325                EDataType TEXT_WEIGHT = eINSTANCE.getTextWeight();
7326
7327        }
7328
7329} //BootstrapPackage