public interface DaveBlockDefinition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DavePackage.getDaveBlockDefinition()
Modifier and Type | Method and Description |
---|---|
int |
getArea()
Returns the value of the 'Area' attribute.
|
int |
getBlock()
Returns the value of the 'Block' attribute.
|
DaveDevice |
getDevice()
Returns the value of the 'Device' container reference.
|
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(DaveDevice value)
Sets the value of the '
Device ' container reference. |
void |
setEnableStatistics(boolean value)
Sets the value of the '
Enable Statistics ' 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. |
int getBlock()
If the meaning of the 'Block' attribute isn't clear, there really should be more of a description here...
setBlock(int)
,
DavePackage.getDaveBlockDefinition_Block()
void setBlock(int value)
Block
' attribute.
value
- the new value of the 'Block' attribute.getBlock()
DaveDevice getDevice()
Blocks
'.
If the meaning of the 'Device' container reference isn't clear, there really should be more of a description here...
setDevice(DaveDevice)
,
DavePackage.getDaveBlockDefinition_Device()
,
DaveDevice.getBlocks()
void setDevice(DaveDevice value)
Device
' container reference.
value
- the new value of the 'Device' container reference.getDevice()
int getOffset()
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
setOffset(int)
,
DavePackage.getDaveBlockDefinition_Offset()
void setOffset(int value)
Offset
' attribute.
value
- the new value of the 'Offset' attribute.getOffset()
int getPeriod()
If the meaning of the 'Period' attribute isn't clear, there really should be more of a description here...
setPeriod(int)
,
DavePackage.getDaveBlockDefinition_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.getDaveBlockDefinition_EnableStatistics()
void setEnableStatistics(boolean value)
Enable Statistics
' attribute.
value
- the new value of the 'Enable Statistics' attribute.isEnableStatistics()
TypeDefinition getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(TypeDefinition)
,
DavePackage.getDaveBlockDefinition_Type()
void setType(TypeDefinition value)
Type
' reference.
value
- the new value of the 'Type' reference.getType()
int getArea()
If the meaning of the 'Area' attribute isn't clear, there really should be more of a description here...
setArea(int)
,
DavePackage.getDaveBlockDefinition_Area()
void setArea(int value)
Area
' attribute.
value
- the new value of the 'Area' attribute.getArea()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DavePackage.getDaveBlockDefinition_Name()