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 using Modification.getModificationInfo()
  • Method Details

    • getChangedPropertyName

      @OpenApi String getChangedPropertyName()
      Get modified property/feature name.
      Returns:
      changed property name.