Interface TransmissionPowerValue
- All Known Implementing Classes:
TransmissionPowerValueImpl
A representation of the model object 'Transmission Power Value'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Power Setting' attribute.de.uka.ipd.sdq.stoex.VariableReference
Returns the value of the 'Variable Ref' reference.void
setPowerSetting
(int value) Sets the value of the 'Power Setting
' attribute.void
setVariableRef
(de.uka.ipd.sdq.stoex.VariableReference value) Sets the value of the 'Variable Ref
' 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 Details
-
getVariableRef
de.uka.ipd.sdq.stoex.VariableReference getVariableRef()Returns the value of the 'Variable Ref' reference.- Returns:
- the value of the 'Variable Ref' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setVariableRef
void setVariableRef(de.uka.ipd.sdq.stoex.VariableReference value) Sets the value of the 'Variable Ref
' reference.- Parameters:
value
- the new value of the 'Variable Ref' reference.- See Also:
- Generated class or method.
-
getPowerSetting
int getPowerSetting()Returns the value of the 'Power Setting' attribute.- Returns:
- the value of the 'Power Setting' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setPowerSetting
void setPowerSetting(int value) Sets the value of the 'Power Setting
' attribute.- Parameters:
value
- the new value of the 'Power Setting' attribute.- See Also:
- Generated class or method.
-