org.eclipse.etrice.core.room
Interface InterfaceItem

All Known Subinterfaces:
Port, SAPRef, SPPRef
All Known Implementing Classes:
InterfaceItemImpl, PortImpl, SAPRefImpl, SPPRefImpl

public interface InterfaceItem

A representation of the model object 'Interface Item'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 ProtocolClass getProtocol()
          Returns the value of the 'Protocol' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setProtocol(ProtocolClass value)
          Sets the value of the 'Protocol' reference.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RoomPackage.getInterfaceItem_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getProtocol

ProtocolClass getProtocol()
Returns the value of the 'Protocol' reference.

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

Returns:
the value of the 'Protocol' reference.
See Also:
setProtocol(ProtocolClass), RoomPackage.getInterfaceItem_Protocol()
EMF generated code
EMF model element

setProtocol

void setProtocol(ProtocolClass value)
Sets the value of the 'Protocol' reference.

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