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 final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Border Style Item' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Border' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Color Style Item' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Color' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Font Style Item' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Font' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Style' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Items' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Item' class.
  • Field Details

    • STYLE

      static final org.eclipse.emf.ecore.EClass STYLE
      The meta object literal for the 'Style' class.
      See Also:
    • STYLE__ITEMS

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

      static final org.eclipse.emf.ecore.EClass STYLE_ITEM
      The meta object literal for the 'Item' class.
      See Also:
    • COLOR_STYLE_ITEM

      static final org.eclipse.emf.ecore.EClass COLOR_STYLE_ITEM
      The meta object literal for the 'Color Style Item' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass FONT_STYLE_ITEM
      The meta object literal for the 'Font Style Item' class.
      See Also:
    • 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

      static final org.eclipse.emf.ecore.EClass BORDER_STYLE_ITEM
      The meta object literal for the 'Border Style Item' class.
      See Also:
    • 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.