public interface DiffLook
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Normally answers whether o is a difference look with the same key and selectand.
|
String |
key()
The difference key.
|
String |
selectand()
The selectand for the difference bridge 's'
parameter, specified as difference ordinal "a" or "b".
|
boolean |
toPersist()
Whether to persist this difference along with other staged state.
|
String key()
String selectand()
boolean toPersist()