org.eclipse.emf.ecp.view.validation.test.model
Interface Computer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ComputerImpl

public interface Computer
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Computer'.

The following features are supported:

See Also:
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

getMainboard

Mainboard getMainboard()
Returns the value of the 'Mainboard' containment reference.

If the meaning of the 'Mainboard' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mainboard' containment reference.
See Also:
setMainboard(Mainboard), TestPackage.getComputer_Mainboard()

setMainboard

void setMainboard(Mainboard value)
Sets the value of the 'Mainboard' containment reference.

Parameters:
value - the new value of the 'Mainboard' containment reference.
See Also:
getMainboard()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TestPackage.getComputer_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getPowerBlock

PowerBlock getPowerBlock()
Returns the value of the 'Power Block' containment reference.

If the meaning of the 'Power Block' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Power Block' containment reference.
See Also:
setPowerBlock(PowerBlock), TestPackage.getComputer_PowerBlock()

setPowerBlock

void setPowerBlock(PowerBlock value)
Sets the value of the 'Power Block' containment reference.

Parameters:
value - the new value of the 'Power Block' containment reference.
See Also:
getPowerBlock()


Copyright © 2014. All Rights Reserved.