TagChange.RemoveProperty, TagChange.RenameTag, TagChange.SetProperty, TagChange.UpdateTagComment| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare the RemoveProperty instance with another object for equality.
|
java.lang.String |
getProperty()
Get the property name to remove.
|
int |
hashCode()
Generates a hash code for the RemoveProperty instance.
|
java.lang.String |
toString()
Get the string representation of the RemoveProperty instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitremoveProperty, rename, setProperty, updateCommentpublic java.lang.String getProperty()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to compare with this instance.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object