Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaTableForUpdate
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QuerySchemaTableForUpdateImpl
public interface QuerySchemaTableForUpdate extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Query Schema Table For Update'.The following features are supported:
- See Also:
QlPackage.getQuerySchemaTableForUpdate()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractQuerySchemaTable
getTable()
Returns the value of the 'Table' containment reference.void
setTable(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.getQuerySchemaTableForUpdate_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()
-
-