ujf.verimag.bip.cmodel
Interface CTypeConvertion

All Superinterfaces:
CBodyItem, CExpression, CStm, CTypedElement
All Known Implementing Classes:
CTypeConvertionImpl

public interface CTypeConvertion
extends CExpression, CTypedElement

A representation of the model object 'CType Convertion'.

The following features are supported:

See Also:
CmodelPackage.getCTypeConvertion()

Method Summary
 CExpression getConvertedExpression()
          Returns the value of the 'Converted Expression' containment reference.
 void setConvertedExpression(CExpression value)
          Sets the value of the 'Converted Expression' containment reference.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 

Method Detail

getConvertedExpression

CExpression getConvertedExpression()
Returns the value of the 'Converted Expression' containment reference.

If the meaning of the 'Converted Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Converted Expression' containment reference.
See Also:
setConvertedExpression(CExpression), CmodelPackage.getCTypeConvertion_ConvertedExpression()

setConvertedExpression

void setConvertedExpression(CExpression value)
Sets the value of the 'Converted Expression' containment reference.

Parameters:
value - the new value of the 'Converted Expression' containment reference.
See Also:
getConvertedExpression()