Uses of Interface
com._1c.g5.v8.dt.ql.model.BooleanLiteralExpression
- 
Packages that use BooleanLiteralExpression 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 BooleanLiteralExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return BooleanLiteralExpression Modifier and Type Method Description BooleanLiteralExpressionQlFactory. createBooleanLiteralExpression()Returns a new object of class 'Boolean Literal Expression'.
- 
Uses of BooleanLiteralExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement BooleanLiteralExpression Modifier and Type Class Description classBooleanLiteralExpressionImplAn implementation of the model object 'Boolean Literal Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return BooleanLiteralExpression Modifier and Type Method Description BooleanLiteralExpressionQlFactoryImpl. createBooleanLiteralExpression()
- 
Uses of BooleanLiteralExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type BooleanLiteralExpression Modifier and Type Method Description TQlSwitch. caseBooleanLiteralExpression(BooleanLiteralExpression object)Returns the result of interpreting the object as an instance of 'Boolean Literal Expression'.
 
-