Uses of Interface
org.eclipse.wst.rdb.internal.models.sql.expressions.ValueExpression

Packages that use ValueExpression
org.eclipse.wst.rdb.internal.models.sql.expressions   
org.eclipse.wst.rdb.internal.models.sql.expressions.impl   
org.eclipse.wst.rdb.internal.models.sql.expressions.util   
org.eclipse.wst.rdb.internal.models.sql.tables   
org.eclipse.wst.rdb.internal.models.sql.tables.impl   
 

Uses of ValueExpression in org.eclipse.wst.rdb.internal.models.sql.expressions
 

Subinterfaces of ValueExpression in org.eclipse.wst.rdb.internal.models.sql.expressions
 interface ValueExpressionDefault
          A representation of the model object 'Value Expression Default'.
 

Uses of ValueExpression in org.eclipse.wst.rdb.internal.models.sql.expressions.impl
 

Classes in org.eclipse.wst.rdb.internal.models.sql.expressions.impl that implement ValueExpression
 class ValueExpressionDefaultImpl
          An implementation of the model object 'Value Expression Default'.
 

Uses of ValueExpression in org.eclipse.wst.rdb.internal.models.sql.expressions.util
 

Methods in org.eclipse.wst.rdb.internal.models.sql.expressions.util with parameters of type ValueExpression
 java.lang.Object SQLExpressionsSwitch.caseValueExpression(ValueExpression object)
          Returns the result of interpretting the object as an instance of 'Value Expression'.
 

Uses of ValueExpression in org.eclipse.wst.rdb.internal.models.sql.tables
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables that return ValueExpression
 ValueExpression Column.getGenerateExpression()
          Returns the value of the 'Generate Expression' containment reference.
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables with parameters of type ValueExpression
 void Column.setGenerateExpression(ValueExpression value)
          Sets the value of the 'Generate Expression' containment reference.
 

Uses of ValueExpression in org.eclipse.wst.rdb.internal.models.sql.tables.impl
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl that return ValueExpression
 ValueExpression ColumnImpl.getGenerateExpression()
           
 

Methods in org.eclipse.wst.rdb.internal.models.sql.tables.impl with parameters of type ValueExpression
 org.eclipse.emf.common.notify.NotificationChain ColumnImpl.basicSetGenerateExpression(ValueExpression newGenerateExpression, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ColumnImpl.setGenerateExpression(ValueExpression newGenerateExpression)