org.openstreetmap.josm.data.osm
Class ChangesetDataSet.DefaultChangesetDataSetEntry

java.lang.Object
  extended by org.openstreetmap.josm.data.osm.ChangesetDataSet.DefaultChangesetDataSetEntry
All Implemented Interfaces:
ChangesetDataSet.ChangesetDataSetEntry
Enclosing class:
ChangesetDataSet

private static class ChangesetDataSet.DefaultChangesetDataSetEntry
extends java.lang.Object
implements ChangesetDataSet.ChangesetDataSetEntry


Field Summary
private  ChangesetDataSet.ChangesetModificationType modificationType
           
private  HistoryOsmPrimitive primitive
           
 
Constructor Summary
ChangesetDataSet.DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType modificationType, HistoryOsmPrimitive primitive)
           
 
Method Summary
 ChangesetDataSet.ChangesetModificationType getModificationType()
           
 HistoryOsmPrimitive getPrimitive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modificationType

private ChangesetDataSet.ChangesetModificationType modificationType

primitive

private HistoryOsmPrimitive primitive
Constructor Detail

ChangesetDataSet.DefaultChangesetDataSetEntry

public ChangesetDataSet.DefaultChangesetDataSetEntry(ChangesetDataSet.ChangesetModificationType modificationType,
                                                     HistoryOsmPrimitive primitive)
Method Detail

getModificationType

public ChangesetDataSet.ChangesetModificationType getModificationType()
Specified by:
getModificationType in interface ChangesetDataSet.ChangesetDataSetEntry

getPrimitive

public HistoryOsmPrimitive getPrimitive()
Specified by:
getPrimitive in interface ChangesetDataSet.ChangesetDataSetEntry


JOSM