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
public interface MultiPartCommonExpression extends CommonExpression
A representation of the model object 'Multi Part Common Expression'.The following features are supported:
- See Also:
QlPackage.getMultiPartCommonExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFullContent()CommonExpressiongetSourceTable()Returns the value of the 'Source Table' containment reference.voidsetSourceTable(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
-
-
-
-
Method Detail
-
getSourceTable
CommonExpression getSourceTable()
Returns the value of the 'Source Table' containment reference.- Returns:
- the value of the 'Source Table' containment reference.
- See Also:
setSourceTable(CommonExpression),QlPackage.getMultiPartCommonExpression_SourceTable()
-
setSourceTable
void setSourceTable(CommonExpression value)
Sets the value of the 'Source Table' containment reference.- Parameters:
value- the new value of the 'Source Table' containment reference.- See Also:
getSourceTable()
-
getFullContent
String getFullContent()
- Specified by:
getFullContentin interfaceCommonExpression
-
-