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