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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpressiongetExpression()Returns the value of the 'Expression' containment reference.ACastingTypegetTypeCast()Returns the value of the 'Type Cast' containment reference.voidsetExpression(AbstractExpression value)Sets the value of the 'Expression' containment reference.voidsetTypeCast(ACastingType value)Sets the value of the 'Type Cast' containment reference.
 
- 
- 
- 
Method Detail- 
getExpressionAbstractExpression getExpression() Returns the value of the 'Expression' containment reference.- Returns:
- the value of the 'Expression' containment reference.
- See Also:
- setExpression(AbstractExpression),- QlPackage.getCastOperationExpression_Expression()
 
 - 
setExpressionvoid setExpression(AbstractExpression value) Sets the value of the 'Expression' containment reference.- Parameters:
- value- the new value of the 'Expression' containment reference.
- See Also:
- getExpression()
 
 - 
getTypeCastACastingType 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()
 
 - 
setTypeCastvoid 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()
 
 
- 
 
-