Interface TagValueModification

All Superinterfaces:
Difference, DifferenceLocation, ElementDifference, Modification

@OpenApi public interface TagValueModification extends Modification
Difference when tagged value is changed in contributor project. Modification details can be obtain using Modification.getModificationInfo() In case tagged value has non references values, always PrimitiveValueModificationInfo is created. In case new value is not set Empty List is used as new value. In other case ReferenceModificationInfo is created with ModificationKind.ADDED or ModificationKind.REMOVED values ModificationKind.REPLACED is never generated.
  • Method Details