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:
QlPackage.getAbstractQuerySchemaTable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewElement
getComputeDbView()
Returns the value of the 'Compute Db View' reference.String
getFullTableName()
DbViewElement
getTableDbView()
Returns the value of the 'Table Db View' reference.String
getTableName()
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.
-
-
-
Method Detail
-
getTableName
String getTableName()
Returns the value of the 'Table Name' attribute.- Returns:
- the value of the 'Table Name' attribute.
- See Also:
setTableName(String)
,QlPackage.getAbstractQuerySchemaTable_TableName()
-
setTableName
void setTableName(String value)
Sets the value of the 'Table Name
' attribute.- Parameters:
value
- the new value of the 'Table Name' attribute.- See Also:
getTableName()
-
getTableDbView
DbViewElement getTableDbView()
Returns the value of the 'Table Db View' reference.- Returns:
- the value of the 'Table Db View' reference.
- See Also:
setTableDbView(DbViewElement)
,QlPackage.getAbstractQuerySchemaTable_TableDbView()
-
setTableDbView
void setTableDbView(DbViewElement value)
Sets the value of the 'Table Db View
' reference.- Parameters:
value
- the new value of the 'Table Db View' reference.- See Also:
getTableDbView()
-
getComputeDbView
DbViewElement getComputeDbView()
Returns the value of the 'Compute Db View' reference.- Returns:
- the value of the 'Compute Db View' reference.
- See Also:
setComputeDbView(DbViewElement)
,QlPackage.getAbstractQuerySchemaTable_ComputeDbView()
-
setComputeDbView
void setComputeDbView(DbViewElement value)
Sets the value of the 'Compute Db View
' reference.- Parameters:
value
- the new value of the 'Compute Db View' reference.- See Also:
getComputeDbView()
-
getFullTableName
String getFullTableName()
-
-