Class MdClassAdapterFactory

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

    public class MdClassAdapterFactory
    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:
    MdClassPackage
    • Field Detail

      • modelPackage

        protected static MdClassPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • MdClassAdapterFactory

        public MdClassAdapterFactory()
        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.
      • createAdjustableBooleanAdapter

        public org.eclipse.emf.common.notify.Adapter createAdjustableBooleanAdapter()
        Creates a new adapter for an object of class 'Adjustable Boolean'. 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:
        AdjustableBoolean
      • createForRoleTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createForRoleTypeAdapter()
        Creates a new adapter for an object of class 'For Role Type'. 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:
        ForRoleType
      • createStandardCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardCommandAdapter()
        Creates a new adapter for an object of class 'Standard Command'. 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:
        StandardCommand
      • createStandardCommandSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardCommandSourceAdapter()
        Creates a new adapter for an object of class 'Standard Command Source'. 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:
        StandardCommandSource
      • createSupportFilterCriterionAdapter

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

        public org.eclipse.emf.common.notify.Adapter createDataHistorySupportAdapter()
        Creates a new adapter for an object of class 'Data History Support'. 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:
        DataHistorySupport
      • createCharacteristicsDescriptionAdapter

        public org.eclipse.emf.common.notify.Adapter createCharacteristicsDescriptionAdapter()
        Creates a new adapter for an object of class 'Characteristics Description'. 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:
        CharacteristicsDescription
      • createStandardAttributeAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardAttributeAdapter()
        Creates a new adapter for an object of class 'Standard Attribute'. 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:
        StandardAttribute
      • createStandardTabularSectionDescriptionAdapter

        public org.eclipse.emf.common.notify.Adapter createStandardTabularSectionDescriptionAdapter()
        Creates a new adapter for an object of class 'Standard Tabular Section Description'. 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:
        StandardTabularSectionDescription
      • createCommonAttributeContentItemAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonAttributeContentItemAdapter()
        Creates a new adapter for an object of class 'Common Attribute Content Item'. 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:
        CommonAttributeContentItem
      • createAbstractCommandInterfaceAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractCommandInterfaceAdapter()
        Creates a new adapter for an object of class 'Abstract Command Interface'. 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:
        AbstractCommandInterface
      • createAbstractMobileClientSignAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractMobileClientSignAdapter()
        Creates a new adapter for an object of class 'Abstract Mobile Client Sign'. 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:
        AbstractMobileClientSign
      • createAbstractStandaloneContentAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractStandaloneContentAdapter()
        Creates a new adapter for an object of class 'Abstract Standalone Content'. 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:
        AbstractStandaloneContent
      • createBasicMobileClientSignAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicMobileClientSignAdapter()
        Creates a new adapter for an object of class 'Basic Mobile Client Sign'. 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:
        BasicMobileClientSign
      • createMobileClientSignAdapter

        public org.eclipse.emf.common.notify.Adapter createMobileClientSignAdapter()
        Creates a new adapter for an object of class 'Mobile Client Sign'. 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:
        MobileClientSign
      • createMobileClientDigestDataAdapter

        public org.eclipse.emf.common.notify.Adapter createMobileClientDigestDataAdapter()
        Creates a new adapter for an object of class 'Mobile Client Digest Data'. 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:
        MobileClientDigestData
      • createMobileClientDigestTypesAdapter

        public org.eclipse.emf.common.notify.Adapter createMobileClientDigestTypesAdapter()
        Creates a new adapter for an object of class 'Mobile Client Digest Types'. 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:
        MobileClientDigestTypes
      • createConvertedMobileClientSignAdapter

        public org.eclipse.emf.common.notify.Adapter createConvertedMobileClientSignAdapter()
        Creates a new adapter for an object of class 'Converted Mobile Client Sign'. 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:
        ConvertedMobileClientSign
      • createAbstractClientApplicationInterfaceAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractClientApplicationInterfaceAdapter()
        Creates a new adapter for an object of class 'Abstract Client Application Interface'. 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:
        AbstractClientApplicationInterface
      • createAbstractFlowchartAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractFlowchartAdapter()
        Creates a new adapter for an object of class 'Abstract Flowchart'. 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:
        AbstractFlowchart
      • createAbstractFormAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractFormAdapter()
        Creates a new adapter for an object of class 'Abstract Form'. 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:
        AbstractForm
      • createMdPictureAdapter

        public org.eclipse.emf.common.notify.Adapter createMdPictureAdapter()
        Creates a new adapter for an object of class 'Md 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:
        MdPicture
      • 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
      • createMdObjectAdapter

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDbObjectAttributeAdapter()
        Creates a new adapter for an object of class 'Db Object Attribute'. 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:
        DbObjectAttribute
      • createHierarchicalDbObjectAttributeAdapter

        public org.eclipse.emf.common.notify.Adapter createHierarchicalDbObjectAttributeAdapter()
        Creates a new adapter for an object of class 'Hierarchical Db Object Attribute'. 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:
        HierarchicalDbObjectAttribute
      • createDbObjectTabularSectionAdapter

        public org.eclipse.emf.common.notify.Adapter createDbObjectTabularSectionAdapter()
        Creates a new adapter for an object of class 'Db Object Tabular Section'. 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:
        DbObjectTabularSection
      • createHierarchicalDbObjectTabularSectionAdapter

        public org.eclipse.emf.common.notify.Adapter createHierarchicalDbObjectTabularSectionAdapter()
        Creates a new adapter for an object of class 'Hierarchical Db Object Tabular Section'. 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:
        HierarchicalDbObjectTabularSection
      • createBasicRegisterAdapter

        public org.eclipse.emf.common.notify.Adapter createBasicRegisterAdapter()
        Creates a new adapter for an object of class 'Basic Register'. 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:
        BasicRegister
      • createRegisterAttributeAdapter

        public org.eclipse.emf.common.notify.Adapter createRegisterAttributeAdapter()
        Creates a new adapter for an object of class 'Register Attribute'. 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:
        RegisterAttribute
      • createRegisterDimensionAdapter

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

        public org.eclipse.emf.common.notify.Adapter createRegisterResourceAdapter()
        Creates a new adapter for an object of class 'Register Resource'. 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:
        RegisterResource
      • createCatalogOwnerAdapter

        public org.eclipse.emf.common.notify.Adapter createCatalogOwnerAdapter()
        Creates a new adapter for an object of class 'Catalog Owner'. 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:
        CatalogOwner
      • createFullTextSearchDictionarySourceAdapter

        public org.eclipse.emf.common.notify.Adapter createFullTextSearchDictionarySourceAdapter()
        Creates a new adapter for an object of class 'Full Text Search Dictionary Source'. 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:
        FullTextSearchDictionarySource
      • createTemplateAdapter

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

        public org.eclipse.emf.common.notify.Adapter createTabularSectionAttributeAdapter()
        Creates a new adapter for an object of class 'Tabular Section Attribute'. 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:
        TabularSectionAttribute
      • createCommonCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonCommandAdapter()
        Creates a new adapter for an object of class 'Common Command'. 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:
        CommonCommand
      • createAbstractRoleDescriptionAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractRoleDescriptionAdapter()
        Creates a new adapter for an object of class 'Abstract Role Description'. 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:
        AbstractRoleDescription
      • createRoleAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createSessionParameterAdapter()
        Creates a new adapter for an object of class 'Session 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:
        SessionParameter
      • createCommonTemplateAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonTemplateAdapter()
        Creates a new adapter for an object of class 'Common Template'. 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:
        CommonTemplate
      • createCommonModuleAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createCommonPictureAdapter()
        Creates a new adapter for an object of class 'Common 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:
        CommonPicture
      • createCommandGroupAdapter

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

        public org.eclipse.emf.common.notify.Adapter createPredefinedItemAdapter()
        Creates a new adapter for an object of class 'Predefined Item'. 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:
        PredefinedItem
      • createPredefinedAdapter

        public org.eclipse.emf.common.notify.Adapter createPredefinedAdapter()
        Creates a new adapter for an object of class 'Predefined'. 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:
        Predefined
      • createCatalogAdapter

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

        public org.eclipse.emf.common.notify.Adapter createCatalogAttributeAdapter()
        Creates a new adapter for an object of class 'Catalog Attribute'. 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:
        CatalogAttribute
      • createCatalogTabularSectionAdapter

        public org.eclipse.emf.common.notify.Adapter createCatalogTabularSectionAdapter()
        Creates a new adapter for an object of class 'Catalog Tabular Section'. 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:
        CatalogTabularSection
      • createCatalogFormAdapter

        public org.eclipse.emf.common.notify.Adapter createCatalogFormAdapter()
        Creates a new adapter for an object of class 'Catalog Form'. 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:
        CatalogForm
      • createCatalogCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createCatalogCommandAdapter()
        Creates a new adapter for an object of class 'Catalog Command'. 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:
        CatalogCommand
      • createCatalogPredefinedItemAdapter

        public org.eclipse.emf.common.notify.Adapter createCatalogPredefinedItemAdapter()
        Creates a new adapter for an object of class 'Catalog Predefined Item'. 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:
        CatalogPredefinedItem
      • createCatalogPredefinedAdapter

        public org.eclipse.emf.common.notify.Adapter createCatalogPredefinedAdapter()
        Creates a new adapter for an object of class 'Catalog Predefined'. 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:
        CatalogPredefined
      • createDocumentAdapter

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

        public org.eclipse.emf.common.notify.Adapter createDocumentAttributeAdapter()
        Creates a new adapter for an object of class 'Document Attribute'. 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:
        DocumentAttribute
      • createDocumentFormAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentFormAdapter()
        Creates a new adapter for an object of class 'Document Form'. 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:
        DocumentForm
      • createDocumentTabularSectionAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentTabularSectionAdapter()
        Creates a new adapter for an object of class 'Document Tabular Section'. 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:
        DocumentTabularSection
      • createDocumentCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentCommandAdapter()
        Creates a new adapter for an object of class 'Document Command'. 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:
        DocumentCommand
      • createDocumentNumeratorAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfCharacteristicTypesTabularSectionAdapter()
        Creates a new adapter for an object of class 'Chart Of Characteristic Types Tabular Section'. 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:
        ChartOfCharacteristicTypesTabularSection
      • createChartOfCharacteristicTypesFormAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfCharacteristicTypesPredefinedItemAdapter()
        Creates a new adapter for an object of class 'Chart Of Characteristic Types Predefined Item'. 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:
        ChartOfCharacteristicTypesPredefinedItem
      • createChartOfCharacteristicTypesPredefinedAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createEnumFormAdapter()
        Creates a new adapter for an object of class 'Enum Form'. 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:
        EnumForm
      • createEnumCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createEnumCommandAdapter()
        Creates a new adapter for an object of class 'Enum Command'. 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:
        EnumCommand
      • createInformationRegisterAdapter

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createInterfaceAdapter()
        Creates a new adapter for an object of class 'Interface'. 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:
        Interface
      • createStyleAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createContainedObjectAdapter()
        Creates a new adapter for an object of class 'Contained Object'. 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:
        ContainedObject
      • createAbstractWorkAreaAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractWorkAreaAdapter()
        Creates a new adapter for an object of class 'Abstract Work Area'. 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:
        AbstractWorkArea
      • createStyleItemAdapter

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createExchangePlanTabularSectionAdapter()
        Creates a new adapter for an object of class 'Exchange Plan Tabular Section'. 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:
        ExchangePlanTabularSection
      • createExchangePlanFormAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createAbstractDataCompositionSchemaAdapter()
        Creates a new adapter for an object of class 'Abstract Data Composition Schema'. 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:
        AbstractDataCompositionSchema
      • createReportAdapter

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

        public org.eclipse.emf.common.notify.Adapter createReportAttributeAdapter()
        Creates a new adapter for an object of class 'Report Attribute'. 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:
        ReportAttribute
      • createReportTabularSectionAdapter

        public org.eclipse.emf.common.notify.Adapter createReportTabularSectionAdapter()
        Creates a new adapter for an object of class 'Report Tabular Section'. 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:
        ReportTabularSection
      • createReportTabularSectionAttributeAdapter

        public org.eclipse.emf.common.notify.Adapter createReportTabularSectionAttributeAdapter()
        Creates a new adapter for an object of class 'Report Tabular Section Attribute'. 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:
        ReportTabularSectionAttribute
      • createReportFormAdapter

        public org.eclipse.emf.common.notify.Adapter createReportFormAdapter()
        Creates a new adapter for an object of class 'Report Form'. 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:
        ReportForm
      • createReportCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createReportCommandAdapter()
        Creates a new adapter for an object of class 'Report Command'. 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:
        ReportCommand
      • createExternalReportAdapter

        public org.eclipse.emf.common.notify.Adapter createExternalReportAdapter()
        Creates a new adapter for an object of class 'External Report'. 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:
        ExternalReport
      • createDataProcessorAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createDataProcessorTabularSectionAdapter()
        Creates a new adapter for an object of class 'Data Processor Tabular Section'. 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:
        DataProcessorTabularSection
      • createDataProcessorTabularSectionAttributeAdapter

        public org.eclipse.emf.common.notify.Adapter createDataProcessorTabularSectionAttributeAdapter()
        Creates a new adapter for an object of class 'Data Processor Tabular Section Attribute'. 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:
        DataProcessorTabularSectionAttribute
      • createDataProcessorFormAdapter

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createAbstractAggregatesAdapter()
        Creates a new adapter for an object of class 'Abstract Aggregates'. 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:
        AbstractAggregates
      • createFunctionalOptionAdapter

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createBusinessProcessTabularSectionAdapter()
        Creates a new adapter for an object of class 'Business Process Tabular Section'. 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:
        BusinessProcessTabularSection
      • createTaskAdapter

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

        public org.eclipse.emf.common.notify.Adapter createTaskCommandAdapter()
        Creates a new adapter for an object of class 'Task Command'. 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:
        TaskCommand
      • createTaskFormAdapter

        public org.eclipse.emf.common.notify.Adapter createTaskFormAdapter()
        Creates a new adapter for an object of class 'Task Form'. 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:
        TaskForm
      • createTaskAttributeAdapter

        public org.eclipse.emf.common.notify.Adapter createTaskAttributeAdapter()
        Creates a new adapter for an object of class 'Task Attribute'. 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:
        TaskAttribute
      • createTaskTabularSectionAdapter

        public org.eclipse.emf.common.notify.Adapter createTaskTabularSectionAdapter()
        Creates a new adapter for an object of class 'Task Tabular Section'. 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:
        TaskTabularSection
      • createAddressingAttributeAdapter

        public org.eclipse.emf.common.notify.Adapter createAddressingAttributeAdapter()
        Creates a new adapter for an object of class 'Addressing Attribute'. 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:
        AddressingAttribute
      • createScheduledJobAdapter

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createOperationAdapter()
        Creates a new adapter for an object of class 'Operation'. 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:
        Operation
      • createParameterAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createURLTemplateAdapter()
        Creates a new adapter for an object of class 'URL Template'. 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:
        URLTemplate
      • createMethodAdapter

        public org.eclipse.emf.common.notify.Adapter createMethodAdapter()
        Creates a new adapter for an object of class 'Method'. 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:
        Method
      • createExternalDataSourceAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createTableFormAdapter()
        Creates a new adapter for an object of class 'Table Form'. 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:
        TableForm
      • createTableCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createTableCommandAdapter()
        Creates a new adapter for an object of class 'Table Command'. 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:
        TableCommand
      • createFieldAdapter

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createCubeFormAdapter()
        Creates a new adapter for an object of class 'Cube Form'. 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:
        CubeForm
      • createCubeCommandAdapter

        public org.eclipse.emf.common.notify.Adapter createCubeCommandAdapter()
        Creates a new adapter for an object of class 'Cube Command'. 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:
        CubeCommand
      • createFunctionAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfAccountsPredefinedItemAdapter()
        Creates a new adapter for an object of class 'Chart Of Accounts Predefined Item'. 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:
        ChartOfAccountsPredefinedItem
      • createExtDimensionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExtDimensionTypeAdapter()
        Creates a new adapter for an object of class 'Ext Dimension Type'. 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:
        ExtDimensionType
      • createChartOfAccountsPredefinedAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfAccountsTabularSectionAdapter()
        Creates a new adapter for an object of class 'Chart Of Accounts Tabular Section'. 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:
        ChartOfAccountsTabularSection
      • createAccountingFlagAdapter

        public org.eclipse.emf.common.notify.Adapter createAccountingFlagAdapter()
        Creates a new adapter for an object of class 'Accounting 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:
        AccountingFlag
      • createExtDimensionAccountingFlagAdapter

        public org.eclipse.emf.common.notify.Adapter createExtDimensionAccountingFlagAdapter()
        Creates a new adapter for an object of class 'Ext Dimension Accounting 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:
        ExtDimensionAccountingFlag
      • createChartOfAccountsCommandAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfCalculationTypesPredefinedItemAdapter()
        Creates a new adapter for an object of class 'Chart Of Calculation Types Predefined Item'. 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:
        ChartOfCalculationTypesPredefinedItem
      • createChartOfCalculationTypesPredefinedAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfCalculationTypesTabularSectionAdapter()
        Creates a new adapter for an object of class 'Chart Of Calculation Types Tabular Section'. 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:
        ChartOfCalculationTypesTabularSection
      • createChartOfCalculationTypesFormAdapter

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createRecalculationDimensionAdapter()
        Creates a new adapter for an object of class 'Recalculation Dimension'. 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:
        RecalculationDimension
      • createCalculationRegisterAttributeAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createRecalculationAdapter()
        Creates a new adapter for an object of class 'Recalculation'. 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:
        Recalculation
      • createCalculationRegisterFormAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createAbstractGeographicalSchemaAdapter()
        Creates a new adapter for an object of class 'Abstract Geographical Schema'. 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:
        AbstractGeographicalSchema
      • createAbstractStyleAdapter

        public org.eclipse.emf.common.notify.Adapter createAbstractStyleAdapter()
        Creates a new adapter for an object of class 'Abstract Style'. 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:
        AbstractStyle
      • createIntegrationServiceAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
        Creates a new adapter for an object of class 'Named Element'. 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:
        NamedElement
      • createDuallyNamedElementAdapter

        public org.eclipse.emf.common.notify.Adapter createDuallyNamedElementAdapter()
        Creates a new adapter for an object of class 'Dually Named Element'. 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:
        DuallyNamedElement
      • createCommandAdapter

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

        public org.eclipse.emf.common.notify.Adapter createFieldSourceAdapter()
        Creates a new adapter for an object of class 'Field Source'. 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:
        FieldSource
      • createMcore_CommandGroupAdapter

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

        public org.eclipse.emf.common.notify.Adapter createStandardTabularPartSourceAdapter()
        Creates a new adapter for an object of class 'Standard Tabular Part Source'. 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:
        StandardTabularPartSource
      • 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.