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 Link icon

  • Method Details Link icon

    • getItemModel Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link 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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

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

      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 Link icon

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