static class Reordering.ReorderingItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private EntryDoc |
_afterWhichDoc |
private EntryDoc |
_toMoveDoc |
Constructor and Description |
---|
Reordering.ReorderingItem(EntryDoc toMoveDoc,
EntryDoc afterWhichDoc) |
Modifier and Type | Method and Description |
---|---|
EntryDoc |
getAfterWhichDoc() |
EntryDoc |
getToMoveDoc() |
java.lang.String |
toString() |
private final EntryDoc _toMoveDoc
private final EntryDoc _afterWhichDoc
public EntryDoc getToMoveDoc()
public EntryDoc getAfterWhichDoc()
public java.lang.String toString()
This implementation displays for both to-move and after-which entries the first value
from their respective EntryDoc.getValues()
.
toString
in class java.lang.Object
Copyright 2009-2015 Tatjana (Tanja) Kostic