public interface ExporterItemInterceptor extends ItemInterceptor
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
DataModuleOptions |
getDataModuleOptions()
Returns the value of the 'Data Module Options' containment reference.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getHiveProperties()
Returns the value of the 'Hive Properties' containment reference list.
|
short |
getPort()
Returns the value of the 'Port' attribute.
|
ProtocolOptions |
getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
Script |
getScript()
Returns the value of the 'Script' containment reference.
|
void |
setDataModuleOptions(DataModuleOptions value)
Sets the value of the '
Data Module Options' containment reference. |
void |
setPort(short value)
Sets the value of the '
Port' attribute. |
void |
setProtocolOptions(ProtocolOptions value)
Sets the value of the '
Protocol Options' containment reference. |
void |
setScript(Script value)
Sets the value of the '
Script' containment reference. |
getMasterOn, getPropertiesScript getScript()
If the meaning of the 'Script' reference isn't clear, there really should be more of a description here...
setScript(Script),
IEC60870Package.getExporterItemInterceptor_Script()void setScript(Script value)
Script' containment reference.
value - the new value of the 'Script' containment reference.getScript()ProtocolOptions getProtocolOptions()
If the meaning of the 'Protocol Options' containment reference isn't clear, there really should be more of a description here...
setProtocolOptions(ProtocolOptions),
IEC60870Package.getExporterItemInterceptor_ProtocolOptions()void setProtocolOptions(ProtocolOptions value)
Protocol Options' containment reference.
value - the new value of the 'Protocol Options' containment reference.getProtocolOptions()DataModuleOptions getDataModuleOptions()
If the meaning of the 'Data Module Options' containment reference isn't clear, there really should be more of a description here...
setDataModuleOptions(DataModuleOptions),
IEC60870Package.getExporterItemInterceptor_DataModuleOptions()void setDataModuleOptions(DataModuleOptions value)
Data Module Options' containment reference.
value - the new value of the 'Data Module Options' containment reference.getDataModuleOptions()short getPort()
"2404".
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(short),
IEC60870Package.getExporterItemInterceptor_Port()void setPort(short value)
Port' attribute.
value - the new value of the 'Port' attribute.getPort()org.eclipse.emf.common.util.EList<PropertyEntry> getHiveProperties()
PropertyEntry.
If the meaning of the 'Hive Properties' containment reference list isn't clear, there really should be more of a description here...
IEC60870Package.getExporterItemInterceptor_HiveProperties()