Package com.nomagic.magicdraw.diff
Interface ValueModificationInfo
-
- All Superinterfaces:
ModificationInfo
- All Known Subinterfaces:
ChangeOwnerInfo
,PrimitiveMultiValueModificationInfo
,PrimitiveValueModificationInfo
,ReferenceModificationInfo
@OpenApiAll public interface ValueModificationInfo extends ModificationInfo
Modification which can have several types - addition, removing, changing(replacing).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModificationKind
getModificationKind()
java.lang.Object
getValue()
-
-
-
Method Detail
-
getModificationKind
ModificationKind getModificationKind()
- Returns:
- modification kind.
-
getValue
java.lang.Object getValue()
- Returns:
- changed value.
-
-