public interface RAM
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CoffeePackage.getRAM()
Modifier and Type | Method and Description |
---|---|
int |
getClockSpeed()
Returns the value of the 'Clock Speed' attribute.
|
int |
getSize()
Returns the value of the 'Size' attribute.
|
RamType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setClockSpeed(int value)
Sets the value of the '
Clock Speed '
attribute. |
void |
setSize(int value)
Sets the value of the '
Size ' attribute. |
void |
setType(RamType value)
Sets the value of the '
Type ' attribute. |
int getClockSpeed()
If the meaning of the 'Clock Speed' attribute isn't clear, there really should be more of a description here...
setClockSpeed(int)
,
CoffeePackage.getRAM_ClockSpeed()
void setClockSpeed(int value)
Clock Speed
'
attribute.
value
- the new value of the 'Clock Speed' attribute.getClockSpeed()
int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int)
,
CoffeePackage.getRAM_Size()
void setSize(int value)
Size
' attribute.
value
- the new value of the 'Size' attribute.getSize()
RamType getType()
RamType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
RamType
,
setType(RamType)
,
CoffeePackage.getRAM_Type()
Copyright © 2018. All rights reserved.