Interface StylePackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    StylePackageImpl

    public interface StylePackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    StyleFactory
    • Method Detail

      • getStyle

        org.eclipse.emf.ecore.EClass getStyle()
        Returns the meta object for class 'Style'.
        Returns:
        the meta object for class 'Style'.
        See Also:
        Style
      • getStyle_Items

        org.eclipse.emf.ecore.EReference getStyle_Items()
        Returns the meta object for the containment reference list 'Items'.
        Returns:
        the meta object for the containment reference list 'Items'.
        See Also:
        Style.getItems(), getStyle()
      • getStyleItem

        org.eclipse.emf.ecore.EClass getStyleItem()
        Returns the meta object for class 'Item'.
        Returns:
        the meta object for class 'Item'.
        See Also:
        StyleItem
      • getColorStyleItem

        org.eclipse.emf.ecore.EClass getColorStyleItem()
        Returns the meta object for class 'Color Style Item'.
        Returns:
        the meta object for class 'Color Style Item'.
        See Also:
        ColorStyleItem
      • getColorStyleItem_Color

        org.eclipse.emf.ecore.EReference getColorStyleItem_Color()
        Returns the meta object for the containment reference 'Color'.
        Returns:
        the meta object for the containment reference 'Color'.
        See Also:
        ColorStyleItem.getColor(), getColorStyleItem()
      • getFontStyleItem

        org.eclipse.emf.ecore.EClass getFontStyleItem()
        Returns the meta object for class 'Font Style Item'.
        Returns:
        the meta object for class 'Font Style Item'.
        See Also:
        FontStyleItem
      • getFontStyleItem_Font

        org.eclipse.emf.ecore.EReference getFontStyleItem_Font()
        Returns the meta object for the containment reference 'Font'.
        Returns:
        the meta object for the containment reference 'Font'.
        See Also:
        FontStyleItem.getFont(), getFontStyleItem()
      • getBorderStyleItem

        org.eclipse.emf.ecore.EClass getBorderStyleItem()
        Returns the meta object for class 'Border Style Item'.
        Returns:
        the meta object for class 'Border Style Item'.
        See Also:
        BorderStyleItem
      • getBorderStyleItem_Border

        org.eclipse.emf.ecore.EReference getBorderStyleItem_Border()
        Returns the meta object for the containment reference 'Border'.
        Returns:
        the meta object for the containment reference 'Border'.
        See Also:
        BorderStyleItem.getBorder(), getBorderStyleItem()
      • getStyleFactory

        StyleFactory getStyleFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.