Package com._1c.g5.v8.dt.ql.model
Interface CastOperationExpression
-
- All Superinterfaces:
AbstractExpression
,AOperatorsExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CastOperationExpressionImpl
public interface CastOperationExpression extends AOperatorsExpression
A representation of the model object 'Cast Operation Expression'.The following features are supported:
- See Also:
QlPackage.getCastOperationExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpression
getExpression()
Returns the value of the 'Expression' containment reference.ACastingType
getTypeCast()
Returns the value of the 'Type Cast' containment reference.void
setExpression(AbstractExpression value)
Sets the value of the 'Expression
' containment reference.void
setTypeCast(ACastingType value)
Sets the value of the 'Type Cast
' containment reference.
-
-
-
Method Detail
-
getExpression
AbstractExpression getExpression()
Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
setExpression(AbstractExpression)
,QlPackage.getCastOperationExpression_Expression()
-
setExpression
void setExpression(AbstractExpression value)
Sets the value of the 'Expression
' containment reference.- Parameters:
value
- the new value of the 'Expression' containment reference.- See Also:
getExpression()
-
getTypeCast
ACastingType getTypeCast()
Returns the value of the 'Type Cast' containment reference.- Returns:
- the value of the 'Type Cast' containment reference.
- See Also:
setTypeCast(ACastingType)
,QlPackage.getCastOperationExpression_TypeCast()
-
setTypeCast
void setTypeCast(ACastingType value)
Sets the value of the 'Type Cast
' containment reference.- Parameters:
value
- the new value of the 'Type Cast' containment reference.- See Also:
getTypeCast()
-
-