public interface ModbusExporterInterceptor extends ItemInterceptor
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Script |
getScript()
Returns the value of the 'Script' containment reference.
|
ModbusExporterModule |
getSettings()
Returns the value of the 'Settings' reference.
|
void |
setScript(Script value)
Sets the value of the '
Script' containment reference. |
void |
setSettings(ModbusExporterModule value)
Sets the value of the '
Settings' reference. |
getPropertiesgetMasterOnModbusExporterModule getSettings()
If the meaning of the 'Settings' reference isn't clear, there really should be more of a description here...
setSettings(ModbusExporterModule),
ModbusPackage.getModbusExporterInterceptor_Settings()void setSettings(ModbusExporterModule value)
Settings' reference.
value - the new value of the 'Settings' reference.getSettings()Script getScript()
If the meaning of the 'Script' containment reference isn't clear, there really should be more of a description here...
setScript(Script),
ModbusPackage.getModbusExporterInterceptor_Script()void setScript(Script value)
Script' containment reference.
value - the new value of the 'Script' containment reference.getScript()