Class MdClassExtensionAdapterFactory

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

    public class MdClassExtensionAdapterFactory
    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:
    MdClassExtensionPackage
    • Field Detail

      • modelSwitch

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

      • MdClassExtensionAdapterFactory

        public MdClassExtensionAdapterFactory()
        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.
      • createMdObjectExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createMdObjectExtensionAdapter()
        Creates a new adapter for an object of class 'Md Object Extension'. 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:
        MdObjectExtension
      • createBasicCommandExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicCommandExtensionAdapter()
        Creates a new adapter for an object of class 'Basic Command Extension'. 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:
        BasicCommandExtension
      • createBasicFormExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicFormExtensionAdapter()
        Creates a new adapter for an object of class 'Basic Form Extension'. 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:
        BasicFormExtension
      • createTypeDescriptionExtensionProviderAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeDescriptionExtensionProviderAdapter()
        Creates a new adapter for an object of class 'Type Description Extension Provider'. 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:
        TypeDescriptionExtensionProvider
      • createBasicFeatureExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicFeatureExtensionAdapter()
        Creates a new adapter for an object of class 'Basic Feature Extension'. 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:
        BasicFeatureExtension
      • createBasicTabularSectionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicTabularSectionExtensionAdapter()
        Creates a new adapter for an object of class 'Basic Tabular Section Extension'. 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:
        BasicTabularSectionExtension
      • createBasicTemplateExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicTemplateExtensionAdapter()
        Creates a new adapter for an object of class 'Basic Template Extension'. 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:
        BasicTemplateExtension
      • createBasicDbObjectExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicDbObjectExtensionAdapter()
        Creates a new adapter for an object of class 'Basic Db Object Extension'. 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:
        BasicDbObjectExtension
      • createRoleExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createRoleExtensionAdapter()
        Creates a new adapter for an object of class 'Role Extension'. 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:
        RoleExtension
      • createLanguageExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createLanguageExtensionAdapter()
        Creates a new adapter for an object of class 'Language Extension'. 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:
        LanguageExtension
      • createSessionParameterExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createSessionParameterExtensionAdapter()
        Creates a new adapter for an object of class 'Session Parameter Extension'. 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:
        SessionParameterExtension
      • createCommonModuleExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonModuleExtensionAdapter()
        Creates a new adapter for an object of class 'Common Module Extension'. 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:
        CommonModuleExtension
      • createCommonAttributeExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonAttributeExtensionAdapter()
        Creates a new adapter for an object of class 'Common Attribute Extension'. 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:
        CommonAttributeExtension
      • createCommonFormExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonFormExtensionAdapter()
        Creates a new adapter for an object of class 'Common Form Extension'. 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:
        CommonFormExtension
      • createCommonPictureExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonPictureExtensionAdapter()
        Creates a new adapter for an object of class 'Common Picture Extension'. 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:
        CommonPictureExtension
      • createCommandGroupExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommandGroupExtensionAdapter()
        Creates a new adapter for an object of class 'Command Group Extension'. 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:
        CommandGroupExtension
      • createCatalogExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCatalogExtensionAdapter()
        Creates a new adapter for an object of class 'Catalog Extension'. 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:
        CatalogExtension
      • createDocumentExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentExtensionAdapter()
        Creates a new adapter for an object of class 'Document Extension'. 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:
        DocumentExtension
      • createDocumentNumeratorExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentNumeratorExtensionAdapter()
        Creates a new adapter for an object of class 'Document Numerator Extension'. 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:
        DocumentNumeratorExtension
      • createChartOfCharacteristicTypesExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createChartOfCharacteristicTypesExtensionAdapter()
        Creates a new adapter for an object of class 'Chart Of Characteristic Types Extension'. 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:
        ChartOfCharacteristicTypesExtension
      • createEnumExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createEnumExtensionAdapter()
        Creates a new adapter for an object of class 'Enum Extension'. 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:
        EnumExtension
      • createInformationRegisterExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createInformationRegisterExtensionAdapter()
        Creates a new adapter for an object of class 'Information Register Extension'. 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:
        InformationRegisterExtension
      • createConfigurationExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createConfigurationExtensionAdapter()
        Creates a new adapter for an object of class 'Configuration Extension'. 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:
        ConfigurationExtension
      • createStyleItemExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createStyleItemExtensionAdapter()
        Creates a new adapter for an object of class 'Style Item Extension'. 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:
        StyleItemExtension
      • createExchangePlanExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createExchangePlanExtensionAdapter()
        Creates a new adapter for an object of class 'Exchange Plan Extension'. 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:
        ExchangePlanExtension
      • createExchangePlanContentItemExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createExchangePlanContentItemExtensionAdapter()
        Creates a new adapter for an object of class 'Exchange Plan Content Item Extension'. 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:
        ExchangePlanContentItemExtension
      • createSubsystemExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createSubsystemExtensionAdapter()
        Creates a new adapter for an object of class 'Subsystem Extension'. 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:
        SubsystemExtension
      • createWSReferenceExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createWSReferenceExtensionAdapter()
        Creates a new adapter for an object of class 'WS Reference Extension'. 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:
        WSReferenceExtension
      • createEventSubscriptionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createEventSubscriptionExtensionAdapter()
        Creates a new adapter for an object of class 'Event Subscription Extension'. 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:
        EventSubscriptionExtension
      • createDefinedTypeExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createDefinedTypeExtensionAdapter()
        Creates a new adapter for an object of class 'Defined Type Extension'. 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:
        DefinedTypeExtension
      • createConstantExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createConstantExtensionAdapter()
        Creates a new adapter for an object of class 'Constant Extension'. 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:
        ConstantExtension
      • createSequenceExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createSequenceExtensionAdapter()
        Creates a new adapter for an object of class 'Sequence Extension'. 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:
        SequenceExtension
      • createSequenceDimensionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createSequenceDimensionExtensionAdapter()
        Creates a new adapter for an object of class 'Sequence Dimension Extension'. 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:
        SequenceDimensionExtension
      • createDocumentJournalExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentJournalExtensionAdapter()
        Creates a new adapter for an object of class 'Document Journal Extension'. 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:
        DocumentJournalExtension
      • createReportExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createReportExtensionAdapter()
        Creates a new adapter for an object of class 'Report Extension'. 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:
        ReportExtension
      • createDataProcessorExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createDataProcessorExtensionAdapter()
        Creates a new adapter for an object of class 'Data Processor Extension'. 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:
        DataProcessorExtension
      • createAccumulationRegisterExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createAccumulationRegisterExtensionAdapter()
        Creates a new adapter for an object of class 'Accumulation Register Extension'. 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:
        AccumulationRegisterExtension
      • createFunctionalOptionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createFunctionalOptionExtensionAdapter()
        Creates a new adapter for an object of class 'Functional Option Extension'. 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:
        FunctionalOptionExtension
      • createBusinessProcessExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBusinessProcessExtensionAdapter()
        Creates a new adapter for an object of class 'Business Process Extension'. 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:
        BusinessProcessExtension
      • createTaskExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createTaskExtensionAdapter()
        Creates a new adapter for an object of class 'Task Extension'. 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:
        TaskExtension
      • createScheduledJobExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createScheduledJobExtensionAdapter()
        Creates a new adapter for an object of class 'Scheduled Job Extension'. 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:
        ScheduledJobExtension
      • createFunctionalOptionsParameterExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createFunctionalOptionsParameterExtensionAdapter()
        Creates a new adapter for an object of class 'Functional Options Parameter Extension'. 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:
        FunctionalOptionsParameterExtension
      • createFilterCriterionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createFilterCriterionExtensionAdapter()
        Creates a new adapter for an object of class 'Filter Criterion Extension'. 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:
        FilterCriterionExtension
      • createSettingsStorageExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createSettingsStorageExtensionAdapter()
        Creates a new adapter for an object of class 'Settings Storage Extension'. 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:
        SettingsStorageExtension
      • createXDTOPackageExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createXDTOPackageExtensionAdapter()
        Creates a new adapter for an object of class 'XDTO Package Extension'. 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:
        XDTOPackageExtension
      • createWebServiceExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createWebServiceExtensionAdapter()
        Creates a new adapter for an object of class 'Web Service Extension'. 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:
        WebServiceExtension
      • createHTTPServiceExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createHTTPServiceExtensionAdapter()
        Creates a new adapter for an object of class 'HTTP Service Extension'. 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:
        HTTPServiceExtension
      • createExternalDataSourceExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createExternalDataSourceExtensionAdapter()
        Creates a new adapter for an object of class 'External Data Source Extension'. 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:
        ExternalDataSourceExtension
      • createTableExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createTableExtensionAdapter()
        Creates a new adapter for an object of class 'Table Extension'. 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:
        TableExtension
      • createFieldExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createFieldExtensionAdapter()
        Creates a new adapter for an object of class 'Field Extension'. 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:
        FieldExtension
      • createCubeExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCubeExtensionAdapter()
        Creates a new adapter for an object of class 'Cube Extension'. 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:
        CubeExtension
      • createDimensionTableExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createDimensionTableExtensionAdapter()
        Creates a new adapter for an object of class 'Dimension Table Extension'. 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:
        DimensionTableExtension
      • createDimensionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createDimensionExtensionAdapter()
        Creates a new adapter for an object of class 'Dimension Extension'. 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:
        DimensionExtension
      • createResourceExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createResourceExtensionAdapter()
        Creates a new adapter for an object of class 'Resource Extension'. 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:
        ResourceExtension
      • createFunctionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createFunctionExtensionAdapter()
        Creates a new adapter for an object of class 'Function Extension'. 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:
        FunctionExtension
      • createChartOfAccountsExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createChartOfAccountsExtensionAdapter()
        Creates a new adapter for an object of class 'Chart Of Accounts Extension'. 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:
        ChartOfAccountsExtension
      • createChartOfCalculationTypesExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createChartOfCalculationTypesExtensionAdapter()
        Creates a new adapter for an object of class 'Chart Of Calculation Types Extension'. 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:
        ChartOfCalculationTypesExtension
      • createAccountingRegisterExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createAccountingRegisterExtensionAdapter()
        Creates a new adapter for an object of class 'Accounting Register Extension'. 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:
        AccountingRegisterExtension
      • createAccountingRegisterDimensionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createAccountingRegisterDimensionExtensionAdapter()
        Creates a new adapter for an object of class 'Accounting Register Dimension Extension'. 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:
        AccountingRegisterDimensionExtension
      • createCalculationRegisterExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createCalculationRegisterExtensionAdapter()
        Creates a new adapter for an object of class 'Calculation Register Extension'. 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:
        CalculationRegisterExtension
      • createStyleExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createStyleExtensionAdapter()
        Creates a new adapter for an object of class 'Style Extension'. 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:
        StyleExtension
      • createIntegrationServiceExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createIntegrationServiceExtensionAdapter()
        Creates a new adapter for an object of class 'Integration Service Extension'. 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:
        IntegrationServiceExtension
      • createBotExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createBotExtensionAdapter()
        Creates a new adapter for an object of class 'Bot Extension'. 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:
        BotExtension
      • createTypeDescriptionExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeDescriptionExtensionAdapter()
        Creates a new adapter for an object of class 'Type Description Extension'. 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:
        TypeDescriptionExtension
      • createTypeExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeExtensionAdapter()
        Creates a new adapter for an object of class 'Type Extension'. 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:
        TypeExtension
      • createColumnExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createColumnExtensionAdapter()
        Creates a new adapter for an object of class 'Column Extension'. 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:
        ColumnExtension
      • createObjectExtensionAdapter

        public org.eclipse.emf.common.notify.Adapter createObjectExtensionAdapter()
        Creates a new adapter for an object of class 'Object Extension'. 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:
        ObjectExtension
      • createTypeDescriptionProviderAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeDescriptionProviderAdapter()
        Creates a new adapter for an object of class 'Type Description Provider'. 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:
        TypeDescriptionProvider
      • 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.