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.model
Methods 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 TypeMethodDescriptionvoid
FieldWithCasting.setCastOperation
(CastOperationExpression value) Sets the value of the 'Cast Operation
' containment reference. -
Uses of CastOperationExpression in com._1c.g5.v8.dt.ql.model.impl
Classes in com._1c.g5.v8.dt.ql.model.impl that implement CastOperationExpressionModifier and TypeClassDescriptionclass
An 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 TypeMethodDescriptionvoid
FieldWithCastingImpl.setCastOperation
(CastOperationExpression newCastOperation) -
Uses of CastOperationExpression in com._1c.g5.v8.dt.ql.model.util
Methods 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'.