org.openstreetmap.josm.corrector
Class RoleCorrection

java.lang.Object
  extended by org.openstreetmap.josm.corrector.RoleCorrection
All Implemented Interfaces:
Correction

public class RoleCorrection
extends java.lang.Object
implements Correction


Field Summary
 RelationMember member
           
 java.lang.String newRole
           
 int position
           
 Relation relation
           
 
Constructor Summary
RoleCorrection(Relation relation, int position, RelationMember member, java.lang.String newRole)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relation

public final Relation relation

position

public final int position

member

public final RelationMember member

newRole

public final java.lang.String newRole
Constructor Detail

RoleCorrection

public RoleCorrection(Relation relation,
                      int position,
                      RelationMember member,
                      java.lang.String newRole)


JOSM