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

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

public interface InnerDataParameterReference
extends DataParameterSpecification

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

The following features are supported:

See Also:
ExpressionsPackage.getInnerDataParameterReference()

Method Summary
 InnerPortReference getPortReference()
          Returns the value of the 'Port Reference' containment reference.
 void setPortReference(InnerPortReference 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

InnerPortReference 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(InnerPortReference), ExpressionsPackage.getInnerDataParameterReference_PortReference()

setPortReference

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

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