public interface DoubleValueChange extends BaseValueChange
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(double value)
Sets the value of the '
Value' attribute. |
getChangeType, getPercent, getUnit, setChangeType, setPercent, setUnitdouble getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(double),
MCaseModifyPackage.getDoubleValueChange_Value()void setValue(double value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()