public static final class ShadowLeafEdgeComparator.LeafEdgeKey extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRelationType() |
int |
hashCode() |
static ShadowLeafEdgeComparator.LeafEdgeKey |
parse(EDbVendor vendor,
String line)
Parse one hand-golden line:
type|KIND:parent.column|KIND:parent.column. |
String |
toString()
Rendering only — never compare display strings.
|
public static ShadowLeafEdgeComparator.LeafEdgeKey parse(EDbVendor vendor, String line)
type|KIND:parent.column|KIND:parent.column.
Segments go through the SAME canonKey construction as model-derived
keys, so the golden's spelling case is irrelevant wherever the
vendor's identifier rules say it is.public String getRelationType()