TagChange.RemoveProperty, TagChange.RenameTag, TagChange.SetProperty, TagChange.UpdateTagComment| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare the SetProperty instance with another object for equality.
|
java.lang.String |
getProperty()
Get the property name to set.
|
java.lang.String |
getValue()
Get the value to set the property to.
|
int |
hashCode()
Generates a hash code for the SetProperty instance.
|
java.lang.String |
toString()
Get the string representation of the SetProperty instance.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitremoveProperty, rename, setProperty, updateCommentpublic java.lang.String getProperty()
public java.lang.String getValue()
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