public interface ModbusExporterDevice
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ByteOrder |
getDataOrder()
Returns the value of the 'Data Order' attribute.
|
org.eclipse.emf.common.util.EList<ModbusExporterItem> |
getItems()
Returns the value of the 'Items' containment reference list.
|
Endpoint |
getPort()
Returns the value of the 'Port' reference.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
int |
getSlaveId()
Returns the value of the 'Slave Id' attribute.
|
void |
setDataOrder(ByteOrder value)
Sets the value of the '
Data Order' attribute. |
void |
setPort(Endpoint value)
Sets the value of the '
Port' reference. |
void |
setSlaveId(int value)
Sets the value of the '
Slave Id' attribute. |
org.eclipse.emf.common.util.EList<ModbusExporterItem> getItems()
ModbusExporterItem.
If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
ModbusPackage.getModbusExporterDevice_Items()Endpoint getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(Endpoint),
ModbusPackage.getModbusExporterDevice_Port()void setPort(Endpoint value)
Port' reference.
value - the new value of the 'Port' reference.getPort()int getSlaveId()
If the meaning of the 'Slave Id' attribute isn't clear, there really should be more of a description here...
setSlaveId(int),
ModbusPackage.getModbusExporterDevice_SlaveId()void setSlaveId(int value)
Slave Id' attribute.
value - the new value of the 'Slave Id' attribute.getSlaveId()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.getModbusExporterDevice_Properties()ByteOrder getDataOrder()
"BIG_ENDIAN".
The literals are from the enumeration 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.getModbusExporterDevice_DataOrder()void setDataOrder(ByteOrder value)
Data Order' attribute.
value - the new value of the 'Data Order' attribute.ByteOrder,
getDataOrder()