|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Computer
A representation of the model object 'Computer'.
The following features are supported:
TestPackage.getComputer()
Method Summary | |
---|---|
Mainboard |
getMainboard()
Returns the value of the 'Mainboard' containment reference. |
String |
getName()
Returns the value of the 'Name' attribute. |
PowerBlock |
getPowerBlock()
Returns the value of the 'Power Block' containment reference. |
void |
setMainboard(Mainboard value)
Sets the value of the ' Mainboard ' containment reference. |
void |
setName(String value)
Sets the value of the ' Name '
attribute. |
void |
setPowerBlock(PowerBlock value)
Sets the value of the ' Power Block ' containment reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Mainboard getMainboard()
If the meaning of the 'Mainboard' reference isn't clear, there really should be more of a description here...
setMainboard(Mainboard)
,
TestPackage.getComputer_Mainboard()
void setMainboard(Mainboard value)
Mainboard
' containment reference.
value
- the new value of the 'Mainboard' containment reference.getMainboard()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
TestPackage.getComputer_Name()
void setName(String value)
Name
'
attribute.
value
- the new value of the 'Name' attribute.getName()
PowerBlock getPowerBlock()
If the meaning of the 'Power Block' reference isn't clear, there really should be more of a description here...
setPowerBlock(PowerBlock)
,
TestPackage.getComputer_PowerBlock()
void setPowerBlock(PowerBlock value)
Power Block
' containment reference.
value
- the new value of the 'Power Block' containment reference.getPowerBlock()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |