Package com.nomagic.magicdraw.diff
Interface ElementModification
- All Superinterfaces:
Difference
,DifferenceLocation
,ElementDifference
,Modification
Element property is modified. Such property should be accessible using JMI reflection. Only not
derived and not private properties are analyzed and only for them difference can be created.
Modification details can be obtain using
Modification.getModificationInfo()
-
Method Summary
Modifier and TypeMethodDescriptionGet modified property/feature name.Methods inherited from interface com.nomagic.magicdraw.diff.DifferenceLocation
getModuleURI
Methods inherited from interface com.nomagic.magicdraw.diff.ElementDifference
getElementID
Methods inherited from interface com.nomagic.magicdraw.diff.Modification
getModificationInfo
-
Method Details
-
getChangedPropertyName
Get modified property/feature name.- Returns:
- changed property name.
-