Package com._1c.g5.v8.dt.ql.model
Interface BetweenExpression
-
- All Superinterfaces:
AbstractExpression,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BetweenExpressionImpl
public interface BetweenExpression extends AbstractExpression
A representation of the model object 'Between Expression'.The following features are supported:
- See Also:
QlPackage.getBetweenExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetFirstExpression()Returns the value of the 'First Expression' containment reference.AbstractExpressiongetSecondExpression()Returns the value of the 'Second Expression' containment reference.voidsetFirstExpression(AbstractExpression value)Sets the value of the 'First Expression' containment reference.voidsetSecondExpression(AbstractExpression value)Sets the value of the 'Second Expression' containment reference.
-
-
-
Method Detail
-
getFirstExpression
AbstractExpression getFirstExpression()
Returns the value of the 'First Expression' containment reference.- Returns:
- the value of the 'First Expression' containment reference.
- See Also:
setFirstExpression(AbstractExpression),QlPackage.getBetweenExpression_FirstExpression()
-
setFirstExpression
void setFirstExpression(AbstractExpression value)
Sets the value of the 'First Expression' containment reference.- Parameters:
value- the new value of the 'First Expression' containment reference.- See Also:
getFirstExpression()
-
getSecondExpression
AbstractExpression getSecondExpression()
Returns the value of the 'Second Expression' containment reference.- Returns:
- the value of the 'Second Expression' containment reference.
- See Also:
setSecondExpression(AbstractExpression),QlPackage.getBetweenExpression_SecondExpression()
-
setSecondExpression
void setSecondExpression(AbstractExpression value)
Sets the value of the 'Second Expression' containment reference.- Parameters:
value- the new value of the 'Second Expression' containment reference.- See Also:
getSecondExpression()
-
-