Uses of Interface
org.openxma.dsl.dom.model.Expression

Packages that use Expression
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of Expression in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return Expression
 Expression DomFactory.createExpression()
          Returns a new object of class 'Expression'.
 

Uses of Expression in org.openxma.dsl.dom.model
 

Subinterfaces of Expression in org.openxma.dsl.dom.model
 interface AggregateFunction
          A representation of the model object 'Aggregate Function'.
 interface AliasedExpression
          A representation of the model object 'Aliased Expression'.
 interface BetweenExpression
          A representation of the model object 'Between Expression'.
 interface BinaryExpression
          A representation of the model object 'Binary Expression'.
 interface BooleanLiteralValue
          A representation of the model object 'Boolean Literal Value'.
 interface CaseExpression
          A representation of the model object 'Case Expression'.
 interface CastFunction
          A representation of the model object 'Cast Function'.
 interface CollectionFunction
          A representation of the model object 'Collection Function'.
 interface EmptyLiteralValue
          A representation of the model object 'Empty Literal Value'.
 interface FunctionCall
          A representation of the model object 'Function Call'.
 interface InExpression
          A representation of the model object 'In Expression'.
 interface IntegerLiteralValue
          A representation of the model object 'Integer Literal Value'.
 interface LikeExpression
          A representation of the model object 'Like Expression'.
 interface LiteralValue
          A representation of the model object 'Literal Value'.
 interface MemberOfExpression
          A representation of the model object 'Member Of Expression'.
 interface NotExpression
          A representation of the model object 'Not Expression'.
 interface NullLiteralValue
          A representation of the model object 'Null Literal Value'.
 interface ParenthesizedExpression
          A representation of the model object 'Parenthesized Expression'.
 interface PropertyValue
          A representation of the model object 'Property Value'.
 interface QuantifiedExpression
          A representation of the model object 'Quantified Expression'.
 interface QueryParameterValue
          A representation of the model object 'Query Parameter Value'.
 interface RealLiteralValue
          A representation of the model object 'Real Literal Value'.
 interface StringLiteralValue
          A representation of the model object 'String Literal Value'.
 interface SubQuery
          A representation of the model object 'Sub Query'.
 interface TrimFunction
          A representation of the model object 'Trim Function'.
 interface UnaryExpression
          A representation of the model object 'Unary Expression'.
 

Methods in org.openxma.dsl.dom.model that return Expression
 Expression AggregateFunction.getAggregateExpression()
          Returns the value of the 'Aggregate Expression' containment reference.
 Expression CaseExpression.getElseExpression()
          Returns the value of the 'Else Expression' containment reference.
 Expression LikeExpression.getEscape()
          Returns the value of the 'Escape' containment reference.
 Expression NotExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression InExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression CaseExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression QuantifiedExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression SortOrderElement.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression MemberOfExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression UnaryExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression BetweenExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression AliasedExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression LikeExpression.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression Join.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression PropertyAssignment.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression DelegateOperation.getFilter()
          Returns the value of the 'Filter' containment reference.
 Expression TrimFunction.getFrom()
          Returns the value of the 'From' containment reference.
 Expression CastFunction.getFrom()
          Returns the value of the 'From' containment reference.
 Expression SelectStatement.getHaving()
          Returns the value of the 'Having' containment reference.
 Expression InExpression.getIn()
          Returns the value of the 'In' containment reference.
 Expression BetweenExpression.getLeft()
          Returns the value of the 'Left' containment reference.
 Expression BinaryExpression.getLeft()
          Returns the value of the 'Left' containment reference.
 Expression LikeExpression.getLike()
          Returns the value of the 'Like' containment reference.
 Expression BetweenExpression.getRight()
          Returns the value of the 'Right' containment reference.
 Expression BinaryExpression.getRight()
          Returns the value of the 'Right' containment reference.
 Expression AltWhenClause.getThenExpression()
          Returns the value of the 'Then Expression' containment reference.
 Expression WhenClause.getThenExpression()
          Returns the value of the 'Then Expression' containment reference.
 Expression AltWhenClause.getWhenExpression()
          Returns the value of the 'When Expression' containment reference.
 Expression WhenClause.getWhenExpression()
          Returns the value of the 'When Expression' containment reference.
 Expression UpdateStatement.getWhere()
          Returns the value of the 'Where' containment reference.
 Expression SelectStatement.getWhere()
          Returns the value of the 'Where' containment reference.
 Expression DeleteStatement.getWhere()
          Returns the value of the 'Where' containment reference.
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type Expression
 org.eclipse.emf.common.util.EList<Expression> SelectClass.getArguments()
          Returns the value of the 'Arguments' containment reference list.
 org.eclipse.emf.common.util.EList<Expression> FunctionCall.getArguments()
          Returns the value of the 'Arguments' containment reference list.
 org.eclipse.emf.common.util.EList<Expression> InsertStatement.getExpression()
          Returns the value of the 'Expression' containment reference list.
 org.eclipse.emf.common.util.EList<Expression> ParenthesizedExpression.getExpressions()
          Returns the value of the 'Expressions' containment reference list.
 org.eclipse.emf.common.util.EList<Expression> SelectStatement.getGroupBy()
          Returns the value of the 'Group By' containment reference list.
 org.eclipse.emf.common.util.EList<Expression> PropertyValue.getIndex()
          Returns the value of the 'Index' containment reference list.
 org.eclipse.emf.common.util.EList<Expression> SelectProperties.getProperties()
          Returns the value of the 'Properties' containment reference list.
 

Methods in org.openxma.dsl.dom.model with parameters of type Expression
 void AggregateFunction.setAggregateExpression(Expression value)
          Sets the value of the 'Aggregate Expression' containment reference.
 void CaseExpression.setElseExpression(Expression value)
          Sets the value of the 'Else Expression' containment reference.
 void LikeExpression.setEscape(Expression value)
          Sets the value of the 'Escape' containment reference.
 void NotExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void InExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void CaseExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void QuantifiedExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void SortOrderElement.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void MemberOfExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void UnaryExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void BetweenExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void AliasedExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void LikeExpression.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void Join.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void PropertyAssignment.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void DelegateOperation.setFilter(Expression value)
          Sets the value of the 'Filter' containment reference.
 void TrimFunction.setFrom(Expression value)
          Sets the value of the 'From' containment reference.
 void CastFunction.setFrom(Expression value)
          Sets the value of the 'From' containment reference.
 void SelectStatement.setHaving(Expression value)
          Sets the value of the 'Having' containment reference.
 void InExpression.setIn(Expression value)
          Sets the value of the 'In' containment reference.
 void BetweenExpression.setLeft(Expression value)
          Sets the value of the 'Left' containment reference.
 void BinaryExpression.setLeft(Expression value)
          Sets the value of the 'Left' containment reference.
 void LikeExpression.setLike(Expression value)
          Sets the value of the 'Like' containment reference.
 void BetweenExpression.setRight(Expression value)
          Sets the value of the 'Right' containment reference.
 void BinaryExpression.setRight(Expression value)
          Sets the value of the 'Right' containment reference.
 void AltWhenClause.setThenExpression(Expression value)
          Sets the value of the 'Then Expression' containment reference.
 void WhenClause.setThenExpression(Expression value)
          Sets the value of the 'Then Expression' containment reference.
 void AltWhenClause.setWhenExpression(Expression value)
          Sets the value of the 'When Expression' containment reference.
 void WhenClause.setWhenExpression(Expression value)
          Sets the value of the 'When Expression' containment reference.
 void UpdateStatement.setWhere(Expression value)
          Sets the value of the 'Where' containment reference.
 void SelectStatement.setWhere(Expression value)
          Sets the value of the 'Where' containment reference.
 void DeleteStatement.setWhere(Expression value)
          Sets the value of the 'Where' containment reference.
 

Uses of Expression in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement Expression
 class AggregateFunctionImpl
          An implementation of the model object 'Aggregate Function'.
 class AliasedExpressionImpl
          An implementation of the model object 'Aliased Expression'.
 class BetweenExpressionImpl
          An implementation of the model object 'Between Expression'.
 class BinaryExpressionImpl
          An implementation of the model object 'Binary Expression'.
 class BooleanLiteralValueImpl
          An implementation of the model object 'Boolean Literal Value'.
 class CaseExpressionImpl
          An implementation of the model object 'Case Expression'.
 class CastFunctionImpl
          An implementation of the model object 'Cast Function'.
 class CollectionFunctionImpl
          An implementation of the model object 'Collection Function'.
 class EmptyLiteralValueImpl
          An implementation of the model object 'Empty Literal Value'.
 class ExpressionImpl
          An implementation of the model object 'Expression'.
 class FunctionCallImpl
          An implementation of the model object 'Function Call'.
 class InExpressionImpl
          An implementation of the model object 'In Expression'.
 class IntegerLiteralValueImpl
          An implementation of the model object 'Integer Literal Value'.
 class LikeExpressionImpl
          An implementation of the model object 'Like Expression'.
 class LiteralValueImpl
          An implementation of the model object 'Literal Value'.
 class MemberOfExpressionImpl
          An implementation of the model object 'Member Of Expression'.
 class NotExpressionImpl
          An implementation of the model object 'Not Expression'.
 class NullLiteralValueImpl
          An implementation of the model object 'Null Literal Value'.
 class ParenthesizedExpressionImpl
          An implementation of the model object 'Parenthesized Expression'.
 class PropertyValueImpl
          An implementation of the model object 'Property Value'.
 class QuantifiedExpressionImpl
          An implementation of the model object 'Quantified Expression'.
 class QueryParameterValueImpl
          An implementation of the model object 'Query Parameter Value'.
 class RealLiteralValueImpl
          An implementation of the model object 'Real Literal Value'.
 class StringLiteralValueImpl
          An implementation of the model object 'String Literal Value'.
 class SubQueryImpl
          An implementation of the model object 'Sub Query'.
 class TrimFunctionImpl
          An implementation of the model object 'Trim Function'.
 class UnaryExpressionImpl
          An implementation of the model object 'Unary Expression'.
 

Fields in org.openxma.dsl.dom.model.impl declared as Expression
protected  Expression AggregateFunctionImpl.aggregateExpression
          The cached value of the 'Aggregate Expression' containment reference.
protected  Expression CaseExpressionImpl.elseExpression
          The cached value of the 'Else Expression' containment reference.
protected  Expression LikeExpressionImpl.escape
          The cached value of the 'Escape' containment reference.
protected  Expression UnaryExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression NotExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression PropertyAssignmentImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression QuantifiedExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression SortOrderElementImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression MemberOfExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression InExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression LikeExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression AliasedExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression JoinImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression BetweenExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression CaseExpressionImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression DelegateOperationImpl.filter
          The cached value of the 'Filter' containment reference.
protected  Expression TrimFunctionImpl.from
          The cached value of the 'From' containment reference.
protected  Expression CastFunctionImpl.from
          The cached value of the 'From' containment reference.
protected  Expression SelectStatementImpl.having
          The cached value of the 'Having' containment reference.
protected  Expression InExpressionImpl.in
          The cached value of the 'In' containment reference.
protected  Expression BetweenExpressionImpl.left
          The cached value of the 'Left' containment reference.
protected  Expression BinaryExpressionImpl.left
          The cached value of the 'Left' containment reference.
protected  Expression LikeExpressionImpl.like
          The cached value of the 'Like' containment reference.
protected  Expression BetweenExpressionImpl.right
          The cached value of the 'Right' containment reference.
protected  Expression BinaryExpressionImpl.right
          The cached value of the 'Right' containment reference.
protected  Expression AltWhenClauseImpl.thenExpression
          The cached value of the 'Then Expression' containment reference.
protected  Expression WhenClauseImpl.thenExpression
          The cached value of the 'Then Expression' containment reference.
protected  Expression AltWhenClauseImpl.whenExpression
          The cached value of the 'When Expression' containment reference.
protected  Expression WhenClauseImpl.whenExpression
          The cached value of the 'When Expression' containment reference.
protected  Expression SelectStatementImpl.where
          The cached value of the 'Where' containment reference.
