Package com._1c.g5.v8.dt.ql.model
Interface LinkExpression
- 
- All Superinterfaces:
- AbstractExpression,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- LinkExpressionImpl
 
 public interface LinkExpression extends AbstractExpression A representation of the model object 'Link Expression'.The following features are supported: - See Also:
- QlPackage.getLinkExpression()
 
- 
- 
Method SummaryAll 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- 
getTableAbstractQuerySchemaTable getTable() Returns the value of the 'Table' containment reference.- Returns:
- the value of the 'Table' containment reference.
- See Also:
- setTable(AbstractQuerySchemaTable),- QlPackage.getLinkExpression_Table()
 
 - 
setTablevoid setTable(AbstractQuerySchemaTable value) Sets the value of the 'Table' containment reference.- Parameters:
- value- the new value of the 'Table' containment reference.
- See Also:
- getTable()
 
 
- 
 
-