public final class DiffSubEntry extends Object implements Comparable<DiffSubEntry>
Constructor and Description |
---|
DiffSubEntry(DiffEntry entry,
String key) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DiffSubEntry o) |
String |
getKey() |
String |
getNewValue() |
String |
getOldValue() |
DiffEntry |
getParentEntry() |
void |
setNewValue(String newValue) |
void |
setOldValue(String oldValue) |
public DiffEntry getParentEntry()
public String getKey()
public String getOldValue()
public void setOldValue(String oldValue)
public String getNewValue()
public void setNewValue(String newValue)
public int compareTo(DiffSubEntry o)
compareTo
in interface Comparable<DiffSubEntry>
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.