Interface StylePackage.Literals

  • Enclosing interface:
    StylePackage

    public static interface StylePackage.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 BORDER_STYLE_ITEM
      The meta object literal for the 'Border Style Item' class.
      static org.eclipse.emf.ecore.EReference BORDER_STYLE_ITEM__BORDER
      The meta object literal for the 'Border' containment reference feature.
      static org.eclipse.emf.ecore.EClass COLOR_STYLE_ITEM
      The meta object literal for the 'Color Style Item' class.
      static org.eclipse.emf.ecore.EReference COLOR_STYLE_ITEM__COLOR
      The meta object literal for the 'Color' containment reference feature.
      static org.eclipse.emf.ecore.EClass FONT_STYLE_ITEM
      The meta object literal for the 'Font Style Item' class.
      static org.eclipse.emf.ecore.EReference FONT_STYLE_ITEM__FONT
      The meta object literal for the 'Font' containment reference feature.
      static org.eclipse.emf.ecore.EClass STYLE
      The meta object literal for the 'Style' class.
      static org.eclipse.emf.ecore.EReference STYLE__ITEMS
      The meta object literal for the 'Items' containment reference list feature.
      static org.eclipse.emf.ecore.EClass STYLE_ITEM
      The meta object literal for the 'Item' class.
    • Field Detail

      • STYLE__ITEMS

        static final org.eclipse.emf.ecore.EReference STYLE__ITEMS
        The meta object literal for the 'Items' containment reference list feature.
      • COLOR_STYLE_ITEM__COLOR

        static final org.eclipse.emf.ecore.EReference COLOR_STYLE_ITEM__COLOR
        The meta object literal for the 'Color' containment reference feature.
      • FONT_STYLE_ITEM__FONT

        static final org.eclipse.emf.ecore.EReference FONT_STYLE_ITEM__FONT
        The meta object literal for the 'Font' containment reference feature.
      • BORDER_STYLE_ITEM__BORDER

        static final org.eclipse.emf.ecore.EReference BORDER_STYLE_ITEM__BORDER
        The meta object literal for the 'Border' containment reference feature.