Package com._1c.g5.v8.dt.ql.model
Interface MultiPartQuerySchemaTable
- 
- All Superinterfaces:
- AbstractQuerySchemaTable,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- MultiPartQuerySchemaTableImpl
 
 public interface MultiPartQuerySchemaTable extends AbstractQuerySchemaTable A representation of the model object 'Multi Part Query Schema Table'.The following features are supported: - See Also:
- QlPackage.getMultiPartQuerySchemaTable()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFullTableName()AbstractQuerySchemaTablegetParentTable()Returns the value of the 'Parent Table' containment reference.voidsetParentTable(AbstractQuerySchemaTable value)Sets the value of the 'Parent Table' containment reference.- 
Methods inherited from interface com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaTablegetComputeDbView, getTableDbView, getTableName, setComputeDbView, setTableDbView, setTableName
 
- 
 
- 
- 
- 
Method Detail- 
getParentTableAbstractQuerySchemaTable getParentTable() Returns the value of the 'Parent Table' containment reference.- Returns:
- the value of the 'Parent Table' containment reference.
- See Also:
- setParentTable(AbstractQuerySchemaTable),- QlPackage.getMultiPartQuerySchemaTable_ParentTable()
 
 - 
setParentTablevoid setParentTable(AbstractQuerySchemaTable value) Sets the value of the 'Parent Table' containment reference.- Parameters:
- value- the new value of the 'Parent Table' containment reference.
- See Also:
- getParentTable()
 
 - 
getFullTableNameString getFullTableName() - Specified by:
- getFullTableNamein interface- AbstractQuerySchemaTable
 
 
- 
 
-