Interface SuppressPackage

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

    public interface SuppressPackage
    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:
    SuppressFactory
    • Method Detail

      • getSuppressionMapEntry

        org.eclipse.emf.ecore.EClass getSuppressionMapEntry()
        Returns the meta object for class 'Suppression Map Entry'.
        Returns:
        the meta object for class 'Suppression Map Entry'.
        See Also:
        Map.Entry
      • getSuppressionMapEntry_Key

        org.eclipse.emf.ecore.EAttribute getSuppressionMapEntry_Key()
        Returns the meta object for the attribute 'Key'.
        Returns:
        the meta object for the attribute 'Key'.
        See Also:
        Map.Entry, getSuppressionMapEntry()
      • getSuppressionMapEntry_Value

        org.eclipse.emf.ecore.EAttribute getSuppressionMapEntry_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        Map.Entry, getSuppressionMapEntry()
      • getSuppressionsContainer

        org.eclipse.emf.ecore.EClass getSuppressionsContainer()
        Returns the meta object for class 'Suppressions Container'.
        Returns:
        the meta object for class 'Suppressions Container'.
        See Also:
        SuppressionsContainer
      • getSuppressPropertyContainer

        org.eclipse.emf.ecore.EClass getSuppressPropertyContainer()
        Returns the meta object for class 'Property Container'.
        Returns:
        the meta object for class 'Property Container'.
        See Also:
        SuppressPropertyContainer
      • getSuppressConfiguration

        org.eclipse.emf.ecore.EClass getSuppressConfiguration()
        Returns the meta object for class 'Configuration'.
        Returns:
        the meta object for class 'Configuration'.
        See Also:
        SuppressConfiguration
      • getBaseSuppressObject

        org.eclipse.emf.ecore.EClass getBaseSuppressObject()
        Returns the meta object for class 'Base Suppress Object'.
        Returns:
        the meta object for class 'Base Suppress Object'.
        See Also:
        BaseSuppressObject
      • getSuppressGenericObject

        org.eclipse.emf.ecore.EClass getSuppressGenericObject()
        Returns the meta object for class 'Generic Object'.
        Returns:
        the meta object for class 'Generic Object'.
        See Also:
        SuppressGenericObject
      • getSuppressContainment

        org.eclipse.emf.ecore.EClass getSuppressContainment()
        Returns the meta object for class 'Containment'.
        Returns:
        the meta object for class 'Containment'.
        See Also:
        SuppressContainment
      • getSuppressSubsystem

        org.eclipse.emf.ecore.EClass getSuppressSubsystem()
        Returns the meta object for class 'Subsystem'.
        Returns:
        the meta object for class 'Subsystem'.
        See Also:
        SuppressSubsystem
      • getSuppressProperty

        org.eclipse.emf.ecore.EClass getSuppressProperty()
        Returns the meta object for class 'Property'.
        Returns:
        the meta object for class 'Property'.
        See Also:
        SuppressProperty
      • getSuppressModule

        org.eclipse.emf.ecore.EClass getSuppressModule()
        Returns the meta object for class 'Module'.
        Returns:
        the meta object for class 'Module'.
        See Also:
        SuppressModule
      • getSuppressModule_Methods

        org.eclipse.emf.ecore.EReference getSuppressModule_Methods()
        Returns the meta object for the containment reference list 'Methods'.
        Returns:
        the meta object for the containment reference list 'Methods'.
        See Also:
        SuppressModule.getMethods(), getSuppressModule()
      • getSuppressMethod

        org.eclipse.emf.ecore.EClass getSuppressMethod()
        Returns the meta object for class 'Method'.
        Returns:
        the meta object for class 'Method'.
        See Also:
        SuppressMethod
      • getSuppressMethod_Name

        org.eclipse.emf.ecore.EAttribute getSuppressMethod_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        SuppressMethod.getName(), getSuppressMethod()
      • getCheckUid

        org.eclipse.emf.ecore.EDataType getCheckUid()
        Returns the meta object for data type 'Check Uid'.
        Returns:
        the meta object for data type 'Check Uid'.
        See Also:
        CheckUid
      • getSuppressFactory

        SuppressFactory getSuppressFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.