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

    • eNAME

      static final String eNAME
      The package name.
      See Also:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
    • eINSTANCE

      static final AreaPackage eINSTANCE
      The singleton instance of the package.
    • DEBUG_AREA_DS_PAIR_INFO

      static final int DEBUG_AREA_DS_PAIR_INFO
      The meta object id for the 'Debug Area DS Pair Info' class.
      See Also:
    • DEBUG_AREA_DS_PAIR_INFO__NAME

      static final int DEBUG_AREA_DS_PAIR_INFO__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • DEBUG_AREA_DS_PAIR_INFO__VALUE

      static final int DEBUG_AREA_DS_PAIR_INFO__VALUE
      The feature id for the 'Value' containment reference.
      See Also:
    • DEBUG_AREA_DS_PAIR_INFO__USE

      static final int DEBUG_AREA_DS_PAIR_INFO__USE
      The feature id for the 'Use' attribute.
      See Also:
    • DEBUG_AREA_DS_PAIR_INFO_FEATURE_COUNT

      static final int DEBUG_AREA_DS_PAIR_INFO_FEATURE_COUNT
      The number of structural features of the 'Debug Area DS Pair Info' class.
      See Also:
    • DEBUG_AREA_DS_PAIR_INFO_OPERATION_COUNT

      static final int DEBUG_AREA_DS_PAIR_INFO_OPERATION_COUNT
      The number of operations of the 'Debug Area DS Pair Info' class.
      See Also:
    • DEBUG_AREA_INFO

      static final int DEBUG_AREA_INFO
      The meta object id for the 'Debug Area Info' class.
      See Also:
    • DEBUG_AREA_INFO__NAME

      static final int DEBUG_AREA_INFO__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • DEBUG_AREA_INFO__USE_MASK_OF_DS_AREA

      static final int DEBUG_AREA_INFO__USE_MASK_OF_DS_AREA
      The feature id for the 'Use Mask Of DS Area' attribute.
      See Also:
    • DEBUG_AREA_INFO__DS_PAIR_INFO

      static final int DEBUG_AREA_INFO__DS_PAIR_INFO
      The feature id for the 'Ds Pair Info' containment reference list.
      See Also:
    • DEBUG_AREA_INFO__USE_MASK_OF_TARGET_TYPES

      static final int DEBUG_AREA_INFO__USE_MASK_OF_TARGET_TYPES
      The feature id for the 'Use Mask Of Target Types' attribute.
      See Also:
    • DEBUG_AREA_INFO__TARGET_TYPE

      static final int DEBUG_AREA_INFO__TARGET_TYPE
      The feature id for the 'Target Type' attribute list.
      See Also:
    • DEBUG_AREA_INFO__USE_MASK_OF_USERS

      static final int DEBUG_AREA_INFO__USE_MASK_OF_USERS
      The feature id for the 'Use Mask Of Users' attribute.
      See Also:
    • DEBUG_AREA_INFO__USER_INFO

      static final int DEBUG_AREA_INFO__USER_INFO
      The feature id for the 'User Info' containment reference list.
      See Also:
    • DEBUG_AREA_INFO_FEATURE_COUNT

      static final int DEBUG_AREA_INFO_FEATURE_COUNT
      The number of structural features of the 'Debug Area Info' class.
      See Also:
    • DEBUG_AREA_INFO_OPERATION_COUNT

      static final int DEBUG_AREA_INFO_OPERATION_COUNT
      The number of operations of the 'Debug Area Info' class.
      See Also:
    • DEBUG_AREAS

      static final int DEBUG_AREAS
      The meta object id for the 'Debug Areas' class.
      See Also:
    • DEBUG_AREAS__ITEM

      static final int DEBUG_AREAS__ITEM
      The feature id for the 'Item' containment reference list.
      See Also:
    • DEBUG_AREAS_FEATURE_COUNT

      static final int DEBUG_AREAS_FEATURE_COUNT
      The number of structural features of the 'Debug Areas' class.
      See Also:
    • DEBUG_AREAS_OPERATION_COUNT

      static final int DEBUG_AREAS_OPERATION_COUNT
      The number of operations of the 'Debug Areas' class.
      See Also:
    • DEBUG_AREA_USER_INFO

      static final int DEBUG_AREA_USER_INFO
      The meta object id for the 'Debug Area User Info' class.
      See Also:
    • DEBUG_AREA_USER_INFO__NAME

      static final int DEBUG_AREA_USER_INFO__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • DEBUG_AREA_USER_INFO__USE

      static final int DEBUG_AREA_USER_INFO__USE
      The feature id for the 'Use' attribute.
      See Also:
    • DEBUG_AREA_USER_INFO_FEATURE_COUNT

      static final int DEBUG_AREA_USER_INFO_FEATURE_COUNT
      The number of structural features of the 'Debug Area User Info' class.
      See Also:
    • DEBUG_AREA_USER_INFO_OPERATION_COUNT

      static final int DEBUG_AREA_USER_INFO_OPERATION_COUNT
      The number of operations of the 'Debug Area User Info' class.
      See Also:
    • DEBUG_TARGET_FILTERS

      static final int DEBUG_TARGET_FILTERS
      The meta object id for the 'Debug Target Filters' class.
      See Also:
    • DEBUG_TARGET_FILTERS__ITEM

      static final int DEBUG_TARGET_FILTERS__ITEM
      The feature id for the 'Item' containment reference list.
      See Also:
    • DEBUG_TARGET_FILTERS_FEATURE_COUNT

      static final int DEBUG_TARGET_FILTERS_FEATURE_COUNT
      The number of structural features of the 'Debug Target Filters' class.
      See Also:
    • DEBUG_TARGET_FILTERS_OPERATION_COUNT

      static final int DEBUG_TARGET_FILTERS_OPERATION_COUNT
      The number of operations of the 'Debug Target Filters' class.
      See Also:
  • Method Details

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

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

      org.eclipse.emf.ecore.EReference getDebugAreaDSPairInfo_Value()
      Returns the meta object for the containment reference 'Value'.
      Returns:
      the meta object for the containment reference 'Value'.
      See Also:
    • getDebugAreaDSPairInfo_Use

      org.eclipse.emf.ecore.EAttribute getDebugAreaDSPairInfo_Use()
      Returns the meta object for the attribute 'Use'.
      Returns:
      the meta object for the attribute 'Use'.
      See Also:
    • 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:
    • 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:
    • getDebugAreaInfo_UseMaskOfDSArea

      org.eclipse.emf.ecore.EAttribute getDebugAreaInfo_UseMaskOfDSArea()
      Returns the meta object for the attribute 'Use Mask Of DS Area'.
      Returns:
      the meta object for the attribute 'Use Mask Of DS Area'.
      See Also:
    • 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:
    • getDebugAreaInfo_UseMaskOfTargetTypes

      org.eclipse.emf.ecore.EAttribute getDebugAreaInfo_UseMaskOfTargetTypes()
      Returns the meta object for the attribute 'Use Mask Of Target Types'.
      Returns:
      the meta object for the attribute 'Use Mask Of Target Types'.
      See Also:
    • getDebugAreaInfo_TargetType

      org.eclipse.emf.ecore.EAttribute getDebugAreaInfo_TargetType()
      Returns the meta object for the attribute list 'Target Type'.
      Returns:
      the meta object for the attribute list 'Target Type'.
      See Also:
    • getDebugAreaInfo_UseMaskOfUsers

      org.eclipse.emf.ecore.EAttribute getDebugAreaInfo_UseMaskOfUsers()
      Returns the meta object for the attribute 'Use Mask Of Users'.
      Returns:
      the meta object for the attribute 'Use Mask Of Users'.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • getDebugAreaUserInfo_Name

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

      org.eclipse.emf.ecore.EAttribute getDebugAreaUserInfo_Use()
      Returns the meta object for the attribute 'Use'.
      Returns:
      the meta object for the attribute 'Use'.
      See Also:
    • 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:
    • 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:
    • getAreaFactory

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