Class QlAdapterFactory

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

    public class QlAdapterFactory
    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:
    QlPackage
    • Field Detail

      • modelPackage

        protected static QlPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • QlAdapterFactory

        public QlAdapterFactory()
        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.
      • createQuerySchemaAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createDbViewFromQueryAdapter()
        Creates a new adapter for an object of class 'Db View From 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:
        DbViewFromQuery
      • createDbViewNestedTableFromQueryAdapter

        public org.eclipse.emf.common.notify.Adapter createDbViewNestedTableFromQueryAdapter()
        Creates a new adapter for an object of class 'Db View Nested Table From 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:
        DbViewNestedTableFromQuery
      • createDbViewOuterParamTableAdapter

        public org.eclipse.emf.common.notify.Adapter createDbViewOuterParamTableAdapter()
        Creates a new adapter for an object of class 'Db View Outer Param 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:
        DbViewOuterParamTable
      • createDbViewDescriptionTempTableAdapter

        public org.eclipse.emf.common.notify.Adapter createDbViewDescriptionTempTableAdapter()
        Creates a new adapter for an object of class 'Db View Description Temp 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:
        DbViewDescriptionTempTable
      • createDbViewFieldFieldDefFromQueryAdapter

        public org.eclipse.emf.common.notify.Adapter createDbViewFieldFieldDefFromQueryAdapter()
        Creates a new adapter for an object of class 'Db View Field Field Def From 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:
        DbViewFieldFieldDefFromQuery
      • createUnresolvedDbViewAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createSinglePartQuerySchemaTableAdapter()
        Creates a new adapter for an object of class 'Single Part Query Schema 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:
        SinglePartQuerySchemaTable
      • createMultiPartQuerySchemaTableAdapter

        public org.eclipse.emf.common.notify.Adapter createMultiPartQuerySchemaTableAdapter()
        Creates a new adapter for an object of class 'Multi Part Query Schema 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:
        MultiPartQuerySchemaTable
      • createAbstractQuerySchemaPresentationAdapter

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

        public org.eclipse.emf.common.notify.Adapter createQuerySchemaDropTableQueryAdapter()
        Creates a new adapter for an object of class 'Query Schema Drop Table 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:
        QuerySchemaDropTableQuery
      • 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
      • createQuerySchemaOrderExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createQuerySchemaOrderExpressionAdapter()
        Creates a new adapter for an object of class 'Query Schema Order 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:
        QuerySchemaOrderExpression
      • 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
      • createQuerySchemaGroupingSetsAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createQuerySchemaExpressionAdapter()
        Creates a new adapter for an object of class 'Query Schema 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:
        QuerySchemaExpression
      • createQuerySchemaSourceAdapter

        public org.eclipse.emf.common.notify.Adapter createQuerySchemaSourceAdapter()
        Creates a new adapter for an object of class 'Query Schema 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:
        QuerySchemaSource
      • createAbstractQuerySchemaSourceAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createQuerySchemaNestedQueryAdapter()
        Creates a new adapter for an object of class 'Query Schema Nested 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:
        QuerySchemaNestedQuery
      • createQuerySchemaTableAdapter

        public org.eclipse.emf.common.notify.Adapter createQuerySchemaTableAdapter()
        Creates a new adapter for an object of class 'Query Schema 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:
        QuerySchemaTable
      • createQuerySchemaTableParameterAdapter

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createAUnaryOperatorsExpressionAdapter()
        Creates a new adapter for an object of class 'AUnary Operators 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:
        AUnaryOperatorsExpression
      • createABinaryOperatorsExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createABinaryOperatorsExpressionAdapter()
        Creates a new adapter for an object of class 'ABinary Operators 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:
        ABinaryOperatorsExpression
      • createFunctionInvocationExpressionAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createBooleanLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Boolean Literal 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:
        BooleanLiteralExpression
      • createNumberLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createNumberLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Number Literal 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:
        NumberLiteralExpression
      • createStringLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createStringLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'String Literal 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:
        StringLiteralExpression
      • createDateLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createDateLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Date Literal 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:
        DateLiteralExpression
      • createTypeLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Type Literal 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:
        TypeLiteralExpression
      • 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
      • createUndefinedLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createUndefinedLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Undefined Literal 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:
        UndefinedLiteralExpression
      • createNullLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createNullLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Null Literal 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:
        NullLiteralExpression
      • createValueLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createValueLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Value Literal 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:
        ValueLiteralExpression
      • createALogicalUnaryOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createALogicalUnaryOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'ALogical Unary Operator 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:
        ALogicalUnaryOperatorExpression
      • createALogicalBinaryOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createALogicalBinaryOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'ALogical Binary Operator 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:
        ALogicalBinaryOperatorExpression
      • createLogicalANDOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createLogicalANDOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Logical AND Operator 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:
        LogicalANDOperatorExpression
      • createLogicalOROperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createLogicalOROperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Logical OR Operator 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:
        LogicalOROperatorExpression
      • createLogicalNOTOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createLogicalNOTOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Logical NOT Operator 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:
        LogicalNOTOperatorExpression
      • createLogicalCompareOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createLogicalCompareOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Logical Compare Operator 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:
        LogicalCompareOperatorExpression
      • createIsNullOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createIsNullOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Is Null Operator 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:
        IsNullOperatorExpression
      • createVerbalOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createVerbalOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Verbal Operator 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:
        VerbalOperatorExpression
      • createLikeExpressionAdapter

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

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

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

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

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

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

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

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

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

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

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

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

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

        public org.eclipse.emf.common.notify.Adapter createACommonUnaryOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'ACommon Unary Operator 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:
        ACommonUnaryOperatorExpression
      • createACommonBinaryOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createACommonBinaryOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'ACommon Binary Operator 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:
        ACommonBinaryOperatorExpression
      • createCommonUnaryNegOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonUnaryNegOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Common Unary Neg Operator 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:
        CommonUnaryNegOperatorExpression
      • createCommonAddOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonAddOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Common Add Operator 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:
        CommonAddOperatorExpression
      • createCommonSubOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonSubOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Common Sub Operator 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:
        CommonSubOperatorExpression
      • createCommonMultiOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonMultiOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Common Multi Operator 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:
        CommonMultiOperatorExpression
      • createCommonDevOperatorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createCommonDevOperatorExpressionAdapter()
        Creates a new adapter for an object of class 'Common Dev Operator 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:
        CommonDevOperatorExpression
      • createACommonExpressionAdapter

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

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

        public org.eclipse.emf.common.notify.Adapter createSinglePartCommonExpressionAdapter()
        Creates a new adapter for an object of class 'Single Part Common 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:
        SinglePartCommonExpression
      • createMultiPartCommonExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createMultiPartCommonExpressionAdapter()
        Creates a new adapter for an object of class 'Multi Part Common 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:
        MultiPartCommonExpression
      • createNestedTableExpressionAdapter

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

        public org.eclipse.emf.common.notify.Adapter createNestedTableAllFieldsExpressionAdapter()
        Creates a new adapter for an object of class 'Nested Table All Fields 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:
        NestedTableAllFieldsExpression
      • createFieldWithCastingAdapter

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

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

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

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

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