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
Modifier and TypeMethodDescriptionGet the new value.Get the original value.Get the name of the property being changed.Methods inherited from class ghidra.framework.model.DomainObjectChangeRecord
getEventType, getSubEventType, toString
-
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. -
getOldValue
Get the original value.- Overrides:
getOldValue
in classDomainObjectChangeRecord
-
getNewValue
Get the new value.- Overrides:
getNewValue
in classDomainObjectChangeRecord
-