private static class ChangesetDataSet.DefaultChangesetDataSetEntry extends java.lang.Object implements ChangesetDataSet.ChangesetDataSetEntry
| Modifier and Type | Field and Description |
|---|---|
private ChangesetDataSet.ChangesetModificationType |
modificationType |
private HistoryOsmPrimitive |
primitive |
| Constructor and Description |
|---|
DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType modificationType,
HistoryOsmPrimitive primitive) |
| Modifier and Type | Method and Description |
|---|---|
ChangesetDataSet.ChangesetModificationType |
getModificationType() |
HistoryOsmPrimitive |
getPrimitive() |
private ChangesetDataSet.ChangesetModificationType modificationType
private HistoryOsmPrimitive primitive
public DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
public ChangesetDataSet.ChangesetModificationType getModificationType()
getModificationType in interface ChangesetDataSet.ChangesetDataSetEntrypublic HistoryOsmPrimitive getPrimitive()
getPrimitive in interface ChangesetDataSet.ChangesetDataSetEntry