ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface RequiredDataParameterReference

All Superinterfaces:
Action, DataParameterSpecification, DataReference, Expression
All Known Implementing Classes:
RequiredDataParameterReferenceImpl

public interface RequiredDataParameterReference
extends DataParameterSpecification

A representation of the model object 'Required Data Parameter Reference'.

The following features are supported:

See Also:
ExpressionsPackage.getRequiredDataParameterReference()

Method Summary
 PortParameterReference getPortReference()
          Returns the value of the 'Port Reference' containment reference.
 void setPortReference(PortParameterReference value)
          Sets the value of the 'Port Reference' containment reference.
 
Methods inherited from interface ujf.verimag.bip.Core.ActionLanguage.Expressions.DataParameterSpecification
getTargetParameter, setTargetParameter
 

Method Detail

getPortReference

PortParameterReference getPortReference()
Returns the value of the 'Port Reference' containment reference.

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

Returns:
the value of the 'Port Reference' containment reference.
See Also:
setPortReference(PortParameterReference), ExpressionsPackage.getRequiredDataParameterReference_PortReference()

setPortReference

void setPortReference(PortParameterReference value)
Sets the value of the 'Port Reference' containment reference.

Parameters:
value - the new value of the 'Port Reference' containment reference.
See Also:
getPortReference()