org.openstreetmap.josm.data.osm
Interface ChangesetDataSet.ChangesetDataSetEntry

All Known Implementing Classes:
ChangesetContentTableModel.ChangesetContentEntry, ChangesetDataSet.DefaultChangesetDataSetEntry
Enclosing class:
ChangesetDataSet

public static interface ChangesetDataSet.ChangesetDataSetEntry


Method Summary
 ChangesetDataSet.ChangesetModificationType getModificationType()
           
 HistoryOsmPrimitive getPrimitive()
           
 

Method Detail

getModificationType

ChangesetDataSet.ChangesetModificationType getModificationType()

getPrimitive

HistoryOsmPrimitive getPrimitive()


JOSM