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
A representation of the model object 'Between Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'First Expression' containment reference.Returns the value of the 'Second Expression' containment reference.voidSets the value of the 'First Expression' containment reference.voidSets the value of the 'Second Expression' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFirstExpression
AbstractExpression getFirstExpression()Returns the value of the 'First Expression' containment reference.- Returns:
- the value of the 'First Expression' containment reference.
- See Also:
-
setFirstExpression
Sets the value of the 'First Expression' containment reference.- Parameters:
value- the new value of the 'First Expression' containment reference.- See Also:
-
getSecondExpression
AbstractExpression getSecondExpression()Returns the value of the 'Second Expression' containment reference.- Returns:
- the value of the 'Second Expression' containment reference.
- See Also:
-
setSecondExpression
Sets the value of the 'Second Expression' containment reference.- Parameters:
value- the new value of the 'Second Expression' containment reference.- See Also:
-