Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaTempTableDescription
-
- All Superinterfaces:
AbstractQuerySchemaSource,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QuerySchemaTempTableDescriptionImpl
public interface QuerySchemaTempTableDescription extends AbstractQuerySchemaSource
A representation of the model object 'Query Schema Temp Table Description'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterExpressiongetTable()Returns the value of the 'Table' containment reference.voidsetTable(ParameterExpression value)Sets the value of the 'Table' containment reference.-
Methods inherited from interface com._1c.g5.v8.dt.ql.model.AbstractQuerySchemaSource
getAlias, isComputeAlias, setAlias, setComputeAlias
-
-
-
-
Method Detail
-
getTable
ParameterExpression getTable()
Returns the value of the 'Table' containment reference.- Returns:
- the value of the 'Table' containment reference.
- See Also:
setTable(ParameterExpression),QlPackage.getQuerySchemaTempTableDescription_Table()
-
setTable
void setTable(ParameterExpression value)
Sets the value of the 'Table' containment reference.- Parameters:
value- the new value of the 'Table' containment reference.- See Also:
getTable()
-
-