public interface BaseValueChange
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MCaseModifyPackage.getBaseValueChange()| Modifier and Type | Method and Description |
|---|---|
ValueChangeType |
getChangeType()
Returns the value of the 'Change Type' attribute.
|
double |
getPercent()
Returns the value of the 'Percent' attribute.
|
Unit.UnitType |
getUnit()
Returns the value of the 'Unit' attribute.
|
void |
setChangeType(ValueChangeType value)
Sets the value of the '
Change Type' attribute. |
void |
setPercent(double value)
Sets the value of the '
Percent' attribute. |
void |
setUnit(Unit.UnitType value)
Sets the value of the '
Unit' attribute. |
ValueChangeType getChangeType()
ValueChangeType.
If the meaning of the 'Change Type' attribute isn't clear, there really should be more of a description here...
ValueChangeType,
setChangeType(ValueChangeType),
MCaseModifyPackage.getBaseValueChange_ChangeType()void setChangeType(ValueChangeType value)
Change Type' attribute.
value - the new value of the 'Change Type' attribute.ValueChangeType,
getChangeType()double getPercent()
If the meaning of the 'Percent' attribute isn't clear, there really should be more of a description here...
setPercent(double),
MCaseModifyPackage.getBaseValueChange_Percent()void setPercent(double value)
Percent' attribute.
value - the new value of the 'Percent' attribute.getPercent()Unit.UnitType getUnit()
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
#setUnit(UnitType),
MCaseModifyPackage.getBaseValueChange_Unit()void setUnit(Unit.UnitType value)
Unit' attribute.
value - the new value of the 'Unit' attribute.getUnit()