private static class ChangesetContentTableModel.ChangesetContentEntry extends java.lang.Object implements ChangesetDataSet.ChangesetDataSetEntry
HistoryOsmPrimitive
with their ChangesetDataSet.ChangesetModificationType
.Modifier and Type | Field and Description |
---|---|
private ChangesetDataSet.ChangesetModificationType |
modificationType |
private HistoryOsmPrimitive |
primitive |
Constructor and Description |
---|
ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry) |
ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType,
HistoryOsmPrimitive primitive) |
Modifier and Type | Method and Description |
---|---|
ChangesetDataSet.ChangesetModificationType |
getModificationType()
Returns the type of modification.
|
HistoryOsmPrimitive |
getPrimitive()
Returns the affected history primitive.
|
private final ChangesetDataSet.ChangesetModificationType modificationType
private final HistoryOsmPrimitive primitive
ChangesetContentEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
ChangesetContentEntry(ChangesetDataSet.ChangesetDataSetEntry entry)
public ChangesetDataSet.ChangesetModificationType getModificationType()
ChangesetDataSet.ChangesetDataSetEntry
getModificationType
in interface ChangesetDataSet.ChangesetDataSetEntry
public HistoryOsmPrimitive getPrimitive()
ChangesetDataSet.ChangesetDataSetEntry
getPrimitive
in interface ChangesetDataSet.ChangesetDataSetEntry