Interface AreaPackage

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

    public interface AreaPackage
    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:
    AreaFactory
    • Method Detail

      • getDebugAreaDSPairInfo

        org.eclipse.emf.ecore.EClass getDebugAreaDSPairInfo()
        Returns the meta object for class 'Debug Area DS Pair Info'.
        Returns:
        the meta object for class 'Debug Area DS Pair Info'.
        See Also:
        DebugAreaDSPairInfo
      • getDebugAreaInfo

        org.eclipse.emf.ecore.EClass getDebugAreaInfo()
        Returns the meta object for class 'Debug Area Info'.
        Returns:
        the meta object for class 'Debug Area Info'.
        See Also:
        DebugAreaInfo
      • getDebugAreaInfo_Name

        org.eclipse.emf.ecore.EAttribute getDebugAreaInfo_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        DebugAreaInfo.getName(), getDebugAreaInfo()
      • getDebugAreaInfo_DsPairInfo

        org.eclipse.emf.ecore.EReference getDebugAreaInfo_DsPairInfo()
        Returns the meta object for the containment reference list 'Ds Pair Info'.
        Returns:
        the meta object for the containment reference list 'Ds Pair Info'.
        See Also:
        DebugAreaInfo.getDsPairInfo(), getDebugAreaInfo()
      • getDebugAreaInfo_UserInfo

        org.eclipse.emf.ecore.EReference getDebugAreaInfo_UserInfo()
        Returns the meta object for the containment reference list 'User Info'.
        Returns:
        the meta object for the containment reference list 'User Info'.
        See Also:
        DebugAreaInfo.getUserInfo(), getDebugAreaInfo()
      • getDebugAreas

        org.eclipse.emf.ecore.EClass getDebugAreas()
        Returns the meta object for class 'Debug Areas'.
        Returns:
        the meta object for class 'Debug Areas'.
        See Also:
        DebugAreas
      • getDebugAreas_Item

        org.eclipse.emf.ecore.EReference getDebugAreas_Item()
        Returns the meta object for the containment reference list 'Item'.
        Returns:
        the meta object for the containment reference list 'Item'.
        See Also:
        DebugAreas.getItem(), getDebugAreas()
      • getDebugAreaUserInfo

        org.eclipse.emf.ecore.EClass getDebugAreaUserInfo()
        Returns the meta object for class 'Debug Area User Info'.
        Returns:
        the meta object for class 'Debug Area User Info'.
        See Also:
        DebugAreaUserInfo
      • getDebugTargetFilters

        org.eclipse.emf.ecore.EClass getDebugTargetFilters()
        Returns the meta object for class 'Debug Target Filters'.
        Returns:
        the meta object for class 'Debug Target Filters'.
        See Also:
        DebugTargetFilters
      • getDebugTargetFilters_Item

        org.eclipse.emf.ecore.EReference getDebugTargetFilters_Item()
        Returns the meta object for the containment reference list 'Item'.
        Returns:
        the meta object for the containment reference list 'Item'.
        See Also:
        DebugTargetFilters.getItem(), getDebugTargetFilters()
      • getAreaFactory

        AreaFactory getAreaFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.