Public Member Functions | Package Functions

de.fraunhofer.isst.axbench.transactioneditor.Port Interface Reference

List of all members.

Public Member Functions

String getDescription ()
String getShort ()
void setDescription (String value)
void setId (String value)
void setShort (String value)

Package Functions

String getId ()

Detailed Description

A representation of the model object 'Port'.

The following features are supported:

See also:
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getPort() abstract="true"

Member Function Documentation

String de.fraunhofer.isst.axbench.transactioneditor.Port.getDescription (  ) 

Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See also:
setDescription(String)
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getPort_Description()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.

String de.fraunhofer.isst.axbench.transactioneditor.Port.getId (  )  [package]

Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See also:
setId(String)
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getPort_Id() unique="false" required="true"

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.

String de.fraunhofer.isst.axbench.transactioneditor.Port.getShort (  ) 

Returns the value of the 'Short' attribute.

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

Returns:
the value of the 'Short' attribute.
See also:
setShort(String)
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getPort_Short()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.

void de.fraunhofer.isst.axbench.transactioneditor.Port.setDescription ( String  value  ) 

Sets the value of the 'Description' attribute.

Parameters:
value the new value of the 'Description' attribute.
See also:
getDescription()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.

void de.fraunhofer.isst.axbench.transactioneditor.Port.setId ( String  value  ) 

Sets the value of the 'Id' attribute.

Parameters:
value the new value of the 'Id' attribute.
See also:
getId()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.

void de.fraunhofer.isst.axbench.transactioneditor.Port.setShort ( String  value  ) 

Sets the value of the 'Short' attribute.

Parameters:
value the new value of the 'Short' attribute.
See also:
getShort()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.PortImpl.