public interface Quantity extends Value
The following features are supported:
ValuesPackage.getQuantity()
Modifier and Type | Method and Description |
---|---|
int |
getScalingFactor()
Returns the value of the 'Scaling Factor' attribute.
|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setScalingFactor(int value)
Sets the value of the '
Scaling Factor ' attribute. |
void |
setValue(double value)
Sets the value of the '
Value ' attribute. |
isSynched, setSynched
int getScalingFactor()
If the meaning of the 'Scaling Factor' attribute isn't clear, there really should be more of a description here...
setScalingFactor(int)
,
ValuesPackage.getQuantity_ScalingFactor()
void setScalingFactor(int value)
Scaling Factor
' attribute.
value
- the new value of the 'Scaling Factor' attribute.getScalingFactor()
double getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(double)
,
ValuesPackage.getQuantity_Value()
void setValue(double value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()