Class DbViewAdapterFactory

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

    public class DbViewAdapterFactory
    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:
    DbViewPackage
    • Field Detail

      • modelPackage

        protected static DbViewPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • DbViewAdapterFactory

        public DbViewAdapterFactory()
        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.
      • createDbViewElementAdapter

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createDbViewSelectParamDefAdapter()
        Creates a new adapter for an object of class 'Select Param 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:
        DbViewSelectParamDef
      • createDbViewSelectParamVariantAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createChartOfCalculationTypesDbViewDefsAdapter()
        Creates a new adapter for an object of class 'Chart Of Calculation Types Db View Defs'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        ChartOfCalculationTypesDbViewDefs
      • createAccountingRegisterDbViewDefsAdapter

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

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

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

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

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

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