Package | Description |
---|---|
org.eclipse.neoscada.configuration.iec60870 | |
org.eclipse.neoscada.configuration.iec60870.impl | |
org.eclipse.neoscada.configuration.iec60870.util |
Modifier and Type | Method and Description |
---|---|
DataModuleOptions |
IEC60870Factory.createDataModuleOptions()
Returns a new object of class 'Data Module Options'.
|
DataModuleOptions |
ExporterItemInterceptor.getDataModuleOptions()
Returns the value of the 'Data Module Options' containment reference.
|
DataModuleOptions |
Device.getDataModuleOptions()
Returns the value of the 'Data Module Options' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ExporterItemInterceptor.setDataModuleOptions(DataModuleOptions value)
Sets the value of the '
Data Module Options ' containment reference. |
void |
Device.setDataModuleOptions(DataModuleOptions value)
Sets the value of the '
Data Module Options ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
DataModuleOptionsImpl
An implementation of the model object 'Data Module Options'.
|
Modifier and Type | Field and Description |
---|---|
protected DataModuleOptions |
DeviceImpl.dataModuleOptions
The cached value of the '
Data Module Options ' containment reference. |
protected DataModuleOptions |
ExporterItemInterceptorImpl.dataModuleOptions
The cached value of the '
Data Module Options ' containment reference. |
Modifier and Type | Method and Description |
---|---|
DataModuleOptions |
IEC60870FactoryImpl.createDataModuleOptions() |
DataModuleOptions |
DeviceImpl.getDataModuleOptions() |
DataModuleOptions |
ExporterItemInterceptorImpl.getDataModuleOptions() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DeviceImpl.basicSetDataModuleOptions(DataModuleOptions newDataModuleOptions,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExporterItemInterceptorImpl.basicSetDataModuleOptions(DataModuleOptions newDataModuleOptions,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DeviceImpl.setDataModuleOptions(DataModuleOptions newDataModuleOptions) |
void |
ExporterItemInterceptorImpl.setDataModuleOptions(DataModuleOptions newDataModuleOptions) |
Modifier and Type | Method and Description |
---|---|
T |
IEC60870Switch.caseDataModuleOptions(DataModuleOptions object)
Returns the result of interpreting the object as an instance of 'Data Module Options'.
|
boolean |
IEC60870Validator.validateDataModuleOptions(DataModuleOptions dataModuleOptions,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.