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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullTableName()
AbstractQuerySchemaTable
getParentTable()
Returns the value of the 'Parent Table' containment reference.void
setParentTable(AbstractQuerySchemaTable value)
Sets the value of the 'Parent Table
' containment reference.-
Methods inherited from interface com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaTable
getComputeDbView, getTableDbView, getTableName, setComputeDbView, setTableDbView, setTableName
-
-
-
-
Method Detail
-
getParentTable
AbstractQuerySchemaTable 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()
-
setParentTable
void 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()
-
getFullTableName
String getFullTableName()
- Specified by:
getFullTableName
in interfaceAbstractQuerySchemaTable
-
-