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
Method Summary |
SAPRef |
getSap()
Returns the value of the 'Sap' reference. |
void |
setSap(SAPRef value)
Sets the value of the 'Sap ' reference. |
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