org.eclipse.etrice.core.room
Interface ExternalPort

All Known Implementing Classes:
ExternalPortImpl

public interface ExternalPort

A representation of the model object 'External Port'.

The following features are supported:

See Also:
RoomPackage.getExternalPort()
EMF generated code
EMF model element

Method Summary
 Port getIfport()
          Returns the value of the 'Ifport' reference.
 void setIfport(Port value)
          Sets the value of the 'Ifport' reference.
 

Method Detail

getIfport

Port getIfport()
Returns the value of the 'Ifport' reference.

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

Returns:
the value of the 'Ifport' reference.
See Also:
setIfport(Port), RoomPackage.getExternalPort_Ifport()
EMF generated code
EMF model element

setIfport

void setIfport(Port value)
Sets the value of the 'Ifport' reference.

Parameters:
value - the new value of the 'Ifport' reference.
See Also:
getIfport()
EMF generated code