Interface VGroupedGridPackage.Literals

  • Enclosing interface:
    VGroupedGridPackage

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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass GROUP
      The meta object literal for the 'Group' class.
      static org.eclipse.emf.ecore.EAttribute GROUP__NAME
      The meta object literal for the 'Name' attribute feature.
      static org.eclipse.emf.ecore.EReference GROUP__ROWS
      The meta object literal for the 'Rows' containment reference list feature.
      static org.eclipse.emf.ecore.EClass GROUPED_GRID
      The meta object literal for the 'Grouped Grid' class.
      static org.eclipse.emf.ecore.EReference GROUPED_GRID__GROUPS
      The meta object literal for the 'Groups' containment reference list feature.
      static org.eclipse.emf.ecore.EClass ROW
      The meta object literal for the 'Row' class.
      static org.eclipse.emf.ecore.EReference ROW__CHILDREN
      The meta object literal for the 'Children' containment reference list feature.
      static org.eclipse.emf.ecore.EClass SPAN
      The meta object literal for the 'Span' class.
      static org.eclipse.emf.ecore.EAttribute SPAN__HORIZONTAL_SPAN
      The meta object literal for the 'Horizontal Span' attribute feature.
    • Field Detail

      • GROUPED_GRID__GROUPS

        static final org.eclipse.emf.ecore.EReference GROUPED_GRID__GROUPS
        The meta object literal for the 'Groups' containment reference list feature.
      • GROUP__ROWS

        static final org.eclipse.emf.ecore.EReference GROUP__ROWS
        The meta object literal for the 'Rows' containment reference list feature.
      • GROUP__NAME

        static final org.eclipse.emf.ecore.EAttribute GROUP__NAME
        The meta object literal for the 'Name' attribute feature.
      • ROW__CHILDREN

        static final org.eclipse.emf.ecore.EReference ROW__CHILDREN
        The meta object literal for the 'Children' containment reference list feature.
      • SPAN__HORIZONTAL_SPAN

        static final org.eclipse.emf.ecore.EAttribute SPAN__HORIZONTAL_SPAN
        The meta object literal for the 'Horizontal Span' attribute feature.