Uses of Interface
org.eclipse.datatools.modelbase.sql.query.ValueExpressionCaseSimpleContent

Packages that use ValueExpressionCaseSimpleContent
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

Uses of ValueExpressionCaseSimpleContent in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionCaseSimpleContent
 ValueExpressionCaseSimpleContent SQLQueryModelFactory.createValueExpressionCaseSimpleContent()
          Returns a new object of class 'Value Expression Case Simple Content'.
 ValueExpressionCaseSimpleContent QueryValueExpression.getValueExprCaseSimpleContentWhen()
          Returns the value of the 'Value Expr Case Simple Content When' container reference.
 ValueExpressionCaseSimpleContent QueryValueExpression.getValueExprCaseSimpleContentResult()
          Returns the value of the 'Value Expr Case Simple Content Result' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionCaseSimpleContent
 void QueryValueExpression.setValueExprCaseSimpleContentWhen(ValueExpressionCaseSimpleContent value)
          Sets the value of the 'Value Expr Case Simple Content When' container reference.
 void QueryValueExpression.setValueExprCaseSimpleContentResult(ValueExpressionCaseSimpleContent value)
          Sets the value of the 'Value Expr Case Simple Content Result' container reference.
 

Uses of ValueExpressionCaseSimpleContent in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionCaseSimpleContent
 class ValueExpressionCaseSimpleContentImpl
           An implementation of the model object 'SQL Value Expression Case Simple Content'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionCaseSimpleContent
 ValueExpressionCaseSimpleContent SQLQueryModelFactoryImpl.createValueExpressionCaseSimpleContent()
           
 ValueExpressionCaseSimpleContent QueryValueExpressionImpl.getValueExprCaseSimpleContentWhen()
           
 ValueExpressionCaseSimpleContent QueryValueExpressionImpl.getValueExprCaseSimpleContentResult()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionCaseSimpleContent
 NotificationChain QueryValueExpressionImpl.basicSetValueExprCaseSimpleContentWhen(ValueExpressionCaseSimpleContent newValueExprCaseSimpleContentWhen, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setValueExprCaseSimpleContentWhen(ValueExpressionCaseSimpleContent newValueExprCaseSimpleContentWhen)
           
 NotificationChain QueryValueExpressionImpl.basicSetValueExprCaseSimpleContentResult(ValueExpressionCaseSimpleContent newValueExprCaseSimpleContentResult, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setValueExprCaseSimpleContentResult(ValueExpressionCaseSimpleContent newValueExprCaseSimpleContentResult)
           
 

Uses of ValueExpressionCaseSimpleContent in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionCaseSimpleContent
 java.lang.Object SQLQueryModelSwitch.caseValueExpressionCaseSimpleContent(ValueExpressionCaseSimpleContent object)
          Returns the result of interpretting the object as an instance of 'Value Expression Case Simple Content'.
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.