Class QlDcsAdapterFactory

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

    public class QlDcsAdapterFactory
    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:
    QlDcsPackage
    • Field Detail

      • modelPackage

        protected static QlDcsPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • QlDcsAdapterFactory

        public QlDcsAdapterFactory()
        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.
      • createFilterCompositionDataQuerySchemaAdapter

        public org.eclipse.emf.common.notify.Adapter createFilterCompositionDataQuerySchemaAdapter()
        Creates a new adapter for an object of class 'Filter Composition Data Query 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:
        FilterCompositionDataQuerySchema
      • createSelectFieldsCompositionDataQuerySchemaAdapter

        public org.eclipse.emf.common.notify.Adapter createSelectFieldsCompositionDataQuerySchemaAdapter()
        Creates a new adapter for an object of class 'Select Fields Composition Data Query 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:
        SelectFieldsCompositionDataQuerySchema
      • createDcsQuerySchemaOperatorAdapter

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createCharacteristicCompositionDataQuerySchemaAdapter()
        Creates a new adapter for an object of class 'Characteristic Composition Data Query 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:
        CharacteristicCompositionDataQuerySchema
      • createCharacteristicTypesAndValuesAdapter

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

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

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

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

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

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

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

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

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