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
A representation of the model object 'Multi Part Query Schema Table'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Parent Table' containment reference.void
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
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
-
getParentTable
AbstractQuerySchemaTable getParentTable()Returns the value of the 'Parent Table' containment reference.- Returns:
- the value of the 'Parent Table' containment reference.
- See Also:
-
setParentTable
Sets the value of the 'Parent Table
' containment reference.- Parameters:
value
- the new value of the 'Parent Table' containment reference.- See Also:
-
getFullTableName
String getFullTableName()- Specified by:
getFullTableName
in interfaceAbstractQuerySchemaTable
-