Uses of Interface
com._1c.g5.v8.dt.ql.model.ACommonExpression
Packages that use ACommonExpression
Package
Description
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.qlMethods in com._1c.g5.v8.dt.ql that return ACommonExpressionModifier and TypeMethodDescriptionstatic ACommonExpressionQlUtil.getExpressionOfNestedTable(CommonExpression expression, IDynamicDbViewFieldComputer dbViewComputer) Gets expression corresponding to the field of nested table
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.modelSubinterfaces of ACommonExpression in com._1c.g5.v8.dt.ql.modelModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Common Expression'.interfaceA representation of the model object 'Multi Part Common Expression'.interfaceA representation of the model object 'Nested Table All Fields Expression'.interfaceA representation of the model object 'Nested Table Expression'.interfaceA representation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model that return ACommonExpressionModifier and TypeMethodDescriptionBracketCommonExpression.getCommonExpression()Returns the value of the 'Common Expression' containment reference.FieldWithCasting.getTable()Returns the value of the 'Table' containment reference.ValueLiteralExpression.getValues()Returns the value of the 'Values' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type ACommonExpressionModifier and TypeMethodDescriptionvoidBracketCommonExpression.setCommonExpression(ACommonExpression value) Sets the value of the 'Common Expression' containment reference.voidFieldWithCasting.setTable(ACommonExpression value) Sets the value of the 'Table' containment reference.voidValueLiteralExpression.setValues(ACommonExpression value) Sets the value of the 'Values' containment reference.
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement ACommonExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'ACommon Expression'.classAn implementation of the model object 'Common Expression'.classAn implementation of the model object 'Multi Part Common Expression'.classAn implementation of the model object 'Nested Table All Fields Expression'.classAn implementation of the model object 'Nested Table Expression'.classAn implementation of the model object 'Single Part Common Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return ACommonExpressionModifier and TypeMethodDescriptionBracketCommonExpressionImpl.getCommonExpression()FieldWithCastingImpl.getTable()ValueLiteralExpressionImpl.getValues()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type ACommonExpressionModifier and TypeMethodDescriptionvoidBracketCommonExpressionImpl.setCommonExpression(ACommonExpression newCommonExpression) voidFieldWithCastingImpl.setTable(ACommonExpression newTable) voidValueLiteralExpressionImpl.setValues(ACommonExpression newValues) 
- 
Uses of ACommonExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type ACommonExpressionModifier and TypeMethodDescriptionQlSwitch.caseACommonExpression(ACommonExpression object) Returns the result of interpreting the object as an instance of 'ACommon Expression'.