Uses of Interface
com._1c.g5.v8.dt.ql.model.CastOperationExpression
- 
Packages that use CastOperationExpression 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 CastOperationExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return CastOperationExpression Modifier and Type Method Description CastOperationExpressionQlFactory. createCastOperationExpression()Returns a new object of class 'Cast Operation Expression'.CastOperationExpressionFieldWithCasting. getCastOperation()Returns the value of the 'Cast Operation' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type CastOperationExpression Modifier and Type Method Description voidFieldWithCasting. setCastOperation(CastOperationExpression value)Sets the value of the 'Cast Operation' containment reference.
- 
Uses of CastOperationExpression in com._1c.g5.v8.dt.ql.model.implClasses in com._1c.g5.v8.dt.ql.model.impl that implement CastOperationExpression Modifier and Type Class Description classCastOperationExpressionImplAn implementation of the model object 'Cast Operation Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return CastOperationExpression Modifier and Type Method Description CastOperationExpressionQlFactoryImpl. createCastOperationExpression()CastOperationExpressionFieldWithCastingImpl. getCastOperation()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type CastOperationExpression Modifier and Type Method Description voidFieldWithCastingImpl. setCastOperation(CastOperationExpression newCastOperation)
- 
Uses of CastOperationExpression in com._1c.g5.v8.dt.ql.model.utilMethods in com._1c.g5.v8.dt.ql.model.util with parameters of type CastOperationExpression Modifier and Type Method Description TQlSwitch. caseCastOperationExpression(CastOperationExpression object)Returns the result of interpreting the object as an instance of 'Cast Operation Expression'.
 
-