Interface AefPackage

  • 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:
    AefPackageImpl

    public interface AefPackage
    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:
    AefFactory
    • Method Detail

      • getIViewModel

        org.eclipse.emf.ecore.EClass getIViewModel()
        Returns the meta object for class 'IView Model'.
        Returns:
        the meta object for class 'IView Model'.
        See Also:
        IViewModel
      • getIViewModel_Parent

        org.eclipse.emf.ecore.EReference getIViewModel_Parent()
        Returns the meta object for the container reference 'Parent'.
        Returns:
        the meta object for the container reference 'Parent'.
        See Also:
        IViewModel.getParent(), getIViewModel()
      • getIContainerViewModel

        org.eclipse.emf.ecore.EClass getIContainerViewModel()
        Returns the meta object for class 'IContainer View Model'.
        Returns:
        the meta object for class 'IContainer View Model'.
        See Also:
        IContainerViewModel
      • getIControlViewModel

        org.eclipse.emf.ecore.EClass getIControlViewModel()
        Returns the meta object for class 'IControl View Model'.
        Returns:
        the meta object for class 'IControl View Model'.
        See Also:
        IControlViewModel
      • getIDialogViewModel

        org.eclipse.emf.ecore.EClass getIDialogViewModel()
        Returns the meta object for class 'IDialog View Model'.
        Returns:
        the meta object for class 'IDialog View Model'.
        See Also:
        IDialogViewModel
      • getIAefLayoutData

        org.eclipse.emf.ecore.EClass getIAefLayoutData()
        Returns the meta object for class 'IAef Layout Data'.
        Returns:
        the meta object for class 'IAef Layout Data'.
        See Also:
        IAefLayoutData
      • getIAefLayout

        org.eclipse.emf.ecore.EClass getIAefLayout()
        Returns the meta object for class 'IAef Layout'.
        Returns:
        the meta object for class 'IAef Layout'.
        See Also:
        IAefLayout
      • getIEventChannel

        org.eclipse.emf.ecore.EDataType getIEventChannel()
        Returns the meta object for data type 'IEvent Channel'.
        Returns:
        the meta object for data type 'IEvent Channel'.
        See Also:
        IEventChannel
      • getAefFactory

        AefFactory getAefFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.