Class CommonAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class CommonAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    CommonPackage
    • Field Detail

      • modelPackage

        protected static CommonPackage modelPackage
        The cached model package.
      • modelSwitch

        protected CommonSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • CommonAdapterFactory

        public CommonAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter​(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createAbstractChoiceParameterLinkAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractChoiceParameterLinkAdapter()
        Creates a new adapter for an object of class 'Abstract Choice Parameter Link'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AbstractChoiceParameterLink
      • createChoiceParameterLinkAdapter

        public org.eclipse.emf.common.notify.Adapter createChoiceParameterLinkAdapter()
        Creates a new adapter for an object of class 'Choice Parameter Link'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChoiceParameterLink
      • createChoiceParameterAdapter

        public org.eclipse.emf.common.notify.Adapter createChoiceParameterAdapter()
        Creates a new adapter for an object of class 'Choice Parameter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChoiceParameter
      • createAbstractTypeLinkAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractTypeLinkAdapter()
        Creates a new adapter for an object of class 'Abstract Type Link'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AbstractTypeLink
      • createTypeLinkAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeLinkAdapter()
        Creates a new adapter for an object of class 'Type Link'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        TypeLink
      • createGaugeChartQualityBandAdapter

        public org.eclipse.emf.common.notify.Adapter createGaugeChartQualityBandAdapter()
        Creates a new adapter for an object of class 'Gauge Chart Quality Band'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GaugeChartQualityBand
      • createGaugeChartQualityBandsAdapter

        public org.eclipse.emf.common.notify.Adapter createGaugeChartQualityBandsAdapter()
        Creates a new adapter for an object of class 'Gauge Chart Quality Bands'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GaugeChartQualityBands
      • createGaugeChartQualityBandsValueAdapter

        public org.eclipse.emf.common.notify.Adapter createGaugeChartQualityBandsValueAdapter()
        Creates a new adapter for an object of class 'Gauge Chart Quality Bands Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        GaugeChartQualityBandsValue
      • createChartLineTypeValueAdapter

        public org.eclipse.emf.common.notify.Adapter createChartLineTypeValueAdapter()
        Creates a new adapter for an object of class 'Chart Line Type Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChartLineTypeValue
      • createUrlPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createUrlPictureAdapter()
        Creates a new adapter for an object of class 'Url Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UrlPicture
      • createAbsPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createAbsPictureAdapter()
        Creates a new adapter for an object of class 'Abs Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AbsPicture
      • createRequiredPermissionAdapter

        public org.eclipse.emf.common.notify.Adapter createRequiredPermissionAdapter()
        Creates a new adapter for an object of class 'Required Permission'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RequiredPermission
      • createUsedFunctionalityAdapter

        public org.eclipse.emf.common.notify.Adapter createUsedFunctionalityAdapter()
        Creates a new adapter for an object of class 'Used Functionality'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UsedFunctionality
      • createUsedFunctionalityFlagAdapter

        public org.eclipse.emf.common.notify.Adapter createUsedFunctionalityFlagAdapter()
        Creates a new adapter for an object of class 'Used Functionality Flag'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        UsedFunctionalityFlag
      • createRequiredPermissionMessageAdapter

        public org.eclipse.emf.common.notify.Adapter createRequiredPermissionMessageAdapter()
        Creates a new adapter for an object of class 'Required Permission Message'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RequiredPermissionMessage
      • createAbstractMobileApplicationUrlAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractMobileApplicationUrlAdapter()
        Creates a new adapter for an object of class 'Abstract Mobile Application Url'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        AbstractMobileApplicationUrl
      • createMobileApplicationUrlAdapter

        public org.eclipse.emf.common.notify.Adapter createMobileApplicationUrlAdapter()
        Creates a new adapter for an object of class 'Mobile Application Url'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        MobileApplicationUrl
      • createValueAdapter

        public org.eclipse.emf.common.notify.Adapter createValueAdapter()
        Creates a new adapter for an object of class 'Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Value
      • createPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureAdapter()
        Creates a new adapter for an object of class 'Picture'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Picture
      • createPictureDefAdapter

        public org.eclipse.emf.common.notify.Adapter createPictureDefAdapter()
        Creates a new adapter for an object of class 'Picture Def'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PictureDef
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.