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

All Superinterfaces:
Action, DataReference, Expression
All Known Implementing Classes:
InnerInterfaceVariableReferenceImpl

public interface InnerInterfaceVariableReference
extends DataReference

A representation of the model object 'Inner Interface Variable Reference'.

The following features are supported:

See Also:
ExpressionsPackage.getInnerInterfaceVariableReference()

Method Summary
 PartElementReference getPartElementReference()
          Returns the value of the 'Part Element Reference' containment reference.
 InterfaceVariable getTargetInterfaceVariable()
          Returns the value of the 'Target Interface Variable' reference.
 void setPartElementReference(PartElementReference value)
          Sets the value of the 'Part Element Reference' containment reference.
 void setTargetInterfaceVariable(InterfaceVariable value)
          Sets the value of the 'Target Interface Variable' reference.
 

Method Detail

getPartElementReference

PartElementReference getPartElementReference()
Returns the value of the 'Part Element Reference' containment reference.

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

Returns:
the value of the 'Part Element Reference' containment reference.
See Also:
setPartElementReference(PartElementReference), ExpressionsPackage.getInnerInterfaceVariableReference_PartElementReference()

setPartElementReference

void setPartElementReference(PartElementReference value)
Sets the value of the 'Part Element Reference' containment reference.

Parameters:
value - the new value of the 'Part Element Reference' containment reference.
See Also:
getPartElementReference()

getTargetInterfaceVariable

InterfaceVariable getTargetInterfaceVariable()
Returns the value of the 'Target Interface Variable' reference.

If the meaning of the 'Target Interface Variable' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Interface Variable' reference.
See Also:
setTargetInterfaceVariable(InterfaceVariable), ExpressionsPackage.getInnerInterfaceVariableReference_TargetInterfaceVariable()

setTargetInterfaceVariable

void setTargetInterfaceVariable(InterfaceVariable value)
Sets the value of the 'Target Interface Variable' reference.

Parameters:
value - the new value of the 'Target Interface Variable' reference.
See Also:
getTargetInterfaceVariable()