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
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