public interface Motor extends Component
The following features are supported:
ComponentRepositoryPackage.getMotor()| Modifier and Type | Method and Description |
|---|---|
Gearing |
getGearing()
Returns the value of the 'Gearing' reference.
|
PowerSupply |
getPowersupply()
Returns the value of the 'Powersupply' reference.
|
Screwing |
getScrewing()
Returns the value of the 'Screwing' reference.
|
void |
setGearing(Gearing value)
Sets the value of the '
Gearing' reference. |
void |
setPowersupply(PowerSupply value)
Sets the value of the '
Powersupply' reference. |
void |
setScrewing(Screwing value)
Sets the value of the '
Screwing' reference. |
getConnectedInterfacesgetId, setIdeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverGearing getGearing()
If the meaning of the 'Gearing' reference isn't clear, there really should be more of a description here...
setGearing(Gearing),
ComponentRepositoryPackage.getMotor_Gearing()void setGearing(Gearing value)
Gearing' reference.
value - the new value of the 'Gearing' reference.getGearing()Screwing getScrewing()
If the meaning of the 'Screwing' reference isn't clear, there really should be more of a description here...
setScrewing(Screwing),
ComponentRepositoryPackage.getMotor_Screwing()void setScrewing(Screwing value)
Screwing' reference.
value - the new value of the 'Screwing' reference.getScrewing()PowerSupply getPowersupply()
If the meaning of the 'Powersupply' reference isn't clear, there really should be more of a description here...
setPowersupply(PowerSupply),
ComponentRepositoryPackage.getMotor_Powersupply()void setPowersupply(PowerSupply value)
Powersupply' reference.
value - the new value of the 'Powersupply' reference.getPowersupply()