public interface PhysicalQuantity extends Quantity
The following features are supported:
ValuesPackage.getPhysicalQuantity()
Modifier and Type | Method and Description |
---|---|
Unit |
getUnit()
Returns the value of the 'Unit' containment reference.
|
void |
setUnit(Unit value)
Sets the value of the '
Unit ' containment reference. |
getScalingFactor, getValue, setScalingFactor, setValue
isSynched, setSynched
Unit getUnit()
If the meaning of the 'Unit' containment reference isn't clear, there really should be more of a description here...
setUnit(Unit)
,
ValuesPackage.getPhysicalQuantity_Unit()