public interface DaveRequestBlock
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DavePackage.getDaveRequestBlock()
Modifier and Type | Method and Description |
---|---|
int |
getArea()
Returns the value of the 'Area' attribute.
|
int |
getBlock()
Returns the value of the 'Block' attribute.
|
DaveCommunicationProcessor |
getDevice()
Returns the value of the 'Device' container reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
int |
getLength()
Returns the value of the 'Length' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
int |
getOffset()
Returns the value of the 'Offset' attribute.
|
int |
getPeriod()
Returns the value of the 'Period' attribute.
|
TypeDefinition |
getType()
Returns the value of the 'Type' reference.
|
boolean |
isEnableStatistics()
Returns the value of the 'Enable Statistics' attribute.
|
void |
setArea(int value)
Sets the value of the '
Area ' attribute. |
void |
setBlock(int value)
Sets the value of the '
Block ' attribute. |
void |
setDevice(DaveCommunicationProcessor value)
Sets the value of the '
Device ' container reference. |
void |
setEnableStatistics(boolean value)
Sets the value of the '
Enable Statistics ' attribute. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setLength(int value)
Sets the value of the '
Length ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setOffset(int value)
Sets the value of the '
Offset ' attribute. |
void |
setPeriod(int value)
Sets the value of the '
Period ' 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)
,
DavePackage.getDaveRequestBlock_Type()
void setType(TypeDefinition value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
DavePackage.getDaveRequestBlock_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getName()
setName(String)
,
DavePackage.getDaveRequestBlock_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
int getArea()
"132"
.
If the meaning of the 'Area' attribute isn't clear, there really should be more of a description here...
setArea(int)
,
DavePackage.getDaveRequestBlock_Area()
void setArea(int value)
Area
' attribute.
value
- the new value of the 'Area' attribute.getArea()
int getBlock()
If the meaning of the 'Block' attribute isn't clear, there really should be more of a description here...
setBlock(int)
,
DavePackage.getDaveRequestBlock_Block()
void setBlock(int value)
Block
' attribute.
value
- the new value of the 'Block' attribute.getBlock()
int getOffset()
setOffset(int)
,
DavePackage.getDaveRequestBlock_Offset()
void setOffset(int value)
Offset
' attribute.
value
- the new value of the 'Offset' attribute.getOffset()
int getLength()
setLength(int)
,
DavePackage.getDaveRequestBlock_Length()
void setLength(int value)
Length
' attribute.
value
- the new value of the 'Length' attribute.getLength()
int getPeriod()
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
setPeriod(int)
,
DavePackage.getDaveRequestBlock_Period()
void setPeriod(int value)
Period
' attribute.
value
- the new value of the 'Period' attribute.getPeriod()
boolean isEnableStatistics()
"true"
.
If the meaning of the 'Enable Statistics' attribute isn't clear, there really should be more of a description here...
setEnableStatistics(boolean)
,
DavePackage.getDaveRequestBlock_EnableStatistics()
void setEnableStatistics(boolean value)
Enable Statistics
' attribute.
value
- the new value of the 'Enable Statistics' attribute.isEnableStatistics()
DaveCommunicationProcessor getDevice()
Blocks
'.
If the meaning of the 'Device' container reference isn't clear, there really should be more of a description here...
setDevice(DaveCommunicationProcessor)
,
DavePackage.getDaveRequestBlock_Device()
,
DaveCommunicationProcessor.getBlocks()
void setDevice(DaveCommunicationProcessor value)
Device
' container reference.
value
- the new value of the 'Device' container reference.getDevice()