public interface ModbusBlock
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ModbusPackage.getModbusBlock()
Modifier and Type | Method and Description |
---|---|
RequestType |
getBlockType()
Returns the value of the 'Block Type' attribute.
|
int |
getCount()
Returns the value of the 'Count' attribute.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
long |
getPeriod()
Returns the value of the 'Period' attribute.
|
int |
getStartAddress()
Returns the value of the 'Start Address' attribute.
|
long |
getTimeout()
Returns the value of the 'Timeout' attribute.
|
TypeDefinition |
getType()
Returns the value of the 'Type' reference.
|
void |
setBlockType(RequestType value)
Sets the value of the '
Block Type ' attribute. |
void |
setCount(int value)
Sets the value of the '
Count ' attribute. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setPeriod(long value)
Sets the value of the '
Period ' attribute. |
void |
setStartAddress(int value)
Sets the value of the '
Start Address ' attribute. |
void |
setTimeout(long value)
Sets the value of the '
Timeout ' attribute. |
void |
setType(TypeDefinition value)
Sets the value of the '
Type ' reference. |
TypeDefinition getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(TypeDefinition)
,
ModbusPackage.getModbusBlock_Type()
void setType(TypeDefinition value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
RequestType getBlockType()
If the meaning of the 'Block Type' attribute isn't clear, there really should be more of a description here...
setBlockType(RequestType)
,
ModbusPackage.getModbusBlock_BlockType()
void setBlockType(RequestType value)
Block Type
' attribute.
value
- the new value of the 'Block Type' attribute.getBlockType()
int getStartAddress()
If the meaning of the 'Start Address' attribute isn't clear, there really should be more of a description here...
setStartAddress(int)
,
ModbusPackage.getModbusBlock_StartAddress()
void setStartAddress(int value)
Start Address
' attribute.
value
- the new value of the 'Start Address' attribute.getStartAddress()
int getCount()
If the meaning of the 'Count' attribute isn't clear, there really should be more of a description here...
setCount(int)
,
ModbusPackage.getModbusBlock_Count()
void setCount(int value)
Count
' attribute.
value
- the new value of the 'Count' attribute.getCount()
long getPeriod()
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
setPeriod(long)
,
ModbusPackage.getModbusBlock_Period()
void setPeriod(long value)
Period
' attribute.
value
- the new value of the 'Period' attribute.getPeriod()
long getTimeout()
If the meaning of the 'Timeout' attribute isn't clear, there really should be more of a description here...
setTimeout(long)
,
ModbusPackage.getModbusBlock_Timeout()
void setTimeout(long value)
Timeout
' attribute.
value
- the new value of the 'Timeout' attribute.getTimeout()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
ModbusPackage.getModbusBlock_Id()