Package com.nomagic.magicdraw.diff
Interface ReferenceModificationInfo
- All Superinterfaces:
ModificationInfo
,ValueModificationInfo
- All Known Subinterfaces:
ChangeOwnerInfo
Reference value is changed for element. In case element has multiple reference changes all of
them will be recorded as
ReferenceModificationInfo
-
Method Summary
Methods inherited from interface com.nomagic.magicdraw.diff.ValueModificationInfo
getModificationKind
-
Method Details
-
getValue
String getValue()- Specified by:
getValue
in interfaceValueModificationInfo
- Returns:
- Reference value - id of element.
-
wasChangeFromDefaultValue
default boolean wasChangeFromDefaultValue()Was change made when ancestor value was the default.- Returns:
true
if modification kind is changed and ancestor property value was default, otherwise -false
-
getValueSpecificationID
- Returns:
- id of value specification
-