public interface ModbusExporterItem
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
int |
getOffset()
Returns the value of the 'Offset' attribute.
|
Item |
getSource()
Returns the value of the 'Source' reference.
|
ModbusDataType |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setOffset(int value)
Sets the value of the '
Offset ' attribute. |
void |
setSource(Item value)
Sets the value of the '
Source ' reference. |
void |
setType(ModbusDataType value)
Sets the value of the '
Type ' containment reference. |
Item getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(Item)
,
ModbusPackage.getModbusExporterItem_Source()
void setSource(Item value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
int getOffset()
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
setOffset(int)
,
ModbusPackage.getModbusExporterItem_Offset()
void setOffset(int value)
Offset
' attribute.
value
- the new value of the 'Offset' attribute.getOffset()
ModbusDataType getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(ModbusDataType)
,
ModbusPackage.getModbusExporterItem_Type()
void setType(ModbusDataType value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()