protected  Expression UpdateStatementImpl.where
          The cached value of the 'Where' containment reference.
protected  Expression DeleteStatementImpl.where
          The cached value of the 'Where' containment reference.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type Expression
protected  org.eclipse.emf.common.util.EList<Expression> SelectClassImpl.arguments
          The cached value of the 'Arguments' containment reference list.
protected  org.eclipse.emf.common.util.EList<Expression> FunctionCallImpl.arguments
          The cached value of the 'Arguments' containment reference list.
protected  org.eclipse.emf.common.util.EList<Expression> InsertStatementImpl.expression
          The cached value of the 'Expression' containment reference list.
protected  org.eclipse.emf.common.util.EList<Expression> ParenthesizedExpressionImpl.expressions
          The cached value of the 'Expressions' containment reference list.
protected  org.eclipse.emf.common.util.EList<Expression> SelectStatementImpl.groupBy
          The cached value of the 'Group By' containment reference list.
protected  org.eclipse.emf.common.util.EList<Expression> PropertyValueImpl.index
          The cached value of the 'Index' containment reference list.
protected  org.eclipse.emf.common.util.EList<Expression> SelectPropertiesImpl.properties
          The cached value of the 'Properties' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return Expression
 Expression DomFactoryImpl.createExpression()
           
 Expression AggregateFunctionImpl.getAggregateExpression()
           
 Expression CaseExpressionImpl.getElseExpression()
           
 Expression LikeExpressionImpl.getEscape()
           
 Expression UnaryExpressionImpl.getExpression()
           
 Expression NotExpressionImpl.getExpression()
           
 Expression PropertyAssignmentImpl.getExpression()
           
 Expression QuantifiedExpressionImpl.getExpression()
           
 Expression SortOrderElementImpl.getExpression()
           
 Expression MemberOfExpressionImpl.getExpression()
           
 Expression InExpressionImpl.getExpression()
           
 Expression LikeExpressionImpl.getExpression()
           
 Expression AliasedExpressionImpl.getExpression()
           
 Expression JoinImpl.getExpression()
           
 Expression BetweenExpressionImpl.getExpression()
           
 Expression CaseExpressionImpl.getExpression()
           
 Expression DelegateOperationImpl.getFilter()
           
 Expression TrimFunctionImpl.getFrom()
           
 Expression CastFunctionImpl.getFrom()
           
 Expression SelectStatementImpl.getHaving()
           
 Expression InExpressionImpl.getIn()
           
 Expression BetweenExpressionImpl.getLeft()
           
 Expression BinaryExpressionImpl.getLeft()
           
 Expression LikeExpressionImpl.getLike()
           
 Expression BetweenExpressionImpl.getRight()
           
 Expression BinaryExpressionImpl.getRight()
           
 Expression AltWhenClauseImpl.getThenExpression()
           
 Expression WhenClauseImpl.getThenExpression()
           
 Expression AltWhenClauseImpl.getWhenExpression()
           
 Expression WhenClauseImpl.getWhenExpression()
           
 Expression SelectStatementImpl.getWhere()
           
 Expression UpdateStatementImpl.getWhere()
           
 Expression DeleteStatementImpl.getWhere()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type Expression
 org.eclipse.emf.common.util.EList<Expression> SelectClassImpl.getArguments()
           
 org.eclipse.emf.common.util.EList<Expression> FunctionCallImpl.getArguments()
           
 org.eclipse.emf.common.util.EList<Expression> InsertStatementImpl.getExpression()
           
 org.eclipse.emf.common.util.EList<Expression> ParenthesizedExpressionImpl.getExpressions()
           
 org.eclipse.emf.common.util.EList<Expression> SelectStatementImpl.getGroupBy()
           
 org.eclipse.emf.common.util.EList<Expression> PropertyValueImpl.getIndex()
           
 org.eclipse.emf.common.util.EList<Expression> SelectPropertiesImpl.getProperties()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type Expression
 org.eclipse.emf.common.notify.NotificationChain AggregateFunctionImpl.basicSetAggregateExpression(Expression newAggregateExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CaseExpressionImpl.basicSetElseExpression(Expression newElseExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LikeExpressionImpl.basicSetEscape(Expression newEscape, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain UnaryExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain NotExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PropertyAssignmentImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain QuantifiedExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SortOrderElementImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain MemberOfExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain InExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LikeExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AliasedExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain JoinImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BetweenExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CaseExpressionImpl.basicSetExpression(Expression newExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DelegateOperationImpl.basicSetFilter(Expression newFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TrimFunctionImpl.basicSetFrom(Expression newFrom, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CastFunctionImpl.basicSetFrom(Expression newFrom, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SelectStatementImpl.basicSetHaving(Expression newHaving, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain InExpressionImpl.basicSetIn(Expression newIn, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BetweenExpressionImpl.basicSetLeft(Expression newLeft, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BinaryExpressionImpl.basicSetLeft(Expression newLeft, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LikeExpressionImpl.basicSetLike(Expression newLike, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BetweenExpressionImpl.basicSetRight(Expression newRight, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain BinaryExpressionImpl.basicSetRight(Expression newRight, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AltWhenClauseImpl.basicSetThenExpression(Expression newThenExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain WhenClauseImpl.basicSetThenExpression(Expression newThenExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AltWhenClauseImpl.basicSetWhenExpression(Expression newWhenExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain WhenClauseImpl.basicSetWhenExpression(Expression newWhenExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SelectStatementImpl.basicSetWhere(Expression newWhere, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain UpdateStatementImpl.basicSetWhere(Expression newWhere, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DeleteStatementImpl.basicSetWhere(Expression newWhere, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AggregateFunctionImpl.setAggregateExpression(Expression newAggregateExpression)
           
 void CaseExpressionImpl.setElseExpression(Expression newElseExpression)
           
 void LikeExpressionImpl.setEscape(Expression newEscape)
           
 void UnaryExpressionImpl.setExpression(Expression newExpression)
           
 void NotExpressionImpl.setExpression(Expression newExpression)
           
 void PropertyAssignmentImpl.setExpression(Expression newExpression)
           
 void QuantifiedExpressionImpl.setExpression(Expression newExpression)
           
 void SortOrderElementImpl.setExpression(Expression newExpression)
           
 void MemberOfExpressionImpl.setExpression(Expression newExpression)
           
 void InExpressionImpl.setExpression(Expression newExpression)
           
 void LikeExpressionImpl.setExpression(Expression newExpression)
           
 void AliasedExpressionImpl.setExpression(Expression newExpression)
           
 void JoinImpl.setExpression(Expression newExpression)
           
 void BetweenExpressionImpl.setExpression(Expression newExpression)
           
 void CaseExpressionImpl.setExpression(Expression newExpression)
           
 void DelegateOperationImpl.setFilter(Expression newFilter)
           
 void TrimFunctionImpl.setFrom(Expression newFrom)
           
 void CastFunctionImpl.setFrom(Expression newFrom)
           
 void SelectStatementImpl.setHaving(Expression newHaving)
           
 void InExpressionImpl.setIn(Expression newIn)
           
 void BetweenExpressionImpl.setLeft(Expression newLeft)
           
 void BinaryExpressionImpl.setLeft(Expression newLeft)
           
 void LikeExpressionImpl.setLike(Expression newLike)
           
 void BetweenExpressionImpl.setRight(Expression newRight)
           
 void BinaryExpressionImpl.setRight(Expression newRight)
           
 void AltWhenClauseImpl.setThenExpression(Expression newThenExpression)
           
 void WhenClauseImpl.setThenExpression(Expression newThenExpression)
           
 void AltWhenClauseImpl.setWhenExpression(Expression newWhenExpression)
           
 void WhenClauseImpl.setWhenExpression(Expression newWhenExpression)
           
 void SelectStatementImpl.setWhere(Expression newWhere)
           
 void UpdateStatementImpl.setWhere(Expression newWhere)
           
 void DeleteStatementImpl.setWhere(Expression newWhere)
           
 

Uses of Expression in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type Expression
 T DomSwitch.caseExpression(Expression object)
          Returns the result of interpreting the object as an instance of 'Expression'.
 



Copyright © 2013. All Rights Reserved.