Package ghidra.program.util
Class UserDataChangeRecord
java.lang.Object
ghidra.framework.model.DomainObjectChangeRecord
ghidra.program.util.UserDataChangeRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserDataChangeRecord(String propertyName) Constructor for change record for removing a range of properties.UserDataChangeRecord(String propertyName, Object oldValue, Object newValue) Constructor -
Method Summary
Methods inherited from class ghidra.framework.model.DomainObjectChangeRecord
getEventType, getNewValue, getOldValue
-
Constructor Details
-
UserDataChangeRecord
Constructor- Parameters:
propertyName- name of the propertyoldValue- old valuenewValue- new value
-
UserDataChangeRecord
Constructor for change record for removing a range of properties.- Parameters:
propertyName- name of the property
-
-
Method Details
-
getPropertyName
Get the name of the property being changed.- Returns:
- the name of the property being changed.
-
toString
- Overrides:
toStringin classDomainObjectChangeRecord
-