org.eclipse.etrice.generator.etricegen
Interface ServiceImplInstance

All Superinterfaces:
InstanceBase, InterfaceItemInstance
All Known Implementing Classes:
ServiceImplInstanceImpl

public interface ServiceImplInstance
extends InterfaceItemInstance

A representation of the model object 'Service Impl Instance'.

The following features are supported:

See Also:
ETriceGenPackage.getServiceImplInstance()
EMF generated code
EMF model element

Field Summary
 
Fields inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
pathDelim
 
Method Summary
 ServiceImplementation getSvcImpl()
          Returns the value of the 'Svc Impl' reference.
 void setSvcImpl(ServiceImplementation value)
          Sets the value of the 'Svc Impl' reference.
 
Methods inherited from interface org.eclipse.etrice.generator.etricegen.InterfaceItemInstance
getInterfaceItem, getPeers, isRelay, isReplicated, isSimple
 
Methods inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
getName, getNObjIDs, getObjId, getPath, getThreadId, setName, setObjId
 

Method Detail

getSvcImpl

ServiceImplementation getSvcImpl()
Returns the value of the 'Svc Impl' reference.

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

Returns:
the value of the 'Svc Impl' reference.
See Also:
setSvcImpl(ServiceImplementation), ETriceGenPackage.getServiceImplInstance_SvcImpl()
EMF generated code
EMF model element

setSvcImpl

void setSvcImpl(ServiceImplementation value)
Sets the value of the 'Svc Impl' reference.

Parameters:
value - the new value of the 'Svc Impl' reference.
See Also:
getSvcImpl()
EMF generated code