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.model
Methods in com._1c.g5.v8.dt.ql.model that return CastOperationExpression Modifier and Type Method Description CastOperationExpression
QlFactory. createCastOperationExpression()
Returns a new object of class 'Cast Operation Expression'.CastOperationExpression
FieldWithCasting. 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 void
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 CastOperationExpression Modifier and Type Class Description class
CastOperationExpressionImpl
An 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 CastOperationExpression
QlFactoryImpl. createCastOperationExpression()
CastOperationExpression
FieldWithCastingImpl. getCastOperation()
Methods in com._1c.g5.v8.dt.ql.model.impl with parameters of type CastOperationExpression Modifier and Type Method Description void
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 CastOperationExpression Modifier and Type Method Description T
QlSwitch. caseCastOperationExpression(CastOperationExpression object)
Returns the result of interpreting the object as an instance of 'Cast Operation Expression'.
-