Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaDropTableQuery
-
- All Superinterfaces:
AbstractQuerySchemaQuery,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QuerySchemaDropTableQueryImpl
public interface QuerySchemaDropTableQuery extends AbstractQuerySchemaQuery
A representation of the model object 'Query Schema Drop Table Query'.The following features are supported:
- See Also:
QlPackage.getQuerySchemaDropTableQuery()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractQuerySchemaTablegetTable()Returns the value of the 'Table' containment reference.voidsetTable(AbstractQuerySchemaTable value)Sets the value of the 'Table' containment reference.
-
-
-
Method Detail
-
getTable
AbstractQuerySchemaTable getTable()
Returns the value of the 'Table' containment reference.- Returns:
- the value of the 'Table' containment reference.
- See Also:
setTable(AbstractQuerySchemaTable),QlPackage.getQuerySchemaDropTableQuery_Table()
-
setTable
void setTable(AbstractQuerySchemaTable value)
Sets the value of the 'Table' containment reference.- Parameters:
value- the new value of the 'Table' containment reference.- See Also:
getTable()
-
-