org.eclipse.modisco.omg.gastm
Interface ActualParameterExpression

All Superinterfaces:
ActualParameter, GASTMObject, GASTMSyntaxObject, MinorSyntaxObject
All Known Subinterfaces:
ByReferenceActualParameterExpression, ByValueActualParameterExpression

public interface ActualParameterExpression
extends ActualParameter

A representation of the model object 'Actual Parameter Expression'.

The following features are supported:

See Also:
GASTMPackage.getActualParameterExpression()
Generated:
Model:
abstract="true"

Method Summary
 Expression getValue()
          Returns the value of the 'Value' containment reference.
 void setValue(Expression value)
          Sets the value of the 'Value' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getValue

Expression getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(Expression), GASTMPackage.getActualParameterExpression_Value()
Generated:
Model:
containment="true" required="true"

setValue

void setValue(Expression value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()
Generated: