Uses of Interface
com._1c.g5.v8.dt.ql.model.LinkExpression
- 
Packages that use LinkExpression Package Description com._1c.g5.v8.dt.ql.model com._1c.g5.v8.dt.ql.model.impl com._1c.g5.v8.dt.ql.model.util 
- 
- 
Uses of LinkExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return LinkExpression Modifier and Type Method Description LinkExpressionQlFactory. createLinkExpression()Returns a new object of class 'Link Expression'.
- 
Uses of LinkExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement LinkExpression Modifier and Type Class Description classLinkExpressionImplAn implementation of the model object 'Link Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return LinkExpression Modifier and Type Method Description LinkExpressionQlFactoryImpl. createLinkExpression()
- 
Uses of LinkExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type LinkExpression Modifier and Type Method Description TQlSwitch. caseLinkExpression(LinkExpression object)Returns the result of interpreting the object as an instance of 'Link Expression'.
 
-