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