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 SummaryAll 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- 
getTableNameString getTableName() Returns the value of the 'Table Name' attribute.- Returns:
- the value of the 'Table Name' attribute.
- See Also:
- setTableName(String),- QlPackage.getAbstractQuerySchemaTable_TableName()
 
 - 
setTableNamevoid setTableName(String value) Sets the value of the 'Table Name' attribute.- Parameters:
- value- the new value of the 'Table Name' attribute.
- See Also:
- getTableName()
 
 - 
getTableDbViewDbViewElement 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()
 
 - 
setTableDbViewvoid 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()
 
 - 
getComputeDbViewDbViewElement 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()
 
 - 
setComputeDbViewvoid 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()
 
 - 
getFullTableNameString getFullTableName() 
 
- 
 
-