Class UserDataChangeRecord

java.lang.Object
ghidra.framework.model.DomainObjectChangeRecord
ghidra.program.util.UserDataChangeRecord
All Implemented Interfaces:
Serializable

public class UserDataChangeRecord extends DomainObjectChangeRecord
See Also:
  • Constructor Details

    • UserDataChangeRecord

      public UserDataChangeRecord(String propertyName, Object oldValue, Object newValue)
      Constructor
      Parameters:
      propertyName - name of the property
      oldValue - old value
      newValue - new value
    • UserDataChangeRecord

      public UserDataChangeRecord(String propertyName)
      Constructor for change record for removing a range of properties.
      Parameters:
      propertyName - name of the property
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Get the name of the property being changed.
      Returns:
      the name of the property being changed.
    • toString

      public String toString()
      Overrides:
      toString in class DomainObjectChangeRecord