org.eclipse.etrice.core.room
Interface ServiceImplementation

All Known Implementing Classes:
ServiceImplementationImpl

public interface ServiceImplementation

A representation of the model object 'Service Implementation'.

The following features are supported:

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

Method Summary
 SPPRef getSpp()
          Returns the value of the 'Spp' reference.
 void setSpp(SPPRef value)
          Sets the value of the 'Spp' reference.
 

Method Detail

getSpp

SPPRef getSpp()
Returns the value of the 'Spp' reference.

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

Returns:
the value of the 'Spp' reference.
See Also:
setSpp(SPPRef), RoomPackage.getServiceImplementation_Spp()
EMF generated code
EMF model element

setSpp

void setSpp(SPPRef value)
Sets the value of the 'Spp' reference.

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