Package com.nomagic.magicdraw.diff
Interface ElementModification
-
- All Superinterfaces:
Difference
,DifferenceLocation
,ElementDifference
,Modification
@OpenApi public interface ElementModification extends 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 usingModification.getModificationInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChangedPropertyName()
Get 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
-
-