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:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    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

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

    org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The meta object id for the 'Border Style Item' class.
    static final int
    The feature id for the 'Border' containment reference.
    static final int
    The feature id for the 'Name' attribute.
    static final int
    The number of structural features of the 'Border Style Item' class.
    static final int
    The number of operations of the 'Border Style Item' class.
    static final int
    The meta object id for the 'Color Style Item' class.
    static final int
    The feature id for the 'Color' containment reference.
    static final int
    The feature id for the 'Name' attribute.
    static final int
    The number of structural features of the 'Color Style Item' class.
    static final int
    The number of operations of the 'Color Style Item' class.
    static final StylePackage
    The singleton instance of the package.
    static final String
    The package name.
    static final String
    The package namespace name.
    static final String
    The package namespace URI.
    static final int
    The meta object id for the 'Font Style Item' class.
    static final int
    The feature id for the 'Font' containment reference.
    static final int
    The feature id for the 'Name' attribute.
    static final int
    The number of structural features of the 'Font Style Item' class.
    static final int
    The number of operations of the 'Font Style Item' class.
    static final int
    The meta object id for the 'Style' class.
    static final int
    The feature id for the 'Items' containment reference list.
    static final int
    The feature id for the 'Md Style' reference.
    static final int
    The number of structural features of the 'Style' class.
    static final int
    The meta object id for the 'Item' class.
    static final int
    The feature id for the 'Name' attribute.
    static final int
    The number of structural features of the 'Item' class.
    static final int
    The number of operations of the 'Item' class.
    static final int
    The number of operations of the 'Style' class.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Border Style Item'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference 'Border'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Color Style Item'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference 'Color'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Font Style Item'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference 'Font'.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Style'.
    org.eclipse.emf.ecore.EReference
    Returns the meta object for the containment reference list 'Items'.
    Returns the factory that creates the instances of the model.
    org.eclipse.emf.ecore.EClass
    Returns the meta object for class 'Item'.

    Methods inherited from interface org.eclipse.emf.ecore.EModelElement

    getEAnnotation, getEAnnotations

    Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

    getName, setName

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.ecore.EPackage

    getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Field Details

  • Method Details

    • getStyle

      org.eclipse.emf.ecore.EClass getStyle()
      Returns the meta object for class 'Style'.
      Returns:
      the meta object for class 'Style'.
      See Also:
    • 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:
    • getStyleItem

      org.eclipse.emf.ecore.EClass getStyleItem()
      Returns the meta object for class 'Item'.
      Returns:
      the meta object for class 'Item'.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • getStyleFactory

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