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