|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueExpressionCombined
A representation of the model object 'SQL Value Expression Combined'.
The following features are supported:
SQLQueryModelPackage.getValueExpressionCombined()
Method Summary | |
---|---|
ValueExpressionCombinedOperator |
getCombinedOperator()
Returns the value of the 'Combined Operator' attribute. |
QueryValueExpression |
getLeftValueExpr()
Returns the value of the 'Left Value Expr' containment reference. |
QueryValueExpression |
getRightValueExpr()
Returns the value of the 'Right Value Expr' containment reference. |
void |
setCombinedOperator(ValueExpressionCombinedOperator value)
Sets the value of the ' Combined Operator ' attribute. |
void |
setLeftValueExpr(QueryValueExpression value)
Sets the value of the ' Left Value Expr ' containment reference. |
void |
setRightValueExpr(QueryValueExpression value)
Sets the value of the ' Right Value Expr ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.ValueExpression |
---|
getSQL, setSQL |
Method Detail |
---|
ValueExpressionCombinedOperator getCombinedOperator()
ValueExpressionCombinedOperator
.
If the meaning of the 'Combined Operator' attribute isn't clear, there really should be more of a description here...
ValueExpressionCombinedOperator
,
setCombinedOperator(ValueExpressionCombinedOperator)
,
SQLQueryModelPackage.getValueExpressionCombined_CombinedOperator()
void setCombinedOperator(ValueExpressionCombinedOperator value)
Combined Operator
' attribute.
value
- the new value of the 'Combined Operator' attribute.ValueExpressionCombinedOperator
,
getCombinedOperator()
QueryValueExpression getLeftValueExpr()
Value Expr Combined Left
'.
If the meaning of the 'Left Value Expr' containment reference isn't clear, there really should be more of a description here...
setLeftValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getValueExpressionCombined_LeftValueExpr()
,
QueryValueExpression.getValueExprCombinedLeft()
void setLeftValueExpr(QueryValueExpression value)
Left Value Expr
' containment reference.
value
- the new value of the 'Left Value Expr' containment reference.getLeftValueExpr()
QueryValueExpression getRightValueExpr()
Value Expr Combined Right
'.
If the meaning of the 'Right Value Expr' containment reference isn't clear, there really should be more of a description here...
setRightValueExpr(QueryValueExpression)
,
SQLQueryModelPackage.getValueExpressionCombined_RightValueExpr()
,
QueryValueExpression.getValueExprCombinedRight()
void setRightValueExpr(QueryValueExpression value)
Right Value Expr
' containment reference.
value
- the new value of the 'Right Value Expr' containment reference.getRightValueExpr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |