Package org.openstreetmap.josm.data.osm
Interface ChangesetDataSet.ChangesetDataSetEntry
-
- All Known Implementing Classes:
ChangesetContentTableModel.ChangesetContentEntry
,ChangesetDataSet.DefaultChangesetDataSetEntry
- Enclosing class:
- ChangesetDataSet
public static interface ChangesetDataSet.ChangesetDataSetEntry
An entry in the changeset dataset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangesetDataSet.ChangesetModificationType
getModificationType()
Returns the type of modification.HistoryOsmPrimitive
getPrimitive()
Returns the affected history primitive.
-
-
-
Method Detail
-
getModificationType
ChangesetDataSet.ChangesetModificationType getModificationType()
Returns the type of modification.- Returns:
- the type of modification
-
getPrimitive
HistoryOsmPrimitive getPrimitive()
Returns the affected history primitive.- Returns:
- the affected history primitive
-
-