org.eclipse.etrice.core.room
Interface RelaySAPoint

All Superinterfaces:
SAPoint
All Known Implementing Classes:
RelaySAPointImpl

public interface RelaySAPoint
extends SAPoint

A representation of the model object 'Relay SA Point'.

The following features are supported:

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

Method Summary
 SPPRef getRelay()
          Returns the value of the 'Relay' reference.
 void setRelay(SPPRef value)
          Sets the value of the 'Relay' reference.
 

Method Detail

getRelay

SPPRef getRelay()
Returns the value of the 'Relay' reference.

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

Returns:
the value of the 'Relay' reference.
See Also:
setRelay(SPPRef), RoomPackage.getRelaySAPoint_Relay()
EMF generated code
EMF model element

setRelay

void setRelay(SPPRef value)
Sets the value of the 'Relay' reference.

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