Package com._1c.g5.v8.dt.ql.model
Interface MultiPartCommonExpression
- All Superinterfaces:
AbstractExpression
,ACommonExpression
,CommonExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MultiPartCommonExpressionImpl
A representation of the model object 'Multi Part Common Expression'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Source Table' containment reference.void
setSourceTable
(CommonExpression value) Sets the value of the 'Source Table
' containment reference.Methods inherited from interface com._1c.g5.v8.dt.ql.model.CommonExpression
getComputeDbView, getContent, getItemDbView, setComputeDbView, setContent, setItemDbView
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSourceTable
CommonExpression getSourceTable()Returns the value of the 'Source Table' containment reference.- Returns:
- the value of the 'Source Table' containment reference.
- See Also:
-
setSourceTable
Sets the value of the 'Source Table
' containment reference.- Parameters:
value
- the new value of the 'Source Table' containment reference.- See Also:
-
getFullContent
String getFullContent()- Specified by:
getFullContent
in interfaceCommonExpression
-