Package com._1c.g5.v8.dt.ql.model
Interface AbstractQuerySchemaTable
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
MultiPartQuerySchemaTable
,SinglePartQuerySchemaTable
- All Known Implementing Classes:
AbstractQuerySchemaTableImpl
,MultiPartQuerySchemaTableImpl
,SinglePartQuerySchemaTableImpl
public interface AbstractQuerySchemaTable
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Abstract Query Schema Table'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Compute Db View' reference.Returns the value of the 'Table Db View' reference.Returns the value of the 'Table Name' attribute.void
setComputeDbView
(DbViewElement value) Sets the value of the 'Compute Db View
' reference.void
setTableDbView
(DbViewElement value) Sets the value of the 'Table Db View
' reference.void
setTableName
(String value) Sets the value of the 'Table Name
' attribute.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
-
getTableName
String getTableName()Returns the value of the 'Table Name' attribute.- Returns:
- the value of the 'Table Name' attribute.
- See Also:
-
setTableName
Sets the value of the 'Table Name
' attribute.- Parameters:
value
- the new value of the 'Table Name' attribute.- See Also:
-
getTableDbView
DbViewElement getTableDbView()Returns the value of the 'Table Db View' reference.- Returns:
- the value of the 'Table Db View' reference.
- See Also:
-
setTableDbView
Sets the value of the 'Table Db View
' reference.- Parameters:
value
- the new value of the 'Table Db View' reference.- See Also:
-
getComputeDbView
DbViewElement getComputeDbView()Returns the value of the 'Compute Db View' reference.- Returns:
- the value of the 'Compute Db View' reference.
- See Also:
-
setComputeDbView
Sets the value of the 'Compute Db View
' reference.- Parameters:
value
- the new value of the 'Compute Db View' reference.- See Also:
-
getFullTableName
String getFullTableName()
-