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 SummaryAll 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.CommonExpressiongetComputeDbView, getContent, getItemDbView, setComputeDbView, setContent, setItemDbView
 
- 
 
- 
- 
- 
Method Detail- 
getSourceTableCommonExpression 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()
 
 - 
setSourceTablevoid 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()
 
 - 
getFullContentString getFullContent() - Specified by:
- getFullContentin interface- CommonExpression
 
 
- 
 
-