public interface ModbusSlave
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ModbusPackage.getModbusSlave()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ModbusBlock> |
getBlocks()
Returns the value of the 'Blocks' containment reference list.
|
ByteOrder |
getDataOrder()
Returns the value of the 'Data Order' attribute.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
byte |
getUnitAddress()
Returns the value of the 'Unit Address' attribute.
|
void |
setDataOrder(ByteOrder value)
Sets the value of the '
Data Order' attribute. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setUnitAddress(byte value)
Sets the value of the '
Unit Address' attribute. |
org.eclipse.emf.common.util.EList<ModbusBlock> getBlocks()
ModbusBlock.
If the meaning of the 'Blocks' containment reference list isn't clear, there really should be more of a description here...
ModbusPackage.getModbusSlave_Blocks()byte getUnitAddress()
If the meaning of the 'Unit Address' attribute isn't clear, there really should be more of a description here...
setUnitAddress(byte),
ModbusPackage.getModbusSlave_UnitAddress()void setUnitAddress(byte value)
Unit Address' attribute.
value - the new value of the 'Unit Address' attribute.getUnitAddress()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ModbusPackage.getModbusSlave_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()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.getModbusSlave_DataOrder()void setDataOrder(ByteOrder value)
Data Order' attribute.
value - the new value of the 'Data Order' attribute.ByteOrder,
getDataOrder()