|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ValueExpressionLabeledDuration in org.eclipse.datatools.modelbase.sql.query |
Methods in org.eclipse.datatools.modelbase.sql.query that return ValueExpressionLabeledDuration | |
ValueExpressionLabeledDuration |
SQLQueryModelFactory.createValueExpressionLabeledDuration()
Returns a new object of class 'Value Expression Labeled Duration'. |
ValueExpressionLabeledDuration |
QueryValueExpression.getValueExprLabeledDuration()
Returns the value of the 'Value Expr Labeled Duration' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type ValueExpressionLabeledDuration | |
void |
QueryValueExpression.setValueExprLabeledDuration(ValueExpressionLabeledDuration value)
Sets the value of the ' Value Expr Labeled Duration ' container reference. |
Uses of ValueExpressionLabeledDuration in org.eclipse.datatools.modelbase.sql.query.helper |
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type ValueExpressionLabeledDuration | |
static java.util.List |
ValueExpressionHelper.getVELabeledDurationColumns(ValueExpressionLabeledDuration labeledDurExpr)
CHECK IMPLEMENTATION! CODE UNTESTED! Method to obtain the column expressions from a ValueExpressionLabeledDuration |
static void |
ValueExpressionHelper.resolveValueExpressionLabeledDurationDatatype(ValueExpressionLabeledDuration aValExpr)
CHECK IMPLEMENTATION! CODE UNTESTED! Tries to determine and set the datatype of the given labeled duration value expression. |
Uses of ValueExpressionLabeledDuration in org.eclipse.datatools.modelbase.sql.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement ValueExpressionLabeledDuration | |
class |
ValueExpressionLabeledDurationImpl
An implementation of the model object 'SQL Value Expression Labeled Duration'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return ValueExpressionLabeledDuration | |
ValueExpressionLabeledDuration |
SQLQueryModelFactoryImpl.createValueExpressionLabeledDuration()
|
ValueExpressionLabeledDuration |
QueryValueExpressionImpl.getValueExprLabeledDuration()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type ValueExpressionLabeledDuration | |
NotificationChain |
QueryValueExpressionImpl.basicSetValueExprLabeledDuration(ValueExpressionLabeledDuration newValueExprLabeledDuration,
NotificationChain msgs)
|
void |
QueryValueExpressionImpl.setValueExprLabeledDuration(ValueExpressionLabeledDuration newValueExprLabeledDuration)
|
Uses of ValueExpressionLabeledDuration in org.eclipse.datatools.modelbase.sql.query.util |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type ValueExpressionLabeledDuration | |
java.lang.Object |
SQLQueryModelSwitch.caseValueExpressionLabeledDuration(ValueExpressionLabeledDuration object)
Returns the result of interpretting the object as an instance of 'Value Expression Labeled Duration'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |