Interface ItemsPackage

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:
ItemsPackageImpl

public interface ItemsPackage 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 enum,
  • and each data type
See Also:
  • Field Details

  • Method Details

    • getItemModel

      org.eclipse.emf.ecore.EClass getItemModel()
      Returns the meta object for class 'Item Model'.
      Returns:
      the meta object for class 'Item Model'.
      See Also:
    • getItemModel_Items

      org.eclipse.emf.ecore.EReference getItemModel_Items()
      Returns the meta object for the containment reference list 'Items'.
      Returns:
      the meta object for the containment reference list 'Items'.
      See Also:
    • getModelItem

      org.eclipse.emf.ecore.EClass getModelItem()
      Returns the meta object for class 'Model Item'.
      Returns:
      the meta object for class 'Model Item'.
      See Also:
    • getModelItem_Name

      org.eclipse.emf.ecore.EAttribute getModelItem_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getModelItem_Label

      org.eclipse.emf.ecore.EAttribute getModelItem_Label()
      Returns the meta object for the attribute 'Label'.
      Returns:
      the meta object for the attribute 'Label'.
      See Also:
    • getModelItem_Icon

      org.eclipse.emf.ecore.EAttribute getModelItem_Icon()
      Returns the meta object for the attribute 'Icon'.
      Returns:
      the meta object for the attribute 'Icon'.
      See Also:
    • getModelItem_Groups

      org.eclipse.emf.ecore.EAttribute getModelItem_Groups()
      Returns the meta object for the attribute list 'Groups'.
      Returns:
      the meta object for the attribute list 'Groups'.
      See Also:
    • getModelItem_Tags

      org.eclipse.emf.ecore.EAttribute getModelItem_Tags()
      Returns the meta object for the attribute list 'Tags'.
      Returns:
      the meta object for the attribute list 'Tags'.
      See Also:
    • getModelItem_Bindings

      org.eclipse.emf.ecore.EReference getModelItem_Bindings()
      Returns the meta object for the containment reference list 'Bindings'.
      Returns:
      the meta object for the containment reference list 'Bindings'.
      See Also:
    • getModelItem_Type

      org.eclipse.emf.ecore.EAttribute getModelItem_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
    • getModelGroupItem

      org.eclipse.emf.ecore.EClass getModelGroupItem()
      Returns the meta object for class 'Model Group Item'.
      Returns:
      the meta object for class 'Model Group Item'.
      See Also:
    • getModelGroupItem_Function

      org.eclipse.emf.ecore.EAttribute getModelGroupItem_Function()
      Returns the meta object for the attribute 'Function'.
      Returns:
      the meta object for the attribute 'Function'.
      See Also:
    • getModelGroupItem_Args

      org.eclipse.emf.ecore.EAttribute getModelGroupItem_Args()
      Returns the meta object for the attribute list 'Args'.
      Returns:
      the meta object for the attribute list 'Args'.
      See Also:
    • getModelNormalItem

      org.eclipse.emf.ecore.EClass getModelNormalItem()
      Returns the meta object for class 'Model Normal Item'.
      Returns:
      the meta object for class 'Model Normal Item'.
      See Also:
    • getModelBinding

      org.eclipse.emf.ecore.EClass getModelBinding()
      Returns the meta object for class 'Model Binding'.
      Returns:
      the meta object for class 'Model Binding'.
      See Also:
    • getModelBinding_Type

      org.eclipse.emf.ecore.EAttribute getModelBinding_Type()
      Returns the meta object for the attribute 'Type'.
      Returns:
      the meta object for the attribute 'Type'.
      See Also:
    • getModelBinding_Configuration

      org.eclipse.emf.ecore.EAttribute getModelBinding_Configuration()
      Returns the meta object for the attribute 'Configuration'.
      Returns:
      the meta object for the attribute 'Configuration'.
      See Also:
    • getModelBinding_Properties

      org.eclipse.emf.ecore.EReference getModelBinding_Properties()
      Returns the meta object for the containment reference list 'Properties'.
      Returns:
      the meta object for the containment reference list 'Properties'.
      See Also:
    • getModelProperty

      org.eclipse.emf.ecore.EClass getModelProperty()
      Returns the meta object for class 'Model Property'.
      Returns:
      the meta object for class 'Model Property'.
      See Also:
    • getModelProperty_Key

      org.eclipse.emf.ecore.EAttribute getModelProperty_Key()
      Returns the meta object for the attribute 'Key'.
      Returns:
      the meta object for the attribute 'Key'.
      See Also:
    • getModelProperty_Value

      org.eclipse.emf.ecore.EAttribute getModelProperty_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
    • getModelGroupFunction

      org.eclipse.emf.ecore.EEnum getModelGroupFunction()
      Returns the meta object for enum 'Model Group Function'.
      Returns:
      the meta object for enum 'Model Group Function'.
      See Also:
    • getItemsFactory

      ItemsFactory getItemsFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.