|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueExpressionCaseElse | |
---|---|
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.impl | |
org.eclipse.datatools.modelbase.sql.query.util |
Uses of ValueExpressionCaseElse in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionCaseElse | |
---|---|
ValueExpressionCaseElse |
SQLQueryModelFactory.createValueExpressionCaseElse()
Returns a new object of class 'Value Expression Case Else'. |
ValueExpressionCaseElse |
ValueExpressionCase.getCaseElse()
Returns the value of the 'Case Else' containment reference. |
ValueExpressionCaseElse |
QueryValueExpression.getValueExprCaseElse()
Returns the value of the 'Value Expr Case Else' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionCaseElse | |
---|---|
void |
ValueExpressionCase.setCaseElse(ValueExpressionCaseElse value)
Sets the value of the ' Case Else ' containment reference. |
void |
QueryValueExpression.setValueExprCaseElse(ValueExpressionCaseElse value)
Sets the value of the ' Value Expr Case Else ' container reference. |
Uses of ValueExpressionCaseElse in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionCaseElse | |
---|---|
class |
ValueExpressionCaseElseImpl
An implementation of the model object 'SQL Value Expression Case Else'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionCaseElse | |
---|---|
ValueExpressionCaseElse |
SQLQueryModelFactoryImpl.createValueExpressionCaseElse()
|
ValueExpressionCaseElse |
ValueExpressionCaseImpl.getCaseElse()
|
ValueExpressionCaseElse |
QueryValueExpressionImpl.getValueExprCaseElse()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionCaseElse | |
---|---|
NotificationChain |
ValueExpressionCaseImpl.basicSetCaseElse(ValueExpressionCaseElse newCaseElse,
NotificationChain msgs)
|
NotificationChain |
QueryValueExpressionImpl.basicSetValueExprCaseElse(ValueExpressionCaseElse newValueExprCaseElse,
NotificationChain msgs)
|
void |
ValueExpressionCaseImpl.setCaseElse(ValueExpressionCaseElse newCaseElse)
|
void |
QueryValueExpressionImpl.setValueExprCaseElse(ValueExpressionCaseElse newValueExprCaseElse)
|
Uses of ValueExpressionCaseElse in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionCaseElse | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseValueExpressionCaseElse(ValueExpressionCaseElse object)
Returns the result of interpreting the object as an instance of 'Value Expression Case Else'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |