Uses of Interface
com._1c.g5.v8.dt.ql.model.CaseOperationExpression
-
Packages that use CaseOperationExpression 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 CaseOperationExpression in com._1c.g5.v8.dt.ql.model
Methods in com._1c.g5.v8.dt.ql.model that return CaseOperationExpression Modifier and Type Method Description CaseOperationExpression
QlFactory. createCaseOperationExpression()
Returns a new object of class 'Case Operation Expression'. -
Uses of CaseOperationExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement CaseOperationExpression Modifier and Type Class Description class
CaseOperationExpressionImpl
An implementation of the model object 'Case Operation Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return CaseOperationExpression Modifier and Type Method Description CaseOperationExpression
QlFactoryImpl. createCaseOperationExpression()
-
Uses of CaseOperationExpression in com._1c.g5.v8.dt.ql.model.util
Methods in com._1c.g5.v8.dt.ql.model.util with parameters of type CaseOperationExpression Modifier and Type Method Description T
QlSwitch. caseCaseOperationExpression(CaseOperationExpression object)
Returns the result of interpreting the object as an instance of 'Case Operation Expression'.
-