Uses of Interface
com._1c.g5.v8.dt.ql.model.DerivedFunctionExpression
- 
Packages that use DerivedFunctionExpression 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 DerivedFunctionExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return DerivedFunctionExpression Modifier and Type Method Description DerivedFunctionExpressionQlFactory. createDerivedFunctionExpression()Returns a new object of class 'Derived Function Expression'.
- 
Uses of DerivedFunctionExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement DerivedFunctionExpression Modifier and Type Class Description classDerivedFunctionExpressionImplAn implementation of the model object 'Derived Function Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return DerivedFunctionExpression Modifier and Type Method Description DerivedFunctionExpressionQlFactoryImpl. createDerivedFunctionExpression()
- 
Uses of DerivedFunctionExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type DerivedFunctionExpression Modifier and Type Method Description TQlSwitch. caseDerivedFunctionExpression(DerivedFunctionExpression object)Returns the result of interpreting the object as an instance of 'Derived Function Expression'.
 
-