Interface LayoutPackage.Literals

  • Enclosing interface:
    LayoutPackage

    public static interface LayoutPackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass LAYOUT
      The meta object literal for the 'Layout' class.
      static org.eclipse.emf.ecore.EOperation LAYOUT___BOTTOM
      The meta object literal for the 'Bottom' operation.
      static org.eclipse.emf.ecore.EOperation LAYOUT___RIGHT
      The meta object literal for the 'Right' operation.
      static org.eclipse.emf.ecore.EAttribute LAYOUT__HEIGHT
      The meta object literal for the 'Height' attribute feature.
      static org.eclipse.emf.ecore.EAttribute LAYOUT__LEFT
      The meta object literal for the 'Left' attribute feature.
      static org.eclipse.emf.ecore.EAttribute LAYOUT__TOP
      The meta object literal for the 'Top' attribute feature.
      static org.eclipse.emf.ecore.EAttribute LAYOUT__WIDTH
      The meta object literal for the 'Width' attribute feature.
      static org.eclipse.emf.ecore.EClass LAYOUT_SPLITTER
      The meta object literal for the 'Splitter' class.
      static org.eclipse.emf.ecore.EClass TAB_BUTTON_LAYOUT
      The meta object literal for the 'Tab Button Layout' class.
      static org.eclipse.emf.ecore.EReference TAB_BUTTON_LAYOUT__PICTURE
      The meta object literal for the 'Picture' containment reference feature.
      static org.eclipse.emf.ecore.EReference TAB_BUTTON_LAYOUT__TEXT
      The meta object literal for the 'Text' containment reference feature.
      static org.eclipse.emf.ecore.EClass TAB_LAYOUT
      The meta object literal for the 'Tab Layout' class.
      static org.eclipse.emf.ecore.EReference TAB_LAYOUT__TAB_BUTTON
      The meta object literal for the 'Tab Button' containment reference feature.
      static org.eclipse.emf.ecore.EClass TABLE_LAYOUT
      The meta object literal for the 'Table Layout' class.
      static org.eclipse.emf.ecore.EAttribute TABLE_LAYOUT__GRID
      The meta object literal for the 'Grid' attribute feature.
    • Field Detail

      • LAYOUT__LEFT

        static final org.eclipse.emf.ecore.EAttribute LAYOUT__LEFT
        The meta object literal for the 'Left' attribute feature.
      • LAYOUT__TOP

        static final org.eclipse.emf.ecore.EAttribute LAYOUT__TOP
        The meta object literal for the 'Top' attribute feature.
      • LAYOUT__WIDTH

        static final org.eclipse.emf.ecore.EAttribute LAYOUT__WIDTH
        The meta object literal for the 'Width' attribute feature.
      • LAYOUT__HEIGHT

        static final org.eclipse.emf.ecore.EAttribute LAYOUT__HEIGHT
        The meta object literal for the 'Height' attribute feature.
      • LAYOUT___RIGHT

        static final org.eclipse.emf.ecore.EOperation LAYOUT___RIGHT
        The meta object literal for the 'Right' operation.
      • LAYOUT___BOTTOM

        static final org.eclipse.emf.ecore.EOperation LAYOUT___BOTTOM
        The meta object literal for the 'Bottom' operation.
      • TAB_LAYOUT__TAB_BUTTON

        static final org.eclipse.emf.ecore.EReference TAB_LAYOUT__TAB_BUTTON
        The meta object literal for the 'Tab Button' containment reference feature.
      • TAB_BUTTON_LAYOUT__TEXT

        static final org.eclipse.emf.ecore.EReference TAB_BUTTON_LAYOUT__TEXT
        The meta object literal for the 'Text' containment reference feature.
      • TAB_BUTTON_LAYOUT__PICTURE

        static final org.eclipse.emf.ecore.EReference TAB_BUTTON_LAYOUT__PICTURE
        The meta object literal for the 'Picture' containment reference feature.
      • TABLE_LAYOUT__GRID

        static final org.eclipse.emf.ecore.EAttribute TABLE_LAYOUT__GRID
        The meta object literal for the 'Grid' attribute feature.