Interface CaiPackage

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

public interface CaiPackage 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:
  • Field Details

  • Method Details

    • getClientApplicationInterface

      org.eclipse.emf.ecore.EClass getClientApplicationInterface()
      Returns the meta object for class 'Client Application Interface'.
      Returns:
      the meta object for class 'Client Application Interface'.
      See Also:
    • getClientApplicationInterface_Top

      org.eclipse.emf.ecore.EReference getClientApplicationInterface_Top()
      Returns the meta object for the containment reference list 'Top'.
      Returns:
      the meta object for the containment reference list 'Top'.
      See Also:
    • getClientApplicationInterface_Bottom

      org.eclipse.emf.ecore.EReference getClientApplicationInterface_Bottom()
      Returns the meta object for the containment reference list 'Bottom'.
      Returns:
      the meta object for the containment reference list 'Bottom'.
      See Also:
    • getClientApplicationInterface_Left

      org.eclipse.emf.ecore.EReference getClientApplicationInterface_Left()
      Returns the meta object for the containment reference list 'Left'.
      Returns:
      the meta object for the containment reference list 'Left'.
      See Also:
    • getClientApplicationInterface_Right

      org.eclipse.emf.ecore.EReference getClientApplicationInterface_Right()
      Returns the meta object for the containment reference list 'Right'.
      Returns:
      the meta object for the containment reference list 'Right'.
      See Also:
    • getClientApplicationInterface_Unset

      org.eclipse.emf.ecore.EReference getClientApplicationInterface_Unset()
      Returns the meta object for the containment reference list 'Unset'.
      Returns:
      the meta object for the containment reference list 'Unset'.
      See Also:
    • getCaiAbstractItem

      org.eclipse.emf.ecore.EClass getCaiAbstractItem()
      Returns the meta object for class 'Abstract Item'.
      Returns:
      the meta object for class 'Abstract Item'.
      See Also:
    • getCaiAbstractItem_Id

      org.eclipse.emf.ecore.EAttribute getCaiAbstractItem_Id()
      Returns the meta object for the attribute 'Id'.
      Returns:
      the meta object for the attribute 'Id'.
      See Also:
    • getCaiGroup

      org.eclipse.emf.ecore.EClass getCaiGroup()
      Returns the meta object for class 'Group'.
      Returns:
      the meta object for class 'Group'.
      See Also:
    • getCaiGroup_Panels

      org.eclipse.emf.ecore.EReference getCaiGroup_Panels()
      Returns the meta object for the containment reference list 'Panels'.
      Returns:
      the meta object for the containment reference list 'Panels'.
      See Also:
    • getCaiPanel

      org.eclipse.emf.ecore.EClass getCaiPanel()
      Returns the meta object for class 'Panel'.
      Returns:
      the meta object for class 'Panel'.
      See Also:
    • getCaiPanel_Name

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

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

      org.eclipse.emf.ecore.EEnum getCaiDisplayType()
      Returns the meta object for enum 'Display Type'.
      Returns:
      the meta object for enum 'Display Type'.
      See Also:
    • getCaiFactory

      CaiFactory getCaiFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.