org.eclipse.etrice.core.room
Interface PortClass

All Known Implementing Classes:
PortClassImpl

public interface PortClass

A representation of the model object 'Port Class'.

The following features are supported:

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

Method Summary
  getAttributes()
          Returns the value of the 'Attributes' containment reference list.
  getMsgHandlers()
          Returns the value of the 'Msg Handlers' containment reference list.
  getOperations()
          Returns the value of the 'Operations' containment reference list.
 DetailCode getUserCode()
          Returns the value of the 'User Code' containment reference.
 void setUserCode(DetailCode value)
          Sets the value of the 'User Code' containment reference.
 

Method Detail

getUserCode

DetailCode getUserCode()
Returns the value of the 'User Code' containment reference.

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

Returns:
the value of the 'User Code' containment reference.
See Also:
setUserCode(DetailCode), RoomPackage.getPortClass_UserCode()
EMF generated code
EMF model element
containment="true"

setUserCode

void setUserCode(DetailCode value)
Sets the value of the 'User Code' containment reference.

Parameters:
value - the new value of the 'User Code' containment reference.
See Also:
getUserCode()
EMF generated code

getAttributes

 getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type Attribute.

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

Returns:
the value of the 'Attributes' containment reference list.
See Also:
RoomPackage.getPortClass_Attributes()
EMF generated code
EMF model element
containment="true"

getOperations

 getOperations()
Returns the value of the 'Operations' containment reference list. The list contents are of type PortOperation.

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

Returns:
the value of the 'Operations' containment reference list.
See Also:
RoomPackage.getPortClass_Operations()
EMF generated code
EMF model element
containment="true"

getMsgHandlers

 getMsgHandlers()
Returns the value of the 'Msg Handlers' containment reference list. The list contents are of type MessageHandler.

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

Returns:
the value of the 'Msg Handlers' containment reference list.
See Also:
RoomPackage.getPortClass_MsgHandlers()
EMF generated code
EMF model element
containment="true"