org.eclipse.etrice.generator.etricegen
Interface SAPInstance

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

public interface SAPInstance
extends InterfaceItemInstance

A representation of the model object 'SAP Instance'.

The following features are supported:

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

Field Summary
 
Fields inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
pathDelim
 
Method Summary
 SAPRef getSap()
          Returns the value of the 'Sap' reference.
 void setSap(SAPRef value)
          Sets the value of the 'Sap' 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

getSap

SAPRef getSap()
Returns the value of the 'Sap' reference.

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

Returns:
the value of the 'Sap' reference.
See Also:
setSap(SAPRef), ETriceGenPackage.getSAPInstance_Sap()
EMF generated code
EMF model element

setSap

void setSap(SAPRef value)
Sets the value of the 'Sap' reference.

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