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.EObjectA 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 DbViewElementgetComputeDbView()Returns the value of the 'Compute Db View' reference.StringgetFullTableName()DbViewElementgetTableDbView()Returns the value of the 'Table Db View' reference.StringgetTableName()Returns the value of the 'Table Name' attribute.voidsetComputeDbView(DbViewElement value)Sets the value of the 'Compute Db View' reference.voidsetTableDbView(DbViewElement value)Sets the value of the 'Table Db View' reference.voidsetTableName(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()
-
-