public class TagCorrection extends Object implements Correction
String
newKey
newValue
oldKey
oldValue
TagCorrection(String oldKey, String oldValue, String newKey, String newValue)
boolean
isKeyChanged()
isValueChanged()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final String oldKey
public final String newKey
public final String oldValue
public final String newValue
public TagCorrection(String oldKey, String oldValue, String newKey, String newValue)
public boolean isKeyChanged()
public boolean isValueChanged()
JOSM