public interface ModbusExporterModule extends Settings
The following features are supported:
ModbusPackage.getModbusExporterModule()
Modifier and Type | Method and Description |
---|---|
ByteOrder |
getDataOrder()
Returns the value of the 'Data Order' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
void |
setDataOrder(ByteOrder value)
Sets the value of the '
Data Order ' attribute. |
ByteOrder getDataOrder()
ByteOrder
.
If the meaning of the 'Data Order' attribute isn't clear, there really should be more of a description here...
ByteOrder
,
setDataOrder(ByteOrder)
,
ModbusPackage.getModbusExporterModule_DataOrder()
void setDataOrder(ByteOrder value)
Data Order
' attribute.
value
- the new value of the 'Data Order' attribute.ByteOrder
,
getDataOrder()
org.eclipse.emf.common.util.EList<PropertyEntry> getProperties()
PropertyEntry
.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
ModbusPackage.getModbusExporterModule_Properties()