Uses of Interface
com._1c.g5.v8.dt.ql.model.CastOperationExpression
Packages that use CastOperationExpression
Package
Description
- 
Uses of CastOperationExpression in com._1c.g5.v8.dt.ql.modelMethods in com._1c.g5.v8.dt.ql.model that return CastOperationExpressionModifier and TypeMethodDescriptionQlFactory.createCastOperationExpression()Returns a new object of class 'Cast Operation Expression'.FieldWithCasting.getCastOperation()Returns the value of the 'Cast Operation' containment reference.Methods in com._1c.g5.v8.dt.ql.model with parameters of type CastOperationExpressionModifier and TypeMethodDescriptionvoidFieldWithCasting.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 CastOperationExpressionModifier and TypeClassDescriptionclassAn implementation of the model object 'Cast Operation Expression'.Methods in com._1c.g5.v8.dt.ql.model.impl that return CastOperationExpressionModifier and TypeMethodDescriptionQlFactoryImpl.createCastOperationExpression()FieldWithCastingImpl.getCastOperation()Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type CastOperationExpressionModifier and TypeMethodDescriptionvoidFieldWithCastingImpl.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 CastOperationExpressionModifier and TypeMethodDescriptionQlSwitch.caseCastOperationExpression(CastOperationExpression object) Returns the result of interpreting the object as an instance of 'Cast Operation Expression'.