public class NodeDifference extends Object
| Constructor and Description |
|---|
NodeDifference(Object leftValue,
Path leftValuePath,
Object rightValue,
Path rightValuePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getLeftValue()
Returns the value on the left side of the difference.
|
Path |
getLeftValuePath()
Returns the local absolute path of the left side of the difference.
|
Object |
getRightValue()
Returns the value on the right side of the difference.
|
Path |
getRightValuePath()
Returns the local absolute path of the right side of the difference.
|
int |
hashCode() |
String |
toString() |
public Object getLeftValue()
public Path getLeftValuePath()
SchemaNode.getPathInAdaptation()public Object getRightValue()
public Path getRightValuePath()
SchemaNode.getPathInAdaptation()