ujf.verimag.bip.Core.Interactions
Interface PortParameter

All Superinterfaces:
NamedElement
All Known Implementing Classes:
PortParameterImpl

public interface PortParameter
extends NamedElement

A representation of the model object 'Port Parameter'.

The following features are supported:

See Also:
InteractionsPackage.getPortParameter()

Method Summary
 ConnectorType getConnectorType()
          Returns the value of the 'Connector Type' container reference.
 PortType getType()
          Returns the value of the 'Type' reference.
 void setConnectorType(ConnectorType value)
          Sets the value of the 'Connector Type' container reference.
 void setType(PortType value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getType

PortType getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(PortType), InteractionsPackage.getPortParameter_Type()

setType

void setType(PortType value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()

getConnectorType

ConnectorType getConnectorType()
Returns the value of the 'Connector Type' container reference. It is bidirectional and its opposite is 'Port Parameter'.

If the meaning of the 'Connector Type' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Connector Type' container reference.
See Also:
setConnectorType(ConnectorType), InteractionsPackage.getPortParameter_ConnectorType(), ConnectorType.getPortParameter()

setConnectorType

void setConnectorType(ConnectorType value)
Sets the value of the 'Connector Type' container reference.

Parameters:
value - the new value of the 'Connector Type' container reference.
See Also:
getConnectorType()