Class FormAdapterFactory

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

    public class FormAdapterFactory
    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:
    FormPackage
    • Field Detail

      • modelPackage

        protected static FormPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • FormAdapterFactory

        public FormAdapterFactory()
        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.
      • createVisibleAdapter

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createEventHandlerExtensionAdapter()
        Creates a new adapter for an object of class 'Event Handler 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:
        EventHandlerExtension
      • createCommandHandlerContainerAdapter

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createFormStandardCommandAdapter()
        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:
        FormStandardCommand
      • createFormStandardCommandSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createFormStandardCommandSourceAdapter()
        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:
        FormStandardCommandSource
      • createFormCommandPanelGlobalCommandSourceAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfCharacteristicTypesFormExtInfoAdapter()
        Creates a new adapter for an object of class 'Chart Of Characteristic Types Form Ext Info'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChartOfCharacteristicTypesFormExtInfo
      • createReportFormExtInfoAdapter

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDataPathReferredObjectAdapter()
        Creates a new adapter for an object of class 'Data Path Referred 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:
        DataPathReferredObject
      • createDataPathAdapter

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createFormCommandAdapter()
        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:
        FormCommand
      • createFormParameterAdapter

        public org.eclipse.emf.common.notify.Adapter createFormParameterAdapter()
        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:
        FormParameter
      • createFormItemAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createFormFieldAdapter()
        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:
        FormField
      • createFieldExtInfoAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createPeriodFieldExtInfoAdapter()
        Creates a new adapter for an object of class 'Period Field Ext Info'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PeriodFieldExtInfo
      • 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
      • createTableExtInfoAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createFormChoiceListDesTimeValueAdapter()
        Creates a new adapter for an object of class 'Choice List Des Time 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:
        FormChoiceListDesTimeValue
      • createValueListItemAdapter

        public org.eclipse.emf.common.notify.Adapter createValueListItemAdapter()
        Creates a new adapter for an object of class 'Value List 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:
        ValueListItem
      • createAccountTypeValueAdapter

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createFormPictureAdapter()
        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:
        FormPicture
      • createFormChoiceParameterLinkAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createExtensionAdoptedPropertyAdapter()
        Creates a new adapter for an object of class 'Extension Adopted Property'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ExtensionAdoptedProperty
      • 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
      • 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
      • 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
      • createValueAdapter

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

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

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

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

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